fpc/tests/test/opt
Jonas Maebe 61522d00a2 * fixed tests now that i386 assembler code is checked for correct PIC
usage in case PIC generation is on (some by adding PIC-versions of
    the assembler code, most by adding -Cg- to the options to be used).

    Note: the Intel assembler reader does not yet support the Delphi
    PIC construct, so tests with that (like test/tasmread and test/tcg1)
    do not work with -Cg on non-Darwin (Darwin needs a different PIC
    construct)

git-svn-id: trunk@9370 -
2007-12-01 14:34:50 +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
tgotoreg.pp * fixed some test/opt tests 2007-07-29 19:35:52 +00:00
treg1.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
treg2.pp * fixed some test/opt tests 2007-07-29 19:35:52 +00:00
treg3.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
treg4.pp * fixed 2006-02-12 21:31:25 +00:00
tretopt.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tspace.pp * in case of "movzbl %dl,%edx" etc, %edx depends on its previous value. 2007-10-14 20:22:23 +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