fpc/compiler/x86
nickysn 256dc546ac + implemented the in_neg_assign_x and in_not_assign_x inline nodes, which will
be used (TBD in a future commit) for optimizing x:=-x and x:=not x on CPUs
  that support performing these operations directly in memory (such as x86)

git-svn-id: trunk@35749 -
2017-04-07 16:02:40 +00:00
..
aasmcpu.pas
agx86att.pas * also generate Big Obj COFF files with the GNU utilities (needs 2.25 or newer), at least as long as the new option -a5 isn't given, which disables this 2017-02-03 22:45:32 +00:00
agx86int.pas
agx86nsm.pas
aoptx86.pas * Removed unused var. 2017-03-09 13:49:46 +00:00
cga.pas
cgx86.pas + implemented the in_neg_assign_x and in_not_assign_x inline nodes, which will 2017-04-07 16:02:40 +00:00
cpubase.pas
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 * create jmp trees for really big case statements 2017-03-23 17:50:53 +00:00
rax86.pas * Fixed size suffix generated for CVTSI2SS, CVTSI2SD, VCVTSI2SS, VCVTSI2SD instructions. Mantis #31550. 2017-03-19 10:29:28 +00:00
rax86att.pas * reverted r35424, wasn't ready for commit yet 2017-02-11 21:21:44 +00:00
rax86int.pas * x86 Intel asm reader: handle special variables "self" and "result" similar to regular ones in terms of subscripting. This makes fix from r34911 apply to these special variables. Resolves #31542. 2017-03-27 19:58:55 +00:00
rgx86.pas * unused data structure removed 2017-03-05 08:13:34 +00:00
symi86.pas
symx86.pas
x86ins.dat
x86reg.dat