fpc/compiler/m68k
Jonas Maebe b57c95043f + support overriding tdef/tsym methods with target-specific functionality:
o made all (non-abstract) tdef and tsym constructors virtual
   o added c*def/c*sym classref types for every (non-abstract) t*def/t*sym
     class
   o added cpusym unit for every architecture that derives a tcpu*def/tcpu*sym
     class from the base classes, and initialises the c*def/c*sym classes with
     them. This is done so that the llvm target will be able to derive from
     the tcpu*def/sym classes without umpteen ifdefs, and it also means that
     the WPO can devirtualise everything because the c* variables are only
     initialised with one class type
   o replaced all t*def/t*sym constructor calls with c*def/c*sym constructor
     calls

git-svn-id: trunk@27361 -
2014-03-29 22:31:55 +00:00
..
aasmcpu.pas fixed spilling operation type for some ColdFire instructions 2014-03-09 23:04:28 +00:00
ag68kgas.pas pass new asm extra opt using -ao option 2014-01-21 00:16:26 +00:00
aoptcpu.pas
aoptcpub.pas * RefsHaveIndexReg -> cpurefshaveindexreg 2012-03-10 19:43:52 +00:00
aoptcpud.pas
cgcpu.pas added a remark about a possible QEMU issue with CMP/CMPI .W and .B on ColdFire 2014-03-26 17:08:16 +00:00
cpuasm.pas
cpubase.pas be consistent in naming. renamed VOLATILE_ADDRESSREGISTER to VOLATILE_ADDRESSREGISTERS 2014-01-15 01:31:41 +00:00
cpuinfo.pas fixed comment, no functional changes 2014-03-24 16:53:29 +00:00
cpunode.pas + support overriding tdef/tsym methods with target-specific functionality: 2014-03-29 22:31:55 +00:00
cpupara.pas use the whole reg for return values 2014-03-12 18:22:04 +00:00
cpupi.pas Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only 2012-10-18 20:11:49 +00:00
cputarg.pas * restores atari support/rtl partially 2013-10-06 19:36:59 +00:00
hlcgcpu.pas * create/destroy also the high level code generator for all architectures, 2011-08-20 07:21:16 +00:00
itcpugas.pas add string version of the new instructions to the right place. removed one more duplicate table. 2013-10-10 22:12:40 +00:00
m68kreg.dat
n68kadd.pas let the assembler decide about the size of the Bcc and BRA instructions, this makes code generated here work on a 68000 (and probably a lot smaller in size, no more forced 32bit displacements) 2014-03-10 18:50:05 +00:00
n68kcal.pas don't save the FP explicitly on a syscall, as they preserve all regs anyway except scratch regs 2014-03-10 13:39:51 +00:00
n68kcnv.pas plain 68000 also doesn't support 123(dX) 2014-03-11 20:47:37 +00:00
n68kmat.pas fixed the 68020 codepath for emit_div/mod 2014-03-10 18:01:53 +00:00
n68kmem.pas n68kmem node for better utilization of 68k specialities in addressing 2014-03-12 02:36:40 +00:00
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas * fix handling of register sets on m68k: it is required that they are stored as two tcpuregistersets because address registers and data registers have different register types 2013-10-09 18:15:06 +00:00
rgcpu.pas
symcpu.pas + support overriding tdef/tsym methods with target-specific functionality: 2014-03-29 22:31:55 +00:00