fpc/compiler/sparcgen
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
aoptcpu.pas
aoptcpub.pas - get rid of MaxOps, it is redundant with max_operands 2018-11-02 21:32:29 +00:00
cgsparc.pas * converted Boolean8 to an internal type, and mapped Boolean to the 2018-10-16 21:14:18 +00:00
cpubase.pas + fpc_eh_return_data_regno() intrinsic to get the return register numbers 2018-10-28 18:16:38 +00:00
cpugas.pas
cpupi.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
ncpuadd.pas
ncpucall.pas
ncpucnv.pas
ncpuinln.pas
ncpumat.pas * fixed compilation with -O3 (one false positive, one real error) 2018-11-01 20:39:38 +00:00
ncpuset.pas
opcode.inc
racpu.pas
racpugas.pas
rgcpu.pas
sppara.pas
spreg.dat
strinst.inc
symcpu.pas