fpc/compiler/arm
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 * do not insert constant tables on arm thumb in it* sequences 2014-03-24 19:20:01 +00:00
agarmgas.pas * do not write a space before the condition for instructions without operands, not sure why this was there 2014-03-24 17:09:28 +00:00
aoptcpu.pas * applying opXYX2opsXY to ADD makes no sense on thumb-2 (at least as far as I can see) 2014-03-24 17:01:38 +00:00
aoptcpub.pas * set MaxOps to 4 for the optimizer because fpc generates now mla instructions 2012-08-17 12:38:59 +00:00
aoptcpuc.pas
aoptcpud.pas
armatt.inc added the ADR ARM pseudo instruction to instruction list 2013-11-05 13:16:33 +00:00
armatts.inc added the ADR ARM pseudo instruction to instruction list 2013-11-05 13:16:33 +00:00
armins.dat added the ADR ARM pseudo instruction to instruction list 2013-11-05 13:16:33 +00:00
armnop.inc Added coprocessor registers, and support for 6 operands(MCR/MRC instructions, etc) 2012-10-19 18:23:14 +00:00
armop.inc added the ADR ARM pseudo instruction to instruction list 2013-11-05 13:16:33 +00:00
armreg.dat + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
armtab.inc Added coprocessor registers, and support for 6 operands(MCR/MRC instructions, etc) 2012-10-19 18:23:14 +00:00
cgcpu.pas * handle vldr/vstr references with offsets correctly 2014-03-24 19:20:29 +00:00
cpubase.pas Reformat and comment is_thumb32_imm 2014-01-13 21:32:28 +00:00
cpuelf.pas + Add definitions for ELF header flags. 2013-11-25 13:59:12 +00:00
cpuinfo.pas + Support omitting the frame pointer on arm even in procedures with incoming parameters 2014-03-23 14:38:53 +00:00
cpunode.pas + support overriding tdef/tsym methods with target-specific functionality: 2014-03-29 22:31:55 +00:00
cpupara.pas + Support omitting the frame pointer on arm even in procedures with incoming parameters 2014-03-23 14:38:53 +00:00
cpupi.pas + Support omitting the frame pointer on arm even in procedures with incoming parameters 2014-03-23 14:38:53 +00:00
cputarg.pas * Sync with trunk r23404. 2013-01-16 13:21:51 +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 * remove unused units from uses statements 2013-01-03 23:07:09 +00:00
narmadd.pas * completed thlcgobj.location_force_fpureg(), use it everywhere and removed 2014-03-10 09:01:05 +00:00
narmcal.pas * moved ARM/x86 ifdef'ed code from ncgcal to virtual methods 2013-04-07 13:42:06 +00:00
narmcnv.pas + support for LOC_(C)MMREGISTER in hlcg 2013-05-31 12:05:14 +00:00
narmcon.pas * remove unused units from uses statements 2013-01-03 23:07:09 +00:00
narminl.pas * completed thlcgobj.location_force_fpureg(), use it everywhere and removed 2014-03-10 09:01:05 +00:00
narmmat.pas * completed thlcgobj.location_force_fpureg(), use it everywhere and removed 2014-03-10 09:01:05 +00:00
narmmem.pas + arm: tsettings.instructionset 2013-08-25 21:56:12 +00:00
narmset.pas * fixes arm building after 26004 2013-11-10 17:46:03 +00:00
pp.lpi.template
raarm.pas o patch by Jeppe Johansen to fix mantis #17472: 2010-12-24 15:54:39 +00:00
raarmgas.pas support label offsets for ARM like GAS, allows things like ADR r4, .label + 256 2013-11-05 18:10:54 +00:00
rarmcon.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmdwa.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmnor.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmnum.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmrni.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmsri.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmsta.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmstd.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rarmsup.inc + Cortex-M3 special registers, resolves #23185 2012-10-21 20:06:07 +00:00
rgcpu.pas * cleaned up do_spill_replace() 2014-03-11 23:19:01 +00:00
symcpu.pas + support overriding tdef/tsym methods with target-specific functionality: 2014-03-29 22:31:55 +00:00