fpc/compiler/avr
florian f1f0cb033a * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs as well
* tried to fix dbgstabs so that it doesn't emit illegal chars using ReplaceForbiddenChars, however, dbgstabs accesses symbol names quite often, so this failed

git-svn-id: trunk@18972 -
2011-09-04 19:36:43 +00:00
..
aasmcpu.pas + avr assemblers do not convert automatically cond. branches with too large jump distances into an unconditional branch and a reverse condition branch, so fpc does this now 2011-08-24 22:29:50 +00:00
agavrgas.pas + implements tcgavr.a_loadaddr_ref_reg 2011-03-09 19:38:59 +00:00
aoptcpu.pas * optimize moves into movw if possible 2011-03-09 19:42:15 +00:00
aoptcpub.pas
aoptcpud.pas
avrreg.dat
cgcpu.pas * makes a_jmp_cond working 2011-09-04 18:47:08 +00:00
cpubase.pas * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs as well 2011-09-04 19:36:43 +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 * avr stackframe generation improved 2011-02-27 21:11:40 +00:00
cputarg.pas
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 * compilation fixes 2011-02-26 20:08:23 +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