fpc/compiler/avr
Jonas Maebe 3798b79fd7 + optimization that (re)orders instance fields of Delphi-style classes in
order to minimise memory losses due to alignment padding. Not yet enabled
    by default at any optimization level, but can be (de)activated separately
    via -Oo(no)orderfields
   o added separate tdef.structalignment method that returns the alignment
     of a type when it appears in a record/object/class (factors out
     AIX-specific double alignment in structs)
   o changed the handling of the offset of a delegate interface
     implemented via a field, by taking the field offset on demand
     rather than at declaration time (because the ordering optimization
     causes the offsets of fields to be unknown until the entire
     declaration has been parsed)

git-svn-id: trunk@21947 -
2012-07-22 16:47:19 +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 + also specify the parameter def when allocating a parameter via 2012-06-24 15:02:12 +00:00
cpubase.pas * consistently define empty saved_mm_registers arrays as containing a single 2012-06-15 18:24:25 +00:00
cpuinfo.pas + optimization that (re)orders instance fields of Delphi-style classes in 2012-07-22 16:47:19 +00:00
cpunode.pas * avr stuff, work in progress 2009-07-25 19:31:06 +00:00
cpupara.pas + also specify the parameter def when allocating a parameter via 2012-06-24 15:02:12 +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 * moved definition of maxcpuregister and tcpuregisterset from cgbase to 2012-06-15 18:24:35 +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