fpc/compiler/aarch64
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
..
a64att.inc + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64atts.inc + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64ins.dat + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64nop.inc + instruction table generator for arm64 2012-11-01 16:11:19 +00:00
a64op.inc + first batch of FPU/VFP instructions 2012-11-01 20:08:13 +00:00
a64reg.dat + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
a64tab.inc + instruction table generator for arm64 2012-11-01 16:11:19 +00:00
aasmcpu.pas + initial implementation of aasmcpu unit for ARM64 2012-11-01 20:10:31 +00:00
aoptcpu.pas + assembler optimizer unit skeleton 2012-11-01 20:09:12 +00:00
aoptcpub.pas + assembler optimizer unit skeleton 2012-11-01 20:09:12 +00:00
aoptcpud.pas + assembler optimizer unit skeleton 2012-11-01 20:09:12 +00:00
cpubase.pas Implement support for saving and restoring address registers. 2013-10-05 21:43:42 +00:00
cpuinfo.pas
cpupara.pas Decrease amount of code duplication regarding handling of safecall and record constructors. 2013-01-25 20:39:28 +00:00
itcpugas.pas + ARM64 GAS instruction table unit 2012-11-01 20:09:47 +00:00
ra64con.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64dwa.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64nor.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64num.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64rni.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64sri.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64sta.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64std.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
ra64sup.inc + first cpubase implementation for aarch64 2012-11-01 17:18:25 +00:00
symcpu.pas + support overriding tdef/tsym methods with target-specific functionality: 2014-03-29 22:31:55 +00:00