fpc/tests/test/opt
2012-08-13 15:06:16 +00:00
..
README.txt
tarmshift.pp
tcaseopt1.pp
tcmov.pp
tcse1.pp
tcse2.pp
tcse3.pp
tcse4.pp * rewrote node cse, needs still testing and bug fixing 2010-01-10 13:38:58 +00:00
tcse5.pp * inherit nf_write/nf_modify in tcallnode.replaceparaload also when replacing parameters 2012-08-13 15:06:16 +00:00
tdfa1.pp
tdfa2.pp test: fix tdfa2.pp - it is not a unit 2009-12-21 06:08:31 +00:00
tgotoreg.pp
treg1.pp
treg2.pp
treg3.pp
treg4.pp
tretopt.pp * test/opt/tretopt.pp, test/tasmread.pp: fixed GOT calculation 2012-07-07 12:03:13 +00:00
tspace.pp
twpo1.pp
twpo2.pp
twpo3.pp
twpo4.pp * enabled a bunch of tests also for aix 2012-04-11 18:04:57 +00:00
twpo5.pp * enabled a bunch of tests also for aix 2012-04-11 18:04:57 +00:00
twpo6.pp
twpo7.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