.. |
aasmcpu.pas
|
* m68k: initial support for ROL/ROR operations, defining 'cpurox' for CPU target can actually enable them. However it cannot be done outright because these instructions do not exits on Coldfire, and internal processing of RoX,Sar,BsX, etc. can not yet be switched depending on CPU subtype.
|
2014-06-29 17:49:30 +00:00 |
ag68kgas.pas
|
|
|
aoptcpu.pas
|
m68k: very early optimizer implementation experiments
|
2014-06-06 07:38:50 +00:00 |
aoptcpub.pas
|
|
|
aoptcpud.pas
|
|
|
cgcpu.pas
|
* m68k: initial support for ROL/ROR operations, defining 'cpurox' for CPU target can actually enable them. However it cannot be done outright because these instructions do not exits on Coldfire, and internal processing of RoX,Sar,BsX, etc. can not yet be switched depending on CPU subtype.
|
2014-06-29 17:49:30 +00:00 |
cpubase.pas
|
* m68k: fixed/completed the inverse_cond function.
|
2014-06-25 05:23:30 +00:00 |
cpuinfo.pas
|
fixed comment, no functional changes
|
2014-03-24 16:53:29 +00:00 |
cpunode.pas
|
m68k: cleaned up and fixed cgcpu/fixref for coldfire at least; also enabled n68kmem node, so addressing with scaling is generated now
|
2014-06-21 21:36:48 +00:00 |
cpupara.pas
|
* synchronised with r28168 of trunk
|
2014-07-05 21:30:28 +00:00 |
cpupi.pas
|
|
|
cputarg.pas
|
m68k: very early optimizer implementation experiments
|
2014-06-06 07:38:50 +00:00 |
hlcgcpu.pas
|
+ new chlcgobj class reference variable that can be used to call thlcg*
|
2014-07-03 22:28:31 +00:00 |
itcpugas.pas
|
|
|
m68kreg.dat
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
n68kadd.pas
|
* m68k: fixed comparison of small sets, it should not modify sides. tw18013 is now correct when compiled with -O2.
|
2014-06-29 12:35:03 +00:00 |
n68kcal.pas
|
* moved amiga/morphos-specific libsym-related field from tprocdef to
|
2014-04-01 21:41:27 +00:00 |
n68kcnv.pas
|
plain 68000 also doesn't support 123(dX)
|
2014-03-11 20:47:37 +00:00 |
n68kmat.pas
|
* m68k: Transform 32-bit div/mod nodes into helper calls during pass 1. This is consistent with the way other targets do it, and results in pretty much nicer code.
|
2014-06-28 13:28:01 +00:00 |
n68kmem.pas
|
* synchronised with r28168 of trunk
|
2014-07-05 21:30:28 +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
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
ra68k.pas
|
m68k/ra68k.pas: fixed some multi level comment warnings, so it now compiles with warnings on
|
2014-05-04 22:21:24 +00:00 |
ra68kmot.pas
|
m68k/ra68kmot.pas: fixed a pointer to signed int cast warning, so it now compiles with warnings on
|
2014-05-04 22:22:03 +00:00 |
rgcpu.pas
|
|
|
symcpu.pas
|
Fix a typo. The CPU specific version of "ttypesym" should be called "tcputypesym" and not "tcpuypesym".
|
2014-04-11 14:30:59 +00:00 |