mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-14 10:39:36 +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 | ||
| agx86att.pas | ||
| agx86int.pas | ||
| agx86nsm.pas | ||
| aoptx86.pas | ||
| cga.pas | ||
| cgx86.pas | ||
| cpubase.pas | ||
| cx86innr.inc | ||
| hlcgx86.pas | ||
| itcpugas.pas | ||
| itx86int.pas | ||
| ni86mem.pas | ||
| nx86add.pas | ||
| nx86cal.pas | ||
| nx86cnv.pas | ||
| nx86con.pas | ||
| nx86inl.pas | ||
| nx86ld.pas | ||
| nx86mat.pas | ||
| nx86mem.pas | ||
| nx86set.pas | ||
| rax86.pas | ||
| rax86att.pas | ||
| rax86int.pas | ||
| rgx86.pas | ||
| symi86.pas | ||
| symx86.pas | ||
| x86ins.dat | ||
| x86reg.dat | ||