fpc/compiler/arm
Jonas Maebe 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
private_extern (or plain global in case of PECOFF, as the effect is
    the same there): visible across object files, but they become local
    when linked into a binary/library. This enables cross-unit inlining
    of functions accessig implementation-only symbols.

git-svn-id: trunk@42340 -
2019-07-07 21:33:43 +00:00
..
aasmcpu.pas * synchronised with trunk till r42095 2019-05-18 18:43:51 +00:00
agarmgas.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
aoptcpu.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
aoptcpub.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
aoptcpud.pas
armatt.inc
armatts.inc
armins.dat Added T2 form of LDR/STR for SP relative forms. 2019-06-03 22:10:49 +00:00
armnop.inc Added T2 form of LDR/STR for SP relative forms. 2019-06-03 22:10:49 +00:00
armop.inc
armreg.dat
armtab.inc Added T2 form of LDR/STR for SP relative forms. 2019-06-03 22:10:49 +00:00
cgcpu.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
cpubase.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
cpuelf.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
cpuinfo.pas Systematically include fpcdefs.inc at sart of all units used by compiler 2019-07-03 13:35:05 +00:00
cpunode.pas * fix compilation of ARM compiler for LLVM 2019-02-03 21:09:54 +00:00
cpupara.pas * disable regular array -> dynamic array type coversion support unless 2019-05-25 12:31:32 +00:00
cpupi.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
cputarg.pas
hlcgcpu.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
itcpugas.pas
narmadd.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
narmcal.pas
narmcnv.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
narmcon.pas
narminl.pas
narmld.pas * Removed unused local vars. 2019-02-25 11:22:49 +00:00
narmmat.pas Fix division of constants on ARM thumb without long multiplication. 2019-06-01 20:30:09 +00:00
narmmem.pas
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 * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
rarmcon.inc
rarmdwa.inc
rarmnor.inc
rarmnum.inc
rarmrni.inc
rarmsri.inc
rarmsta.inc
rarmstd.inc
rarmsup.inc
rgcpu.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
symcpu.pas * when creating wrappers, add a prefix to parameter names to prevent them 2018-12-24 22:10:06 +00:00