| .. |
|
aasmcpu.pas
|
+ added the NEC V20/V30 instructions
|
2013-10-11 21:27:56 +00:00 |
|
agx86att.pas
|
* workaround for bug in Apple's assembler regarding movq/vmovq and integer
|
2013-09-02 14:39:26 +00:00 |
|
agx86int.pas
|
* use FixNonCommutativeOpcodes in agx86int.pas as well (fixes compilation for i386)
|
2013-04-06 23:23:25 +00:00 |
|
agx86nsm.pas
|
* on i8086 added section .fpc to the group 'dgroup'. This fixes a bug that caused the bss section to not be left out from the executable in tiny model, which caused, ironically, tiny model executables to be larger than the small model executables
|
2013-09-21 11:28:01 +00:00 |
|
cga.pas
|
|
|
|
cgx86.pas
|
* in tcgx86.make_simple_ref, on the i8086, emit 'mov es, reg', instead of
|
2013-10-06 19:52:38 +00:00 |
|
cpubase.pas
|
+ added function cpubase.segment_regs_equal, which checks whether 2 segment regs are equal in the current memory model
|
2013-06-23 11:27:00 +00:00 |
|
hlcgx86.pas
|
|
|
|
itcpugas.pas
|
* command line compilation of i8086 fixed
|
2013-04-21 18:32:09 +00:00 |
|
itx86int.pas
|
* merge i8086 branch by Nikolay Nikolov
|
2013-04-25 20:23:51 +00:00 |
|
nx86add.pas
|
* tx86addnode.second_cmpfloat: use getresflags() to reduce code duplication.
|
2013-09-09 11:25:49 +00:00 |
|
nx86cal.pas
|
* moved ARM/x86 ifdef'ed code from ncgcal to virtual methods
|
2013-04-07 13:42:06 +00:00 |
|
nx86cnv.pas
|
* basic avx support for floating point operations (use -Cfavx to activate)
|
2013-06-14 20:03:01 +00:00 |
|
nx86con.pas
|
* small changes (copyright, typo, readability)
|
2012-11-18 17:28:30 +00:00 |
|
nx86inl.pas
|
* handle LOC_*FPUREGISTER correctly when using sse2 sqr, resolve #26408
|
2013-06-16 18:48:08 +00:00 |
|
nx86mat.pas
|
* basic avx support for floating point operations (use -Cfavx to activate)
|
2013-06-14 20:03:01 +00:00 |
|
nx86mem.pas
|
+ initial (and not yet fully complete) implementation of far pointers on the i8086
|
2013-05-22 16:26:33 +00:00 |
|
nx86set.pas
|
* tx86casenode.genjumptable: explicitly emit near pointers in the case jump table on i8086, regardless of the memory model
|
2013-09-16 19:58:45 +00:00 |
|
rax86.pas
|
* Sync with trunk r23500.
|
2013-01-23 07:53:13 +00:00 |
|
rax86att.pas
|
* properly propagate PIC-related suffixes from the x86 assembler reader in
|
2013-05-30 12:20:48 +00:00 |
|
rax86int.pas
|
* convert i8086 inline asm instruction 'call symbol' to 'call far symbol' in memory models with far code
|
2013-09-08 16:34:12 +00:00 |
|
rgx86.pas
|
* basic avx support for floating point operations (use -Cfavx to activate)
|
2013-06-14 20:03:01 +00:00 |
|
x86ins.dat
|
+ support LEA with 16-bit operand size
|
2013-10-17 16:11:08 +00:00 |
|
x86reg.dat
|
* 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.
|
2013-10-03 08:08:04 +00:00 |