fpc/compiler/avr
florian 5c67fcc43f + change always floating point divisions into multiplications if they are a power of two,
this is an exact operation so it is always allowed
* change only divisions by normal numbers into multiplications

git-svn-id: trunk@29085 -
2014-11-16 20:47:38 +00:00
..
aasmcpu.pas * improve spilling_get_operation_type for avr 2014-10-04 18:14:40 +00:00
agavrgas.pas * fixed DFA warnings for MIPS and AVR 2014-08-20 15:05:43 +00:00
aoptcpu.pas Replace forbidden chars in more places in the GAS assembler writer. 2014-03-04 08:01:23 +00:00
aoptcpub.pas Added support for X,Y,and Z register aliases plus low/high forms, and post-incrementation in AVR assembler reader. 2014-03-02 15:37:24 +00:00
aoptcpud.pas
avrreg.dat
cgcpu.pas * Dummy implementations of a_bit_scan_reg_reg and g_stackpointer_alloc in tcg, removes the need to override these methods in every descendant code generator solely to avoid "constructing a class with abstract method" warning. 2014-07-06 11:34:04 +00:00
cpubase.pas Added support for X,Y,and Z register aliases plus low/high forms, and post-incrementation in AVR assembler reader. 2014-03-02 15:37:24 +00:00
cpuinfo.pas + change always floating point divisions into multiplications if they are a power of two, 2014-11-16 20:47:38 +00:00
cpunode.pas + support overriding tdef/tsym methods with target-specific functionality: 2014-03-29 22:31:55 +00:00
cpupara.pas * fix assignintreg on avr 2014-10-04 18:14:11 +00:00
cpupi.pas * Added virtual method tprocinfo.postprocess_code and moved target-specific processing from base class into target-specific descendant classes (ARM and AVR, other targets still to do). 2014-04-02 13:14:06 +00:00
cputarg.pas
hlcgcpu.pas
itcpugas.pas
navradd.pas * fix GetResFlags DFA optimizer warning on Sparc and AVR too 2014-08-20 13:52:28 +00:00
navrcnv.pas
navrmat.pas * removed nested comments 2014-08-18 22:34:35 +00:00
raavr.pas
raavrgas.pas * fixed warning about signed integer to pointer conversion 2014-08-18 23:00:53 +00:00
ravrcon.inc
ravrdwa.inc
ravrnor.inc
ravrnum.inc
ravrrni.inc
ravrsri.inc
ravrsta.inc
ravrstd.inc
ravrsup.inc
rgcpu.pas
symcpu.pas Fix a typo. The CPU specific version of "ttypesym" should be called "tcputypesym" and not "tcpuypesym". 2014-04-11 14:30:59 +00:00