mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 11:59:27 +01:00
* disable matching volatile references in the assembler optimisers, so they
can't be removed (more conservative than needed, but better than removing
too many)
o the CSE optimiser will ignore them by default, because they're an unknown
inline node for it
* also removed no longer used fpc_in_move_x and fpc_in_fillchar_x inline node
identifiers from rtl/inc/innr.inc, and placed fpc_in_unaligned_x at the
right place
git-svn-id: trunk@40465 -
|
||
|---|---|---|
| .. | ||
| aasmcpu.pas | ||
| ag68kgas.pas | ||
| ag68kvasm.pas | ||
| aoptcpu.pas | ||
| aoptcpub.pas | ||
| aoptcpud.pas | ||
| cgcpu.pas | ||
| cpubase.pas | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| hlcgcpu.pas | ||
| itcpugas.pas | ||
| m68kreg.dat | ||
| n68kadd.pas | ||
| n68kcal.pas | ||
| n68kcnv.pas | ||
| n68kinl.pas | ||
| n68kmat.pas | ||
| n68kmem.pas | ||
| n68kset.pas | ||
| r68kbss.inc | ||
| r68kcon.inc | ||
| r68kgas.inc | ||
| r68kgri.inc | ||
| r68knor.inc | ||
| r68knum.inc | ||
| r68krni.inc | ||
| r68ksri.inc | ||
| r68ksta.inc | ||
| r68kstd.inc | ||
| r68ksup.inc | ||
| ra68k.pas | ||
| ra68kmot.pas | ||
| rgcpu.pas | ||
| symcpu.pas | ||