.. |
aasmcpu.pas
|
3eef641833
* convert jmp into rjmp only of the target is not a function
|
8 years ago |
agavrgas.pas
|
74a49b5f91
* restructured the the TExternalAssembler constructors so that the
|
8 years ago |
aoptcpu.pas
|
4a43d992f5
* unified usage of MatchOpType
|
8 years ago |
aoptcpub.pas
|
03880c2f74
Added some peephole optimizations, and fixed generic unconditional jump optimizations, for AVR.
|
10 years ago |
aoptcpud.pas
|
bc73f9021c
Merged revisions 5891-10167,10169-10180 via svnmerge from
|
17 years ago |
avrreg.dat
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
cgcpu.pas
|
3c96090d3c
+ optimized avr code generation for shr by shiftcount=size*8-1 and sar by
|
8 years ago |
cpubase.pas
|
1476b5168d
+ added F_PL and F_MI to TResFlags for avr. This allows generating the BRPL and
|
8 years ago |
cpuinfo.pas
|
73c46a5988
- removed unused constants
|
8 years ago |
cpunode.pas
|
da7e1b3769
+ tavraddrnode.pass_generate_code, avoiding unneeded moves
|
8 years ago |
cpupara.pas
|
fa3b0ca312
* support marking defs created via the getreusable*() class methods as
|
9 years ago |
cpupi.pas
|
880d438704
* renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can
|
8 years ago |
cputarg.pas
|
0e13d07a31
+ more avr code
|
17 years ago |
hlcgcpu.pas
|
b745dcc64c
* moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because
|
11 years ago |
itcpugas.pas
|
c86bac021b
+ xch instruction for avr
|
8 years ago |
navradd.pas
|
89c1b68b14
* Delete regvars unit.
|
8 years ago |
navrcnv.pas
|
061a1aacf3
* named class properly
|
10 years ago |
navrmat.pas
|
10b2ea3b1b
* use handle_locjump() instead of local inlined version
|
10 years ago |
navrmem.pas
|
e76b1b2959
* use unique internalerror instead of copying that from ncgmem (though it should never happen that both occur at once in a AVR compiler)
|
8 years ago |
navrutil.pas
|
7c9aeda656
* rework InsertInitFinalTable a bit more so that the list of init/fini entries does not need to be generated twice for AVR
|
8 years ago |
raavr.pas
|
0e13d07a31
+ more avr code
|
17 years ago |
raavrgas.pas
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrcon.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrdwa.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrnor.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrnum.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrrni.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrsri.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrsta.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrstd.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
ravrsup.inc
|
a2e442e111
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
8 years ago |
rgcpu.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 years ago |
symcpu.pas
|
7dd1d6aa77
o fixes handling of iso i/o parameters/program parameters:
|
10 years ago |