fpc/tests/test/opt
2002-09-07 15:40:30 +00:00
..
.cvsignore + explicit .cvsignore files added 2002-01-29 07:57:19 +00:00
README * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
tcmov.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
tcse1.pp
tcse2.pp
tcse3.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
treg1.pp * added -So to OPT 2001-09-03 15:04:42 +00:00
treg2.dat
treg2.pp * fixed filename 2001-09-03 15:06:55 +00:00
treg3.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00

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