fpc/tests/test/opt
pierre ddf0aab494 Explicitly disabled overflow and range check
git-svn-id: trunk@39267 -
2018-06-21 04:56:32 +00:00
..
README.txt
tarmls1.pp
tarmsa1.pp
tarmshift.pp Explicitly disabled overflow and range check 2018-06-21 04:56:32 +00:00
tcaseopt1.pp
tcmov.pp
tconstprop1.pp
tcse1.pp
tcse2.pp
tcse3.pp
tcse4.pp
tcse5.pp
tdeadstr1.pp
tdeadstr2.pp
tdeadstr3.pp
tdeadstr4.pp
tdfa1.pp
tdfa2.pp
tdfa3.pp
tdfa4.pp
tdfa5.pp
tdfa6.pp
tdfa7.pp
tdfa8.pp
tdfa9.pp
tdfa10.pp
tdfa11.pp
tdfa12.pp
tdfa13.pp
tdfa14.pp
tdfa15.pp
tdfa16.pp
tdfa17.pp
tdfa18.pp
tgotoreg.pp
treg1.pp
treg2.pp
treg3.pp * -Or => -Ooregvar 2016-11-20 15:45:01 +00:00
treg4.pp
tretopt.pp
tspace.pp
twpo1.pp
twpo2.pp
twpo3.pp
twpo4.pp
twpo5.pp
twpo6.pp
twpo7.pp
udeadstr4.pp
uwpo2.pp

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