fpc/compiler/x86
nickysn c530e031b1 * synchronize get_saved_registers_int and get_volatile_registers_int for all
calling conventions on i386
* generated code at the caller side for pocall_pascal routines on i386 no longer
  assumes the routine destroys all registers (except ebp) - instead now it
  assumes that it preserves the ebx,esi,edi and ebp registers. This is
  compatible with the pascal calling convention of 32-bit delphi and was already
  honoured by FPC on the callee side.
* updated the list of calling conventions that save all registers, used in
  tx86callnode.can_call_ref, so it is accurate on all x86 platforms - i8086,
  i386 and x86_64.

git-svn-id: trunk@38904 -
2018-05-04 16:16:24 +00:00
..
aasmcpu.pas * vcmppd hardcoded primitives like vcmpeqpd. 2018-03-03 23:32:54 +00:00
agx86att.pas
agx86int.pas
agx86nsm.pas o patch by Dávid Pethes: Fixes for compilation with nasm 2.10 and higher on Win64: 2018-03-20 21:55:01 +00:00
aoptx86.pas * enable Lea2AddBase and Lea2AddIndex in TX86AsmOptimizer.PostPeepholeOptLea as we have flag tracking now 2018-03-11 20:30:09 +00:00
cga.pas
cgx86.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
cpubase.pas
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas
nx86add.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
nx86cal.pas * synchronize get_saved_registers_int and get_volatile_registers_int for all 2018-05-04 16:16:24 +00:00
nx86cnv.pas
nx86con.pas
nx86inl.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
nx86ld.pas
nx86mat.pas
nx86mem.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
nx86set.pas
rax86.pas + support segment overrides in inline asm references to local variables or parameters on x86 2018-03-01 17:59:57 +00:00
rax86att.pas + added a warning for using cs/ds/es/ss segment overrides in inline assembly on 2018-03-13 14:41:21 +00:00
rax86int.pas + also support constants like 'dd [5]' in the intel syntax inline asm (for BP7 2018-04-27 11:21:51 +00:00
rgx86.pas
symi86.pas
symx86.pas * make near/far procs/procvars compatible only with their matching (near vs far) 2018-03-29 15:59:58 +00:00
x86ins.dat * vcmppd hardcoded primitives like vcmpeqpd. 2018-03-03 23:32:54 +00:00
x86reg.dat * fix flag subregs after r38206 2018-03-11 20:30:11 +00:00