| .. |
|
aasmcpu.pas
|
* proper register change info for the movs,cmps and scas x86 string instructions
|
2017-04-23 21:30:25 +00:00 |
|
agx86att.pas
|
+ correctly support the sse2 version of the cmpsd x86 instruction, when writing
|
2017-05-05 15:01:38 +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
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
aoptx86.pas
|
+ also recognize sbb reg,reg as writing a new value in the register in TX86AsmOptimizer.RegLoadedWithNewValue
|
2017-05-05 14:24: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
|
* use a native sized int register for the shift count in in_sar_assign_x_y,
|
2017-04-20 12:38:54 +00:00 |
|
cpubase.pas
|
* fixed names, returned by std_regname for ymm registers
|
2017-04-28 13:46:57 +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
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
ni86mem.pas
|
* isolated segment-related functionality of tabsolutevarsym into i386/i8086-
|
2014-03-30 15:42:53 +00:00 |
|
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
|
* if both labels of a case label are equal, we still cannot skip the comparison in a jump tree, resolves #31589
|
2017-04-21 19:32:27 +00:00 |
|
rax86.pas
|
* Fixed size suffix generated for CVTSI2SS, CVTSI2SD, VCVTSI2SS, VCVTSI2SD instructions. Mantis #31550.
|
2017-03-19 10:29:28 +00:00 |
|
rax86att.pas
|
+ support the cmpsd sse instruction in the at&t inline assembly reader
|
2017-05-05 15:46:47 +00:00 |
|
rax86int.pas
|
* fixed check to determine whether a record parameter can be subscripted
|
2017-04-26 19:43:35 +00:00 |
|
rgx86.pas
|
* unused data structure removed
|
2017-03-05 08:13:34 +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
|
+ precise flag information for the ucomiss,ucomisd,vucomiss and vucomisd x86 instructions
|
2017-05-05 13:41:43 +00:00 |
|
x86reg.dat
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |