Jonas Maebe 61522d00a2 * fixed tests now that i386 assembler code is checked for correct PIC 18 yıl önce
..
README 952e80a72f * old logs removed and tabs fixed 23 yıl önce
tcmov.pp 952e80a72f * old logs removed and tabs fixed 23 yıl önce
tcse1.pp 6013a000c1 * moved testopt to test/opt 24 yıl önce
tcse2.pp 6013a000c1 * moved testopt to test/opt 24 yıl önce
tcse3.pp 952e80a72f * old logs removed and tabs fixed 23 yıl önce
tgotoreg.pp dcb69b44b9 * fixed some test/opt tests 18 yıl önce
treg1.pp 790a4fe2d3 * log and id tags removed 20 yıl önce
treg2.pp dcb69b44b9 * fixed some test/opt tests 18 yıl önce
treg3.pp 952e80a72f * old logs removed and tabs fixed 23 yıl önce
treg4.pp 95a44d5beb * fixed 19 yıl önce
tretopt.pp 61522d00a2 * fixed tests now that i386 assembler code is checked for correct PIC 18 yıl önce
tspace.pp c03f19fa50 * in case of "movzbl %dl,%edx" etc, %edx depends on its previous value. 18 yıl önce

README

This directory contains some tests which test the optimizer
Register variables:
Enumerations .......................... treg1.pp
Readln ................................ treg2.pp
Range checking ........................ treg3.pp
Common subexpression elimination (assembler)
Multidimensional array index operation. tcse1.pp
CSE and range checking ................ tcse2.pp
web bug 972............................ tcse3.pp
Peephole
CMOV optimize ......................... tcmov.pp