fpc/compiler/avr
florian 5c8d0d87cd o better code generation for avr:
* omit entry/exit code, if no frame pointer is used, partly fixes issue #27842
  * take advantage of adiw/sbiw
  * make more often use of ldd/std

git-svn-id: trunk@30732 -
2015-04-26 19:39:43 +00:00
..
aasmcpu.pas * cosmetics 2015-04-26 19:35:32 +00:00
agavrgas.pas * due to avr's harvard architecture, loads of code labels need to use the gs(...) macro 2015-04-12 20:29:13 +00:00
aoptcpu.pas + optimize LDS/STS into IN/OUT, resolves issue #27884 2015-04-18 14:43:54 +00:00
aoptcpub.pas * implements RegInInstruction and fixes RegModifiedByInstruction for avr 2015-04-18 13:51:28 +00:00
aoptcpud.pas
avrreg.dat + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
cgcpu.pas o better code generation for avr: 2015-04-26 19:39:43 +00:00
cpubase.pas * several issues with the avr instruction table fixes, resolves issue #27963 2015-04-25 21:33:19 +00:00
cpuinfo.pas + avrsim controller target requiring a special avr simulator with a certain memory location handling, see avrsim.pp controller helper unit for what it is needed 2015-03-29 21:13:36 +00:00
cpunode.pas + support overriding tdef/tsym methods with target-specific functionality: 2014-03-29 22:31:55 +00:00
cpupara.pas * some fixes for handling parameters passed on the stack 2015-04-11 13:56:21 +00:00
cpupi.pas * proper tavrprocinfo.calc_stackframe_size 2015-04-14 20:48:13 +00:00
cputarg.pas
hlcgcpu.pas * moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because 2014-08-19 20:22:54 +00:00
itcpugas.pas * mulsu opcode spelling fixed 2015-04-26 16:08:52 +00:00
navradd.pas * fix typo in comparison with constant code 2015-04-12 15:42:40 +00:00
navrcnv.pas * named class properly 2015-04-09 20:36:47 +00:00
navrmat.pas + tavrshlshrnode.second_integer, does not convert the right operand to a bigger type, resolves #27841 2015-04-13 20:57:37 +00:00
raavr.pas
raavrgas.pas Added predecrement addressing support to the AVR assembler reader 2015-04-24 17:25:57 +00:00
ravrcon.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrdwa.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrnor.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrnum.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrrni.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrsri.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrsta.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrstd.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
ravrsup.inc + NR_DEFAULTFLAGS and RS_DEFAULTFLAGS for all CPUs with flags added 2012-08-22 19:38:27 +00:00
rgcpu.pas * cosmetics 2015-04-14 20:47:26 +00:00
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