fpc/compiler/arm
Jonas Maebe 7c4e7d6bd3 * support OS_32/OS_64 in cgsize2subreg for ARM MM registers to handle
records passed in MM registers

git-svn-id: trunk@41449 -
2019-02-24 19:59:03 +00:00
..
aasmcpu.pas * do not re-used gottpoff symbols as they are PC-relative 2018-11-15 20:07:56 +00:00
agarmgas.pas * always emit UAL when using LLVM (clang does not and will not support 2019-02-03 21:00:41 +00:00
aoptcpu.pas * modified patch by Gareth Moreton to pool TmpUsedRegs in the assembler optimizers, resolves #34679 2019-01-20 14:16:38 +00:00
aoptcpub.pas * correctly handle LDRD in TAoptBaseCpu.RegModifiedByInstruction 2019-01-29 20:40:40 +00:00
aoptcpud.pas
armatt.inc Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
armatts.inc Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
armins.dat + support msr regf,reg32 on arm in the internal assembler 2019-01-29 20:38:51 +00:00
armnop.inc + support msr regf,reg32 on arm in the internal assembler 2019-01-29 20:38:51 +00:00
armop.inc Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
armreg.dat Added some APSR register bitmask definitions. 2014-12-12 22:23:44 +00:00
armtab.inc + support msr regf,reg32 on arm in the internal assembler 2019-01-29 20:38:51 +00:00
cgcpu.pas * arm: Include pi_needs_got to current_procinfo.flags when the GOT register is accessed. It forces proper initialization of the GOT register at the beginning of a procedure. This fixes storing of a double constant to a field in a packed record and other rare copy operations when PIC is enabled. 2019-02-20 20:06:32 +00:00
cpubase.pas * support OS_32/OS_64 in cgsize2subreg for ARM MM registers to handle 2019-02-24 19:59:03 +00:00
cpuelf.pas arm-netbsd: added platform define and dummy rtl files so the build passes for this platform. port not functional yet 2018-03-05 15:38:46 +00:00
cpuinfo.pas + patch by Simon Ameis: adds all the STM32F091* microcontroller units to the list of supported ARM MCUs, resolves issue #32484 2017-10-01 18:59:01 +00:00
cpunode.pas + initial work for tls-based threadvar support on arm-linux 2018-11-07 22:02:58 +00:00
cpupara.pas * properly set 8 byte parameter alignment for first parameter on ARM if 2019-02-24 19:58:57 +00:00
cpupi.pas + initial work for tls-based threadvar support on arm-linux 2018-11-07 22:02:58 +00:00
cputarg.pas AROS: added arm-aros target to compiler and fpcmake 2016-11-06 10:51:45 +00:00
hlcgcpu.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
itcpugas.pas * remove unused units from uses statements 2013-01-03 23:07:09 +00:00
narmadd.pas * converted Boolean8 to an internal type, and mapped Boolean to the 2018-10-16 21:14:18 +00:00
narmcal.pas syscalls: unify call reference creation across 4 different CPU archs. less copypasted code, brings x86_64 AROS support up to speed 2016-12-02 09:29:09 +00:00
narmcnv.pas * tarmtypeconvnode.first_int_to_real should call the generic method in the parent class, if soft fpu code is generated, resolves #31350 2017-02-12 16:05:13 +00:00
narmcon.pas * use vmov.xx to load float constants if possible 2018-06-24 12:40:00 +00:00
narminl.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
narmld.pas * cosmetics 2019-01-29 20:17:47 +00:00
narmmat.pas * fix currency division on non x86 32 bit targets 2018-03-17 22:44:44 +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 * let all the case code generation work with tconstexprint instead of aint, 2019-02-24 19:58:37 +00:00
pp.lpi.template
raarm.pas
raarmgas.pas * cosmetics 2019-01-29 20:17:47 +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 * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
symcpu.pas * when creating wrappers, add a prefix to parameter names to prevent them 2018-12-24 22:10:06 +00:00