fpc/compiler/m68k
2016-01-05 04:12:00 +00:00
..
aasmcpu.pas m68k: use isregoverlap in is_same_reg_move, to determine if we're doing a no-op move 2015-12-13 18:14:21 +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 m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define 2015-02-01 16:33:26 +00:00
aoptcpud.pas
cgcpu.pas m68k: use a_load_const_ref in a_load_const_cgpara to utilize the recently added optimized small const loading here too. this change alone shaves off ~80KB from the compiled FP IDE size... 2016-01-03 23:48:06 +00:00
cpubase.pas m68k: is_calljmp cleanup 2016-01-05 04:07:00 +00:00
cpuinfo.pas Moved tcontrollerdatatype out into cpuinfo. 2015-09-07 20:36:54 +00:00
cpunode.pas n68kinl: added inline nodes for 68k. implemented first_sqr_real and second_sqr_real for 68881 FPU 2015-02-22 23:11:16 +00:00
cpupara.pas * support marking defs created via the getreusable*() class methods as 2015-11-04 20:46:18 +00:00
cpupi.pas
cputarg.pas m68k: very early optimizer implementation experiments 2014-06-06 07:38:50 +00:00
hlcgcpu.pas * synchronised with trunk till r30345 2015-03-28 12:28:15 +00:00
itcpugas.pas m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future. 2015-03-17 22:52:53 +00:00
m68kreg.dat m68k: new 68k register data file format, which eases future subregister support 2015-12-13 17:29:47 +00:00
n68kadd.pas * replaced current_procinfo.currtrue/falselabel with storing the true/false 2015-08-27 18:28:57 +00:00
n68kcal.pas * m68k: support stack cleanup at caller side, fixed calculation of pushed parameters size and offsets and cleaned out another pile of junk. 2014-07-08 19:08:56 +00:00
n68kcnv.pas * replaced current_procinfo.currtrue/falselabel with storing the true/false 2015-08-27 18:28:57 +00:00
n68kinl.pas m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future. 2015-03-17 22:52:53 +00:00
n68kmat.pas m68k: disabled comment generation 2015-03-01 15:49:57 +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 instead of supporting SP only, have register A7 defined, and have SP as an alias 2014-04-13 21:02:16 +00:00
r68kgas.inc instead of supporting SP only, have register A7 defined, and have SP as an alias 2014-04-13 21:02:16 +00:00
r68kgri.inc instead of supporting SP only, have register A7 defined, and have SP as an alias 2014-04-13 21:02:16 +00:00
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc instead of supporting SP only, have register A7 defined, and have SP as an alias 2014-04-13 21:02:16 +00:00
r68ksta.inc
r68kstd.inc instead of supporting SP only, have register A7 defined, and have SP as an alias 2014-04-13 21:02:16 +00:00
r68ksup.inc m68k: updated/added some reg includes as generated by the new tool 2015-12-13 17:32:00 +00:00
ra68k.pas * fix warnings when compiling the compiler with DFA optimizer enabled on m68k 2014-08-20 13:49:47 +00:00
ra68kmot.pas * Replaced hacks with resetting 'c' to zero and decreasing inputpointer by boolean parameter to skipcomment and skipoldtpcomment. This parameter specifies whether first character of comment should be read. 2016-01-03 17:07:15 +00:00
rgcpu.pas * synchronised with trunk till r30240 2015-03-15 19:44:58 +00:00
symcpu.pas o fixes handling of iso i/o parameters/program parameters: 2015-05-01 20:58:31 +00:00