fpc/compiler/arm
Jonas Maebe c0b451e788 - removed as_darwin, since there is no difference with as_gas (there is no
GNU as from binutils for Darwin, and Apple's "as" is based on an old
    version of GNU as)
   o this will not cause any backward compatibility problems, as the
     previous identifier for as_darwin was "AS-Darwin" and the compiler
     compared the uppercase value of the -A parameter to the identifier,
     so it was not explicitly selectable earlier. The new name is "AS",
     so it is explicitly selectable via -Aas like on other platforms.

git-svn-id: trunk@31806 -
2015-09-23 21:25:38 +00:00
..
aasmcpu.pas * Removed lot of unused vars. 2015-09-17 12:48:58 +00:00
agarmgas.pas - removed as_darwin, since there is no difference with as_gas (there is no 2015-09-23 21:25:38 +00:00
aoptcpu.pas * Removed lot of unused vars. 2015-09-17 12:48:58 +00:00
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
armatt.inc Add most pre-UAL VFP instruction forms. 2015-03-14 14:59:13 +00:00
armatts.inc Add FPA support. 2015-01-01 11:18:04 +00:00
armins.dat Add most pre-UAL VFP instruction forms. 2015-03-14 14:59:13 +00:00
armnop.inc Add most pre-UAL VFP instruction forms. 2015-03-14 14:59:13 +00:00
armop.inc Add most pre-UAL VFP instruction forms. 2015-03-14 14:59:13 +00:00
armreg.dat Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
armtab.inc Add most pre-UAL VFP instruction forms. 2015-03-14 14:59:13 +00:00
cgcpu.pas * Removed a leftover of my code. It is not needed anymore. 2015-09-18 10:34:27 +00:00
cpubase.pas Fix issue in is_thumb32_imm. imm<11:10> have to be non-zero meaning the rotate only works from 8 to 31. Caused 0x8000001F to be mistaken for a valid immediate. 2015-03-21 12:46:45 +00:00
cpuelf.pas Fixed internal error in GOT related code for ARM internal assembler. 2015-03-14 16:03:16 +00:00
cpuinfo.pas Moved tcontrollerdatatype out into cpuinfo. 2015-09-07 20:36:54 +00:00
cpunode.pas
cpupara.pas * Removed lot of unused vars. 2015-09-17 12:48:58 +00:00
cpupi.pas * ARM: Do not use R9 as a fixed GOT register. 2015-09-16 13:52:15 +00:00
cputarg.pas
hlcgcpu.pas * Removed lot of unused vars. 2015-09-17 12:48:58 +00:00
itcpugas.pas
narmadd.pas Add missing prefix for VCMP for FPv4_S16. 2015-09-06 20:34:08 +00:00
narmcal.pas
narmcnv.pas * replaced current_procinfo.currtrue/falselabel with storing the true/false 2015-08-27 18:28:57 +00:00
narmcon.pas
narminl.pas * Removed lot of unused vars. 2015-09-17 12:48:58 +00:00
narmmat.pas * Removed lot of unused vars. 2015-09-17 12:48:58 +00:00
narmmem.pas * generic part of r26050 from the hlcgllvm branch: made tcgvecnode hlcg-safe 2015-02-23 22:56:00 +00:00
narmset.pas * disabled ARM-specific code for smallset in-operations on big endian targets, 2015-08-31 13:06:42 +00:00
pp.lpi.template
raarm.pas
raarmgas.pas * merged ait_set and ait_thumb_set into a single tai class 2015-03-14 18:35:28 +00:00
rarmcon.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmdwa.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmnor.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmnum.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmrni.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmsri.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmsta.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmstd.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rarmsup.inc Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
rgcpu.pas * Removed lot of unused vars. 2015-09-17 12:48:58 +00:00
symcpu.pas o fixes handling of iso i/o parameters/program parameters: 2015-05-01 20:58:31 +00:00