mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-08 01:04:36 +01:00
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 -
|
||
|---|---|---|
| .. | ||
| README | ||
| tcmov.pp | ||
| tcse1.pp | ||
| tcse2.pp | ||
| tcse3.pp | ||
| tgotoreg.pp | ||
| treg1.pp | ||
| treg2.pp | ||
| treg3.pp | ||
| treg4.pp | ||
| tretopt.pp | ||
| tspace.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