fpc/compiler/m68k
2017-06-22 01:14:02 +00:00
..
aasmcpu.pas m68k: support 32x32 to 64bit MUL generation when targeting CPUs which support this instruction 2017-05-25 22:35:12 +00:00
ag68kgas.pas m68k: improve getreferencestring function a bit 2017-03-20 23:48:28 +00:00
ag68kvasm.pas m68k: map sec_rodata as read-write in the vasm writer, to silence some vlink warnings, when it writes the relocations in a rodata section 2017-06-14 18:07:36 +00:00
aoptcpu.pas m68k: the previous attempt in r36480 broke more tests than it fixed, so lets revert to previous version and disable MOVE+OP+MOVE optimizations instead 2017-06-11 11:22:49 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas m68k: hopefully fix passing of smaller-than-alignment sized records/structs for stdcall/cdecl 2017-06-22 01:14:02 +00:00
cpubase.pas * renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can 2016-12-16 22:41:21 +00:00
cpuinfo.pas m68k: atari also uses syscalls, so update the comment for that too 2017-01-31 14:43:25 +00:00
cpunode.pas m68k: reenabled the 68k-specific n68kset node 2017-05-15 00:45:06 +00:00
cpupara.pas m68k: hopefully fix passing of smaller-than-alignment sized records/structs for stdcall/cdecl 2017-06-22 01:14:02 +00:00
cpupi.pas m68k: fix frame pointer register on atari, and a few other non-amiga systems 2016-12-27 17:09:06 +00:00
cputarg.pas m68k: added the embedded target 2017-03-15 13:37:56 +00:00
hlcgcpu.pas m68k: add support register calling convention properly in the interface wrapper generation 2017-06-14 02:26:40 +00:00
itcpugas.pas
m68kreg.dat
n68kadd.pas m68k: fixed some cases where comparing smallsets was broken, because the compare size was hardwired to 32bit 2017-06-09 17:27:06 +00:00
n68kcal.pas
n68kcnv.pas
n68kinl.pas m68k: implement frac inline nodes 2017-05-21 21:13:02 +00:00
n68kmat.pas
n68kmem.pas
n68kset.pas m68k: fixed the signedness of conditional jumps while creating the jump list for case statements 2017-05-14 22:27:09 +00:00
r68kbss.inc
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas
rgcpu.pas
symcpu.pas