fpc/compiler/m68k
2016-04-10 18:56:51 +00:00
..
aasmcpu.pas m68k: BSET and BCLR's dest operand is actually readwrite, not write only. fixes sets with regvars, when the regvar is spilled 2016-04-10 18:56:51 +00:00
ag68kgas.pas m68k: various cleanups and improvements in the GAS assembler writer: pass operands to the helpers by reference, removed a few extra shortstring copies, cleanups 2016-01-05 04:12:00 +00:00
aoptcpu.pas m68k: include CMPI in the CMP to TST optimization 2016-01-04 01:14:34 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process 2016-04-08 03:27:19 +00:00
cpubase.pas m68k: is_calljmp cleanup 2016-01-05 04:07:00 +00:00
cpuinfo.pas m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process 2016-04-08 03:27:19 +00:00
cpunode.pas
cpupara.pas
cpupi.pas
cputarg.pas
hlcgcpu.pas m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process 2016-04-08 03:27:19 +00:00
itcpugas.pas
m68kreg.dat m68k: new 68k register data file format, which eases future subregister support 2015-12-13 17:29:47 +00:00
n68kadd.pas m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process 2016-04-08 03:27:19 +00:00
n68kcal.pas
n68kcnv.pas m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process 2016-04-08 03:27:19 +00:00
n68kinl.pas m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process 2016-04-08 03:27:19 +00:00
n68kmat.pas m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process 2016-04-08 03:27:19 +00:00
n68kmem.pas m68k: while updating reference, don't reallocate and copy the index to another register if we can apply scaling for it and we don't need to multiply, so the maybe_const_reg doesn't change. this improves generated code when a const reg (eg: a loop counter) is used as array index 2016-01-02 16:05:41 +00:00
r68kbss.inc m68k: updated/added some reg includes as generated by the new tool 2015-12-13 17:32:00 +00:00
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc m68k: updated/added some reg includes as generated by the new tool 2015-12-13 17:32:00 +00:00
ra68k.pas
ra68kmot.pas - Removed remains of tai_labeled_instruction, already commented out probably in 1.0 times. 2016-02-09 02:25:27 +00:00
rgcpu.pas m68k: fixed spilling code interfering with some ADDQ/SUBQ/MOV3Q instructions, fixes paszlib failing since r32830 2016-04-08 03:21:09 +00:00
symcpu.pas