florian 37a3b542e6 * avr: patch by Christo Crause: replace findreg_by_gasname with gas_regname_table, resolves #37131 5 years ago
..
aasmcpu.pas 0424c2a658 * remove accidently committed debug code 5 years ago
agavrgas.pas 3d81dd0b00 * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the 5 years ago
aoptcpu.pas a084c8829f * patch by J. Gareth Moreton: refactor RemoveCurrentP 5 years ago
aoptcpub.pas 9b0ff05ee8 - get rid of MaxOps, it is redundant with max_operands 6 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
ccpuinnr.inc 4b4e316af0 * compilation fixed 5 years ago
cgcpu.pas 599b7e80c0 * fix for OP_ROR in tcgavr.a_op_reg_reg_internal 5 years ago
cpubase.pas 37a3b542e6 * avr: patch by Christo Crause: replace findreg_by_gasname with gas_regname_table, resolves #37131 5 years ago
cpuinfo.pas 297d6e2c60 * patch by Christo Crause: more avr1 controllers and remove attiny28 from avr25 makefile list, resolves #36686 5 years ago
cpunode.pas c7d5525b56 + implemented some AVR specific intrinsics 7 years ago
cpupara.pas fc50edfe31 * AVR: couple of fixes for CPUs with only 16 registers 5 years ago
cpupi.pas a905a074b0 * AVR: decide after compiler if a certain subroutine is suitable for avr1, if not, replace it by sleep and warn 5 years ago
cputarg.pas 0e13d07a31 + more avr code 17 years ago
hlcgcpu.pas 4cd6f59bc3 * changed create_hlcodegen into a procvar, so that we don't have to insert 6 years ago
itcpugas.pas 37a3b542e6 * avr: patch by Christo Crause: replace findreg_by_gasname with gas_regname_table, resolves #37131 5 years ago
navradd.pas 26eae3672b + AVR: GetDefaultZeroReg and GetDefaultTmpReg 5 years ago
navrcnv.pas 061a1aacf3 * named class properly 10 years ago
navrinl.pas 91016c97a4 AVR: Add optimizations for sign testing, and a better Abs() implementation. 6 years ago
navrmat.pas 08c2afb0a4 * AVR: use CP ...,r1 instead of CPI ...,0 to enable all registers being used as first operand 5 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 42e54c1ad5 * max_operands needs only to be 2 on avr 6 years ago
raavrgas.pas 4686f61002 * keep track of the temp position separately from the offset in references, 7 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 2d9cdab264 + AVR: initial support for the avrtiny architecture 5 years ago
symcpu.pas 7dd1d6aa77 o fixes handling of iso i/o parameters/program parameters: 10 years ago