nickysn 6fdadb6248 * 8087 fixes in tx86addnode.second_cmpfloat: vor 11 Jahren
..
aasmcpu.pas f132a804d6 + handle 32 bit references on x86-64 so lea can be used for 32 bit arithmetics vor 11 Jahren
agx86att.pas 1a78ec1f11 * workaround for bug in Apple's assembler regarding movq/vmovq and integer vor 12 Jahren
agx86int.pas 59976c3ac8 * use FixNonCommutativeOpcodes in agx86int.pas as well (fixes compilation for i386) vor 12 Jahren
agx86nsm.pas 0020a2ed10 + when targeting the i8087, emit FWAIT prefix manually for the 8087 instructions vor 11 Jahren
cga.pas b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from vor 19 Jahren
cgx86.pas 7ae59a62c5 * emit a FWAIT after a floating point store, when targeting the 8087 and 80287 vor 11 Jahren
cpubase.pas 12b2f86e99 + added function requires_fwait_on_8087(), which checks whether a given vor 11 Jahren
hlcgx86.pas 71deda6f50 + added interface to ncgutil.gen_load_loc_cgpara() to hlcgobj + generic vor 14 Jahren
itcpugas.pas 926dd1b41e * command line compilation of i8086 fixed vor 12 Jahren
itx86int.pas 0e41df598e * merge i8086 branch by Nikolay Nikolov vor 12 Jahren
nx86add.pas 6fdadb6248 * 8087 fixes in tx86addnode.second_cmpfloat: vor 11 Jahren
nx86cal.pas 8b8a786823 * moved ARM/x86 ifdef'ed code from ncgcal to virtual methods vor 12 Jahren
nx86cnv.pas e81d2d1f3b * basic avx support for floating point operations (use -Cfavx to activate) vor 12 Jahren
nx86con.pas 45f60bc4b5 * small changes (copyright, typo, readability) vor 12 Jahren
nx86inl.pas bca2c464da * Don't generate x87 instructions for sin and cos on win64, somehow managed to not commit this part in r25995. Mantis #17273. vor 11 Jahren
nx86mat.pas e81d2d1f3b * basic avx support for floating point operations (use -Cfavx to activate) vor 12 Jahren
nx86mem.pas fd429612f8 + initial (and not yet fully complete) implementation of far pointers on the i8086 vor 12 Jahren
nx86set.pas 8608969eb8 * tx86casenode.genjumptable: explicitly emit near pointers in the case jump table on i8086, regardless of the memory model vor 12 Jahren
rax86.pas 8ae7c5784c * Sync with trunk r23500. vor 12 Jahren
rax86att.pas d6180b1e70 * properly propagate PIC-related suffixes from the x86 assembler reader in vor 12 Jahren
rax86int.pas 4f96e8a20d * convert i8086 inline asm instruction 'call symbol' to 'call far symbol' in memory models with far code vor 12 Jahren
rgx86.pas f56d2d4b09 * be able to replace lea by add when spilling vor 11 Jahren
x86ins.dat f132a804d6 + handle 32 bit references on x86-64 so lea can be used for 32 bit arithmetics vor 11 Jahren
x86reg.dat 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. vor 12 Jahren