florian
|
23d26d495f
* AVR: attiny can do post increment operations, so remove code working around this
|
5 years ago |
florian
|
bee41253bd
+ AVR: initial support for the avrtiny architecture
|
5 years ago |
florian
|
4a73c31c82
* AVR: tcgavr.normalize_ref must always load the reference into tmpreg
|
5 years ago |
florian
|
a9bbcccb5d
+ AVR: GetDefaultZeroReg and GetDefaultTmpReg
|
5 years ago |
florian
|
3328f991c7
* AVR: fixes pushing and handling of stack passed parameters
|
5 years ago |
florian
|
b04f398d27
* avr: help the compiler with constant loading to avoid ie 200309041
|
5 years ago |
florian
|
3b5dfbf79c
* avr: more precise execution weigth for shift loops
|
5 years ago |
florian
|
b241fec17b
* avr directly encodes constant shifts of 64 bit values
|
5 years ago |
florian
|
63375effda
* patch by Christo Crause: fix for r43136
|
5 years ago |
florian
|
8e68ea69cb
* (modified/re-formatted) patch by Christo Crause: AVR: Optimizing code generation for shift with compile time constant
|
5 years ago |
florian
|
bf85e51962
* AVR: patch by Christo Crause: fixes tcgavr.g_concatcopy for data with size>255, resolves #36066
|
6 years ago |
florian
|
97b0bda68d
* fix tcgavr.g_flags2reg for sizes > 1 byte
|
6 years ago |
Jeppe Johansen
|
d14e3e96a7
- Fix bug in software overflow checking for longint's.
|
6 years ago |
Jeppe Johansen
|
0c4d299514
AVR: Add support for using nostackframe in interrupt routines.
|
6 years ago |
Jeppe Johansen
|
49ac4e0ed3
AVR: Add optimizations for sign testing, and a better Abs() implementation.
|
6 years ago |
Jeppe Johansen
|
464aeb266e
- Fix overflow checking for multiplication operations on AVR.
|
6 years ago |
Jeppe Johansen
|
3916bcba38
Check if the current register was the last in the cgpara, to avoid running over the last register allocated.
|
6 years ago |
florian
|
3d3e828151
* properly allocate parameter registers for constants on avr, resolves #33932
|
6 years ago |
florian
|
7ac474341a
* patch (slighly modified) by Christo Crause to write 16 bit registers on avr in hi/lo order, resolves #34721
|
6 years ago |
Jonas Maebe
|
3ac703506c
* rest of the previous accidental partial commit
|
6 years ago |
Jonas Maebe
|
d69ad8fa41
* removed temppos field again from parameter locations: they're not allocated
|
7 years ago |
Jonas Maebe
|
4686f61002
* keep track of the temp position separately from the offset in references,
|
7 years ago |
florian
|
ee252d0ecd
+ allocate real registers properly in tcgavr
|
7 years ago |
florian
|
3a81ccf48b
* simplify tcgavr.a_op_reg_reg_internal
|
7 years ago |
florian
|
23722a2f95
* correctly negate 8 bit values on avr, resolves #33322
|
7 years ago |
florian
|
311bcd4c08
* do not destroy flags while clearing R1, resolves #33170
|
7 years ago |
florian
|
291ee4b562
* clear r1 (and save/restore) in interrupt routines on avr
|
7 years ago |
florian
|
cb087279d6
* do not generate an andi if the constant is 255
|
7 years ago |
florian
|
7817102727
* patch by Christo Crause to implement 8 bit multiplications for "mul-less" avr types, resolves issue #31925
|
7 years ago |
florian
|
9ef646e3c5
* fix avr for new GetNextReg behaviour
|
8 years ago |