..
aoptcpu.pas
+ Peephole optimizer MovPush2Push
2018-02-10 22:20:04 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas
+ add support for passing 32-bit values in a pair of registers in
2018-04-18 15:40:09 +00:00
cpubase.inc
* replaced the saved_XXX_registers arrays with virtual methods inside
2018-04-19 21:22:16 +00:00
cpuinfo.pas
+ added CPUX86_HAS_SSE2 to x86 tcpuflags
2017-09-26 16:02:56 +00:00
cpunode.pas
* automatically generate necessary indirect symbols when a new assembler
2016-07-20 20:53:03 +00:00
cpupara.pas
* replaced the saved_XXX_registers arrays with virtual methods inside
2018-04-19 21:22:16 +00:00
cpupi.pas
* renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can
2016-12-16 22:41:21 +00:00
cputarg.pas
+ added an i8086-embedded target support to the compiler (RTL and makefile
2016-06-17 19:15:24 +00:00
hlcgcpu.pas
* GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved
2017-09-11 14:53:06 +00:00
i8086att.inc
* vcmppd hardcoded primitives like vcmpeqpd.
2018-03-03 23:32:54 +00:00
i8086atts.inc
* vcmppd hardcoded primitives like vcmpeqpd.
2018-03-03 23:32:54 +00:00
i8086int.inc
* vcmppd hardcoded primitives like vcmpeqpd.
2018-03-03 23:32:54 +00:00
i8086nop.inc
* vcmppd hardcoded primitives like vcmpeqpd.
2018-03-03 23:32:54 +00:00
i8086op.inc
* vcmppd hardcoded primitives like vcmpeqpd.
2018-03-03 23:32:54 +00:00
i8086prop.inc
* vcmppd hardcoded primitives like vcmpeqpd.
2018-03-03 23:32:54 +00:00
i8086tab.inc
* vcmppd hardcoded primitives like vcmpeqpd.
2018-03-03 23:32:54 +00:00
n8086add.pas
* GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved
2017-09-11 14:53:06 +00:00
n8086cal.pas
* use is_proc_far(procdefinition) instead of the current memory model to
2018-03-22 17:07:15 +00:00
n8086cnv.pas
* i8086 TP7 compatibility fixes, related to obtaining procedure addresses:
2018-04-05 15:09:12 +00:00
n8086con.pas
+ show the full segment:offset value of far and huge pointer const nodes in the node tree generated by -vp
2015-10-21 16:53:41 +00:00
n8086inl.pas
+ introduce the tcnf_proc_2_procvar_2_voidpointer flag (for now it is only set,
2018-03-27 16:15:06 +00:00
n8086ld.pas
* fixes for Seg(proc) for i8086
2017-12-13 16:56:01 +00:00
n8086mat.pas
+ support mmx shifting
2018-02-27 21:40:12 +00:00
n8086mem.pas
+ override set_labelsym_resultdef for i8086 and set a near pointer resultdef if
2018-04-04 12:34:21 +00:00
n8086tcon.pas
* fixed typed constants, initialized with Ofs(proc) in modes TP and DELPHI as well
2018-02-06 13:24:15 +00:00
n8086util.pas
* specify the def of assembler level symbols defined via
2016-07-20 20:52:59 +00:00
r8086ari.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086att.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086con.inc
* fix flag subregs after r38206
2018-03-11 20:30:11 +00:00
r8086dwrf.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086int.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086iri.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086nasm.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086nor.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086nri.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086num.inc
* fix flag subregs after r38206
2018-03-11 20:30:11 +00:00
r8086ot.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086rni.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086sri.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086stab.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
r8086std.inc
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
ra8086att.pas
ra8086int.pas
rgcpu.pas
symcpu.pas
+ introduce po_hasnearfarcallmodel (specifies that the near/far call model was
2018-04-11 12:31:09 +00:00
tgcpu.pas
Generate error if stack size of a procedure/function is bigger than globally allocated stack size
2017-06-16 07:47:17 +00:00