.. |
aasmcpu.pas
|
* remove accidently committed debug code
|
2020-02-14 20:59:32 +00:00 |
agavrgas.pas
|
* LDD/STD need always an offset, resolves #33086
|
2018-01-28 21:06:13 +00:00 |
aoptcpu.pas
|
* based on a patch by Christo Crause: more compiler fixes for avrtiny, resolves #36646
|
2020-02-02 20:35:29 +00:00 |
aoptcpub.pas
|
- get rid of MaxOps, it is redundant with max_operands
|
2018-11-02 21:32:29 +00:00 |
aoptcpud.pas
|
|
|
avrreg.dat
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ccpuinnr.inc
|
* compilation fixed
|
2020-01-19 15:55:20 +00:00 |
cgcpu.pas
|
* for avr1, do not save registers during an interrupt procedure, as it has no memory to store them
|
2020-02-09 14:35:56 +00:00 |
cpubase.pas
|
+ AVR: GetDefaultZeroReg and GetDefaultTmpReg
|
2020-01-19 15:55:23 +00:00 |
cpuinfo.pas
|
* patch by Christo Crause: more avr1 controllers and remove attiny28 from avr25 makefile list, resolves #36686
|
2020-02-09 10:51:14 +00:00 |
cpunode.pas
|
+ implemented some AVR specific intrinsics
|
2017-11-01 16:33:34 +00:00 |
cpupara.pas
|
* AVR: couple of fixes for CPUs with only 16 registers
|
2020-02-14 21:27:43 +00:00 |
cpupi.pas
|
* AVR: decide after compiler if a certain subroutine is suitable for avr1, if not, replace it by sleep and warn
|
2020-02-08 22:05:21 +00:00 |
cputarg.pas
|
|
|
hlcgcpu.pas
|
* changed create_hlcodegen into a procvar, so that we don't have to insert
|
2018-11-29 21:31:15 +00:00 |
itcpugas.pas
|
+ xch instruction for avr
|
2016-11-19 19:21:09 +00:00 |
navradd.pas
|
+ AVR: GetDefaultZeroReg and GetDefaultTmpReg
|
2020-01-19 15:55:23 +00:00 |
navrcnv.pas
|
|
|
navrinl.pas
|
AVR: Add optimizations for sign testing, and a better Abs() implementation.
|
2019-07-28 11:16:37 +00:00 |
navrmat.pas
|
* AVR: use CP ...,r1 instead of CPI ...,0 to enable all registers being used as first operand
|
2020-01-20 21:14:28 +00:00 |
navrmem.pas
|
* use unique internalerror instead of copying that from ncgmem (though it should never happen that both occur at once in a AVR compiler)
|
2017-07-28 15:54:03 +00:00 |
navrutil.pas
|
* rework InsertInitFinalTable a bit more so that the list of init/fini entries does not need to be generated twice for AVR
|
2017-05-23 19:58:39 +00:00 |
raavr.pas
|
* max_operands needs only to be 2 on avr
|
2018-11-03 10:39:58 +00:00 |
raavrgas.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
ravrcon.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrdwa.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrnor.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrnum.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrrni.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrsri.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrsta.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrstd.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
ravrsup.inc
|
* keep the names of X, Y and Z in assembler files, fixes issue #32150
|
2017-07-23 19:24:45 +00:00 |
rgcpu.pas
|
+ AVR: initial support for the avrtiny architecture
|
2020-01-19 15:55:24 +00:00 |
symcpu.pas
|
|
|