fpc/compiler/x86
Jonas Maebe 4d9617da97 * fixed check to determine whether a record parameter can be subscripted
directly in inline assembly: that's only possible if it's a register
    parameter where the address of the record was passed (rather than the
    record itself)

git-svn-id: trunk@35424 -
2017-02-11 19:57:08 +00:00
..
aasmcpu.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
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 + generate .debug_aranges sections for dwarf debug info: enables faster address to debug info translation 2016-04-08 20:19:59 +00:00
agx86nsm.pas * NASM supports DQ already since version 2.00 (from 10 years ago) and it's already in the ait_const2str array, so use it! (doesn't mean that it works on Win64 however...) 2017-01-29 17:49:27 +00:00
aoptx86.pas * factored out TX86AsmOptimizer.OptPass2Imul 2017-01-06 22:25:24 +00:00
cga.pas
cgx86.pas * correctly calculate the bit mask in thlcgobj.a_load_regconst_subsetreg_intern, resolves #31042 2016-12-07 20:08:22 +00:00
cpubase.pas * fixed i8086 regressions after r35082 2017-01-16 23:17:08 +00:00
hlcgx86.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
itcpugas.pas * x86 AT&T reader and writer: cleaned up usage of attsufMM suffix: 2016-11-21 02:07:13 +00:00
itx86int.pas
ni86mem.pas
nx86add.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86cal.pas + also allow x86 call ref for references that contain only non-imaginary registers (no infinite spilling problems there either) 2015-11-11 16:33:48 +00:00
nx86cnv.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86con.pas
nx86inl.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86ld.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86mat.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86mem.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86set.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
rax86.pas * x86 asm reader: Don't copy operand size to instruction size for MOVSS and VMOVSS, because it is different for source and destination. Fixes breakage caused by fixing memory size of those instructions (Mantis #29954 and Mantis #29957). 2016-12-07 14:08:28 +00:00
rax86att.pas * fixed check to determine whether a record parameter can be subscripted 2017-02-11 19:57:08 +00:00
rax86int.pas * fixed check to determine whether a record parameter can be subscripted 2017-02-11 19:57:08 +00:00
rgx86.pas * unpcklp* require aligned memory, so do not spill replace their first operand by a memory location, resolves #31332 2017-02-05 20:59:54 +00:00
symi86.pas * changed {$ifdef x86} code in defcmp into virtual methods 2015-10-28 18:06:27 +00:00
symx86.pas * adaptation for symx86 to r32340 2015-11-15 23:15:43 +00:00
x86ins.dat * support for the CDQE instruction, by Emelyanov Roman, resolves #30978 2016-11-27 12:42:22 +00:00
x86reg.dat