fpc/compiler/avr
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 * avoid warnings in the avr code generator 2012-01-08 20:10:59 +00:00
agavrgas.pas * fixed compilation after r20801 2012-04-15 21:11:10 +00:00
aoptcpu.pas * optimize moves into movw if possible 2011-03-09 19:42:15 +00:00
aoptcpub.pas * RefsHaveIndexReg -> cpurefshaveindexreg 2012-03-10 19:43:52 +00:00
aoptcpud.pas
avrreg.dat
cgcpu.pas * avoid warnings in the avr code generator 2012-01-08 20:10:59 +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
cpuinfo.pas o slightly modified patch by John Clymer: 2011-08-25 21:46:26 +00:00
cpunode.pas * avr stuff, work in progress 2009-07-25 19:31:06 +00:00
cpupara.pas + implemented tcgavr.a_jmp_name 2011-04-10 18:37:26 +00:00
cpupi.pas * avoid warnings in the avr code generator 2012-01-08 20:10:59 +00:00
cputarg.pas
hlcgcpu.pas + passthrough hlcgpu for AVR 2012-04-15 21:43:57 +00:00
itcpugas.pas + implementation of shifting operations for avr 2011-03-09 19:48:01 +00:00
navradd.pas + implements tavraddnode.second_cmpsmallset 2011-04-10 18:52:56 +00:00
navrcnv.pas + generic second_int_to_bool, depends on OP_OR setting flags 2011-02-26 20:58:48 +00:00
navrmat.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
raavr.pas
raavrgas.pas + support to parse hi8/lo8(...) in inline assembler 2011-07-17 16:26:57 +00:00
ravrcon.inc
ravrdwa.inc
ravrnor.inc
ravrnum.inc
ravrrni.inc
ravrsri.inc
ravrsta.inc
ravrstd.inc
ravrsup.inc
rgcpu.pas * fixed spilling 2011-02-27 21:10:31 +00:00