pierre
|
bcf43724bf
Add more debug information when verbose is set
|
5 年 前 |
florian
|
d2a059bd02
* patch by Christo Crause: avrtiny26 controller is not subarch avr25 but avr2, resolves #36620
|
5 年 前 |
florian
|
3ab8830b83
* patch by Christo Crause: Correct subarch for avrtiny series in compiler, resolves #36619
|
5 年 前 |
florian
|
f2618cb6a4
* compilation on atari fixed
|
5 年 前 |
Tomas Hajny
|
e790cb067d
* fix of FileSetDate after int64 changes (r44010 and r44013)
|
5 年 前 |
marco
|
a16f332fbb
* some quick fixes for Win32 with temp variables for some places where the int64 changes breaks.
|
5 年 前 |
florian
|
69956cd97a
* fix compilation on several OSes after r44010
|
5 年 前 |
svenbarth
|
9a42625cfb
* also allow by-value open array parameters for the tail recursion optimization
|
5 年 前 |
svenbarth
|
4fc02d3d09
* enable tail recursion optimization also for const and constref open arrays
|
5 年 前 |
florian
|
01302bc47d
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
5 年 前 |
marco
|
a640a8d21e
* regenned msgtxt.inc
|
5 年 前 |
marco
|
eed0e52a64
* copyright date update, mantis 035903
|
5 年 前 |
florian
|
fc44c2d4c9
+ insert alignments after break/goto/exit/continue jmp instructions, if it is
|
5 年 前 |
florian
|
08c2afb0a4
* AVR: use CP ...,r1 instead of CPI ...,0 to enable all registers being used as first operand
|
5 年 前 |
florian
|
ae8d2dc69a
* omit first not, helps the reg. allocator to find a workable colouring, resolves #36611
|
5 年 前 |
michael
|
dad9126d45
* Clear search path (fix from Pascal Riekenberg, bug ID #36609)
|
5 年 前 |
yury
|
392fc0b637
* android: Changed additions to the linker script to prevent misalignment of the .data section. It fixes crash when linking using recent versions of LD where the "relro" option is default. Issue #35641.
|
5 年 前 |
florian
|
16152cf948
* patch by J. Gareth Moreton: get rid of another pass through the assembler list by integrating OptReferences
|
5 年 前 |
florian
|
069e040e49
* do for-loop unrolling after for-loop simplification, resolves #36589
|
5 年 前 |
pierre
|
2b658ef11c
Add missing trampoline size found in libffi version 3.3
|
5 年 前 |
florian
|
799ea31a5f
* AVR: due to recent fixes, EXCLUDE_COMPLEX_PROCS is not needed anymore
|
5 年 前 |
florian
|
429130fa34
* AVR: attiny can do post increment operations, so remove code working around this
|
5 年 前 |
florian
|
bd96765632
* AVR: do not insert jmp if not supported
|
5 年 前 |
michael
|
5236f756d1
* More verbose error for array with non-supported element type
|
5 年 前 |
michael
|
d6894f2814
* Add calendar example
|
5 年 前 |
florian
|
28391e04bc
+ AVR: initial support of the avrtiny architecture in the rtl
|
5 年 前 |
florian
|
2d9cdab264
+ AVR: initial support for the avrtiny architecture
|
5 年 前 |
florian
|
f629fa1bb9
* AVR: tcgavr.normalize_ref must always load the reference into tmpreg
|
5 年 前 |
florian
|
26eae3672b
+ AVR: GetDefaultZeroReg and GetDefaultTmpReg
|
5 年 前 |
florian
|
aaa6ae5770
+ AVR: cputype cpu_avrtiny
|
5 年 前 |