.. |
aasmcpu.pas
|
+ support addr_fardataseg references in the internal asm writer
|
2015-09-04 14:33:48 +00:00 |
agx86att.pas
|
* store a pointer to the used tasminfo record in every assembler writer, so
|
2015-09-12 23:32:13 +00:00 |
agx86int.pas
|
* store a pointer to the used tasminfo record in every assembler writer, so
|
2015-09-12 23:32:13 +00:00 |
agx86nsm.pas
|
* store a pointer to the used tasminfo record in every assembler writer, so
|
2015-09-12 23:32:13 +00:00 |
cga.pas
|
+ support for FMA intrinsic: if there is no hardware support, the compiler throws an error.
|
2014-04-13 19:21:54 +00:00 |
cgx86.pas
|
+ new target switch "FarProcsPushOddBP", which causes the i8086 compiler to push
|
2015-09-07 19:05:18 +00:00 |
cpubase.pas
|
* fixed first_fpu_immreg definition
|
2015-04-04 14:29:09 +00:00 |
hlcgx86.pas
|
* synchronized with privatetrunk till r30095
|
2015-03-05 20:32:15 +00:00 |
itcpugas.pas
|
|
|
itx86int.pas
|
|
|
ni86mem.pas
|
* isolated segment-related functionality of tabsolutevarsym into i386/i8086-
|
2014-03-30 15:42:53 +00:00 |
nx86add.pas
|
* the test $-1,%reg optimization shall be done not only if the cpu type is i386, but for the i386 compiler
|
2015-08-31 20:03:56 +00:00 |
nx86cal.pas
|
* do not use a_call_ref for procedures allocating all registers since it break spilling, see also issue #28639, resolves issue #28639
|
2015-09-11 20:56:05 +00:00 |
nx86cnv.pas
|
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
2015-08-27 18:28:57 +00:00 |
nx86con.pas
|
|
|
nx86inl.pas
|
* remove implicit typecast to extended automatically inserted for trunc/round
|
2015-07-03 21:01:18 +00:00 |
nx86ld.pas
|
* fixed threadvar support on linux/i386 and android/i386 after r31639
|
2015-09-13 07:46:31 +00:00 |
nx86mat.pas
|
* renamed getdatalabel() to getglobaldatalabel
|
2015-03-27 21:25:34 +00:00 |
nx86mem.pas
|
* generic part of r26050 from the hlcgllvm branch: made tcgvecnode hlcg-safe
|
2015-02-23 22:56:00 +00:00 |
nx86set.pas
|
* renamed getdatalabel() to getglobaldatalabel
|
2015-03-27 21:25:34 +00:00 |
rax86.pas
|
+ support 'SEG' in the i8086 inline assembler
|
2015-08-26 15:57:44 +00:00 |
rax86att.pas
|
- x86 assembler readers: cleaned out operand swapping code. Operands of TInstruction are kept in AT&T order, Intel reader attaches operands right-to-left. It was effectively the same way before the change (except Intel reader attaching operands left-to-right, followed by a single swap), operand order checks all over the place were just reducing readability.
|
2014-11-16 16:37:26 +00:00 |
rax86int.pas
|
+ support 'SEG' in the i8086 inline assembler
|
2015-08-26 15:57:44 +00:00 |
rgx86.pas
|
* synchronised with r28168 of trunk
|
2014-07-05 21:30:28 +00:00 |
symi86.pas
|
* i8086 and i386-specific code from tabstractprocdef.is_pushleftright moved to
|
2014-04-12 15:34:08 +00:00 |
symx86.pas
|
* don't store reusable defs based on other defs from localsymtables into the
|
2015-06-23 21:23:25 +00:00 |
x86ins.dat
|
+ added i8086 instruction entries for Jcc near (which is actually a 386+
|
2015-04-16 17:07:07 +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 |