.. |
aasmcpu.pas
|
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq, resolves #34815 and #34799
|
2019-01-20 18:50:12 +00:00 |
agx86att.pas
|
haiku-x86_64: add target to the compiler and ppudump, enable it in fpmake and fpcmake
|
2019-01-04 02:16:24 +00:00 |
agx86int.pas
|
* Removed unused local vars.
|
2018-11-02 18:44:29 +00:00 |
agx86nsm.pas
|
+ when using the i8086 with section based smartlinking, create OMF section
|
2018-06-22 15:02:39 +00:00 |
aoptx86.pas
|
* avoid assembler errors for the MovOpMov2MovOp optimziation in case the size of the instruction
|
2019-01-23 21:02:14 +00:00 |
cga.pas
|
|
|
cgx86.pas
|
* three operand shl for shifting by 2, 4 or 8 can be simulated by lea
|
2018-11-17 15:08:22 +00:00 |
cpubase.pas
|
* modified patch by Gareth Moreton to make ie unique, resolves #34849
|
2019-01-12 14:44:54 +00:00 |
cx86innr.inc
|
+ added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs
|
2018-07-11 14:19:40 +00:00 |
hlcgx86.pas
|
|
|
itcpugas.pas
|
+ implementation of the vectorcall calling convention by J. Gareth Moreton
|
2018-02-11 17:50:37 +00:00 |
itx86int.pas
|
|
|
ni86mem.pas
|
|
|
nx86add.pas
|
Add global range check disable for i8086 cgcpu and x86 nx86add units
|
2018-10-31 23:20:29 +00:00 |
nx86cal.pas
|
- removed pocall_far16 from the supported calling conventions of the i8086
|
2018-05-06 15:14:40 +00:00 |
nx86cnv.pas
|
* GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved
|
2017-09-11 14:53:06 +00:00 |
nx86con.pas
|
|
|
nx86inl.pas
|
* Removed unused local vars.
|
2018-11-02 18:44:29 +00:00 |
nx86ld.pas
|
+ support for tlsm_general on i386-linux
|
2018-11-11 17:32:20 +00:00 |
nx86mat.pas
|
* Removed unused local vars.
|
2018-11-02 18:44:29 +00:00 |
nx86mem.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
nx86set.pas
|
* when optimizing range checks in case nodes, unsigned comparisions must be used, resolves #34782
|
2019-01-01 01:11:13 +00:00 |
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
|
Disable range checking in rax86int unit
|
2018-11-06 07:41:15 +00:00 |
rgx86.pas
|
|
|
symi86.pas
|
+ add putboolean and getboolean convenience methods to tentfile
|
2018-01-14 21:36:02 +00:00 |
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
|
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq, resolves #34815 and #34799
|
2019-01-20 18:50:12 +00:00 |
x86reg.dat
|
* set all 16/32-bit specific stabs/dwarf register numbers of x86_64-only
|
2018-05-23 15:29:33 +00:00 |