fpc/compiler/arm
Jonas Maebe 4cd6f59bc3 * changed create_hlcodegen into a procvar, so that we don't have to insert
hlcgllvm in the uses clause of every unit that calls create_hlcodegen
   o prevents dependency cycles that can cause llvm codegen units to init
     before the cpu variants, which is bad since the llvm versions have to
     override the cpu variants in their init code (+ added checks in the
     init code that they are in fact initialised later)

git-svn-id: branches/debug_eh@40410 -
2018-11-29 21:31:15 +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 * pass float abi always to the arm assembler 2018-10-20 16:48:31 +00:00
aoptcpu.pas Also disable range checking in arm/aoptcpu unit 2018-11-15 22:01:25 +00:00
aoptcpub.pas - get rid of MaxOps, it is redundant with max_operands 2018-11-02 21:32:29 +00:00
aoptcpud.pas
armatt.inc
armatts.inc
armins.dat + support for vmov.xx vreg,#imm on arm 2018-06-24 12:39:59 +00:00
armnop.inc + support for vmov.xx vreg,#imm on arm 2018-06-24 12:39:59 +00:00
armop.inc
armreg.dat
armtab.inc + support for vmov.xx vreg,#imm on arm 2018-06-24 12:39:59 +00:00
cgcpu.pas * Change first parameter type of function is_continuous_maks to aword type. 2018-11-14 13:13:19 +00:00
cpubase.pas * synchronised with trunk till r40348 2018-11-18 12:01:50 +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
cpunode.pas + initial work for tls-based threadvar support on arm-linux 2018-11-07 22:02:58 +00:00
cpupara.pas * replaced the saved_XXX_registers arrays with virtual methods inside 2018-04-19 21:22:16 +00:00
cpupi.pas + initial work for tls-based threadvar support on arm-linux 2018-11-07 22:02:58 +00:00
cputarg.pas
hlcgcpu.pas * changed create_hlcodegen into a procvar, so that we don't have to insert 2018-11-29 21:31:15 +00:00
itcpugas.pas
narmadd.pas * converted Boolean8 to an internal type, and mapped Boolean to the 2018-10-16 21:14:18 +00:00
narmcal.pas
narmcnv.pas
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 + initial work for tls-based threadvar support on arm-linux 2018-11-07 22:02:58 +00:00
narmmat.pas * fix currency division on non x86 32 bit targets 2018-03-17 22:44:44 +00:00
narmmem.pas
narmset.pas
pp.lpi.template
raarm.pas
raarmgas.pas * factored out check to determine whether a variable can be subscripted in 2018-01-01 14:29:21 +00:00
rarmcon.inc
rarmdwa.inc
rarmnor.inc
rarmnum.inc
rarmrni.inc
rarmsri.inc
rarmsta.inc
rarmstd.inc
rarmsup.inc
rgcpu.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
symcpu.pas