.. |
aasmcpu.pas
|
m68k: initial asm-level infrastructure to let the codegenerator output float consts as operands, which is supported on 88x/040/060
|
2016-05-10 13:47:46 +00:00 |
ag68kgas.pas
|
m68k: initial asm-level infrastructure to let the codegenerator output float consts as operands, which is supported on 88x/040/060
|
2016-05-10 13:47:46 +00:00 |
aoptcpu.pas
|
m68k: use inlined realconsts also during normal float calculations on '881/040/060. also optimize them where possible
|
2016-05-10 18:19:41 +00:00 |
aoptcpub.pas
|
m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define
|
2015-02-01 16:33:26 +00:00 |
aoptcpud.pas
|
|
|
cgcpu.pas
|
m68k: also handle large register save/restore offsets on 68000
|
2016-05-26 00:04:55 +00:00 |
cpubase.pas
|
m68k: needs_unaligned helper. returns true when the given reference with the given size needs to be loaded with unaligned support on the given cpu
|
2016-05-25 23:56:24 +00:00 |
cpuinfo.pas
|
m68k: added more cpu capabilities (unaligned access, long addressing, various MULx), and the 68060 cpu target
|
2016-05-25 22:14:58 +00:00 |
cpunode.pas
|
m68k: implemented tcpucasenode.genlinearlist. 68k doesn't need cmp after sub, as sub sets the flags as expected. results in simpler, faster and more compact code
|
2016-05-19 21:33:45 +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
|
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
|
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
|
m68k: a bunch of '000 related fixes and cleanups. generated source now compiles for '000 again, which was broken due to recent improvements conflicting with limitations of the original '000
|
2016-05-26 10:33:29 +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
|
m68k: a bunch of '000 related fixes and cleanups. generated source now compiles for '000 again, which was broken due to recent improvements conflicting with limitations of the original '000
|
2016-05-26 10:33:29 +00:00 |
n68kinl.pas
|
m68k: when saving/restoring FPU registers, use the right FPU register size on ColdFire to calculate the stored size
|
2016-05-02 14:18:30 +00:00 |
n68kmat.pas
|
m68k: a bunch of '000 related fixes and cleanups. generated source now compiles for '000 again, which was broken due to recent improvements conflicting with limitations of the original '000
|
2016-05-26 10:33:29 +00:00 |
n68kmem.pas
|
m68k: if we have a symbol in the location reference, that will be base, so try to insert an index register instead, reduces the amount of data->address register shuffling in the generated code
|
2016-05-03 23:55:27 +00:00 |
n68kset.pas
|
m68k: implemented tcpucasenode.genlinearlist. 68k doesn't need cmp after sub, as sub sets the flags as expected. results in simpler, faster and more compact code
|
2016-05-19 21:33:45 +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
|
- 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
|
o fixes handling of iso i/o parameters/program parameters:
|
2015-05-01 20:58:31 +00:00 |