fpc/compiler/mips
Jonas Maebe edd42aa42a * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for
future use by high level code generator targets
   o this in turn required that all a_load*_loc* methods are called via
     hlcg rather than via cg, since a location can be a subsetref/reg and
     and those are no longer handled in tcg
   o that then required moving several force_location_* routines into
     thlcg because they use a_load_loc*, but did not take tdef size
     parameters (which are required by the thlcg a_load_loc* routines)
   o the only practical consequence is that from now on, you have to
     use hlcg.location_force_mem/reg() (fpureg not yet) and
     hlcg.gen_load_loc_cgpara() instead of the removed versions from ncgutil,
     and hlcg.a_load*loc*() instead of cg.a_load*loc* if a subsetref/reg
     might be involved

git-svn-id: trunk@21287 -
2012-05-13 12:33:10 +00:00
..
aasmcpu.pas * fix stack frame generation on mips(el) 2012-04-29 21:29:06 +00:00
aoptcpu.pas
aoptcpub.pas * RefsHaveIndexReg -> cpurefshaveindexreg 2012-03-10 19:43:52 +00:00
aoptcpud.pas
cgcpu.pas * generate correct entry code on mips for subroutines with a stack frame >2^15-1 2012-05-05 18:34:31 +00:00
cpubase.pas + ossinttype/osuinttype defs that correspond to OS_SINT/OS_INT for use in 2012-05-12 16:03:15 +00:00
cpugas.pas * fix stack frame generation on mips(el) 2012-04-29 21:29:06 +00:00
cpuinfo.pas * Avoid string constants array elements longer than type 2011-06-29 15:07:08 +00:00
cpunode.pas
cpupara.pas * rename TMIPSELParaManager into TMIPSParaManager 2012-04-29 21:32:52 +00:00
cpupi.pas * fix stack frame generation on mips(el) 2012-04-29 21:29:06 +00:00
cputarg.pas + Enable stabs debuginfo, dwarf disabled for now 2012-02-16 14:25:03 +00:00
hlcgcpu.pas * create/destroy also the high level code generator for all architectures, 2011-08-20 07:21:16 +00:00
itcpugas.pas * fix fpu register type 2012-02-05 09:14:55 +00:00
mipsreg.dat * fix floating point registers gas name 2012-02-06 20:33:12 +00:00
ncpuadd.pas
ncpucall.pas
ncpucnv.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
ncpuinln.pas
ncpumat.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
ncpuset.pas * converted tcgcasenode.pass_generate_code() to hlcgobj 2011-08-20 07:48:33 +00:00
opcode.inc * fix stack frame generation on mips(el) 2012-04-29 21:29:06 +00:00
racpugas.pas * gas reader fixed 2012-02-06 21:50:05 +00:00
rgcpu.pas * fixes several register allocation related mips issues 2012-02-05 21:58:45 +00:00
rmipscon.inc * fixes several register allocation related mips issues 2012-02-05 21:58:45 +00:00
rmipsdwf.inc
rmipsgas.inc * fix floating point registers gas name 2012-02-06 20:33:12 +00:00
rmipsgri.inc * fix floating point registers gas name 2012-02-06 20:33:12 +00:00
rmipsgss.inc
rmipsnor.inc
rmipsnum.inc * fixes several register allocation related mips issues 2012-02-05 21:58:45 +00:00
rmipsrni.inc
rmipssri.inc * fix gas mips integer register naming 2012-02-05 08:24:51 +00:00
rmipssta.inc
rmipsstd.inc * fix gas mips integer register naming 2012-02-05 08:24:51 +00:00
rmipssup.inc * fixes several register allocation related mips issues 2012-02-05 21:58:45 +00:00
strinst.inc * fix stack frame generation on mips(el) 2012-04-29 21:29:06 +00:00