..
aasmcpu.pas
* patch by Marģers to unify internal error numbers, resolves #37888
2020-10-13 19:59:01 +00:00
agavrgas.pas
* patch by Christo Crause, resolves #38961 , fixes the following formatting and spelling problems in the AVR compiler files:
2021-06-04 20:16:25 +00:00
aoptcpu.pas
* indention fixed
2021-05-18 19:13:49 +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
+ AVR: avr_des intrinsic
2021-05-13 09:26:53 +00:00
cgcpu.pas
* patch by Christo Crause, resolves #38961 , fixes the following formatting and spelling problems in the AVR compiler files:
2021-06-04 20:16:25 +00:00
cpubase.pas
* patch by Christo Crause, resolves #38961 , fixes the following formatting and spelling problems in the AVR compiler files:
2021-06-04 20:16:25 +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
* Removed more assigned but unused vars.
2021-01-24 14:05:21 +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
+ AVR: avr_des intrinsic
2021-05-13 09:26:53 +00:00
navradd.pas
* Corrected visibility of overridden methods.
2021-01-24 12:41:12 +00:00
navrcnv.pas
* named class properly
2015-04-09 20:36:47 +00:00
navrinl.pas
* AVR: made avr_des intrinsic more usefull
2021-05-13 18:59:28 +00:00
navrmat.pas
* Removed/ifdefed lots of unused variables.
2021-01-24 12:24:01 +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
* patch by Christo Crause, resolves #38961 , fixes the following formatting and spelling problems in the AVR compiler files:
2021-06-04 20:16:25 +00:00
raavrgas.pas
* patch by Christo Crause, resolves #38961 , fixes the following formatting and spelling problems in the AVR compiler files:
2021-06-04 20:16:25 +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
* Removed/ifdefed lots of unused variables.
2021-01-24 12:24:01 +00:00
symcpu.pas
o fixes handling of iso i/o parameters/program parameters:
2015-05-01 20:58:31 +00:00
tripletcpu.pas
* mark all external assemblers using an LLVM tool using af_llvm
2020-07-19 14:30:35 +00:00