fpc/compiler/x86
Jonas Maebe 122d0d36d6 + volatile() expression that marks an expression as volatile
* 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 -
2018-12-04 19:53:20 +00:00
..
aasmcpu.pas + support for tlsm_general on i386-linux 2018-11-11 17:32:20 +00:00
agx86att.pas + support for tlsm_general on i386-linux 2018-11-11 17:32:20 +00:00
agx86int.pas * Removed unused local vars. 2018-11-02 18:44:29 +00:00
agx86nsm.pas
aoptx86.pas + volatile() expression that marks an expression as volatile 2018-12-04 19:53:20 +00:00
cga.pas
cgx86.pas * three operand shl for shifting by 2, 4 or 8 can be simulated by lea 2018-11-17 15:08:22 +00:00
cpubase.pas
cx86innr.inc
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas
nx86add.pas
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas * Removed unused local vars. 2018-11-02 18:44:29 +00:00
nx86ld.pas + support for tlsm_general on i386-linux 2018-11-11 17:32:20 +00:00
nx86mat.pas * Removed unused local vars. 2018-11-02 18:44:29 +00:00
nx86mem.pas
nx86set.pas * Removed unused local vars. 2018-11-02 18:44:29 +00:00
rax86.pas
rax86att.pas
rax86int.pas Disable range checking in rax86int unit 2018-11-06 07:41:15 +00:00
rgx86.pas
symi86.pas
symx86.pas
x86ins.dat
x86reg.dat