florian
|
2c122a9bf6
* inherit modification flag from load nodes when creating temp nodes when inlining, dfa/cse need this information
|
13 ani în urmă |
florian
|
aadf6da14f
* better naming of CPU flag strings
|
13 ani în urmă |
florian
|
1c2ed53735
* updated comments to reflect latest changes to cse
|
13 ani în urmă |
michael
|
a43d433081
* Fixed to take expressions into account
|
13 ani în urmă |
michael
|
647bd0ec1c
* Case statement tests
|
13 ani în urmă |
michael
|
e4758e3cd1
* Case statement labels are now expressions
|
13 ani în urmă |
florian
|
4d86d25c6c
* -O4 switch for optimizations which are correct but which might have unexpected effects
|
13 ani în urmă |
sergei
|
95535ea845
- Do not create any default object sections. On targets with section-based smartlink these sections remain empty and only cause linker to do useless job of removing them. The same happens when loading object files because duplicate section names are allowed at that time. On targets without smartlink they don't stay empty, but the internal assembler creates sections when required, so not creating initial sections effectively doesn't change anything.
|
13 ani în urmă |
sergei
|
393f1d58ed
* Fixed register rsi being overwritten. It is used to pass argc into libc_start_main.
|
13 ani în urmă |
sergei
|
12dc48afbf
* Set errno using a call to seterrno, like it is done for i386 target. This removes most of assembler code together with PIC hacks and makes this part independent of threadvar implementation details.
|
13 ani în urmă |
florian
|
03071709a9
* the transformation (a or/and b) or/and c into a or/and (b or/and c) can be applied for booleans as well
|
13 ani în urmă |
florian
|
b330bba0bc
+ introduce -Oofastmath
|
13 ani în urmă |
florian
|
8fd84376d7
* msg files regenerated
|
13 ani în urmă |
florian
|
2fc350eabd
* the reference counter offset depends only on the current rtl, not the compiler version, so no ifdef needed
|
13 ani în urmă |
florian
|
fb7f25f410
* removed wrong -N switch (switch is not used) description
|
13 ani în urmă |
florian
|
ecdec2e431
* disable reg. allocator optimization introduced in r21812 for now because it caused some trouble, see #22405
|
13 ani în urmă |
masta
|
51af7bd440
Assembly version of fpc_ansistr_incr_ref for ARM
|
13 ani în urmă |
masta
|
b9770519f8
Assembly version of fpc_ansistr_decr_ref for ARM
|
13 ani în urmă |
masta
|
25e2f5f3fa
Small improvement to InterlockedExchange on ARM
|
13 ani în urmă |
masta
|
aa21845cd9
Small optimization for OP_AND on ARM
|
13 ani în urmă |
michael
|
8ed3408527
* with statement tests
|
13 ani în urmă |
michael
|
874a1f4304
* Use expressions in with statement
|
13 ani în urmă |
michael
|
5a57943320
* Tests for loop structures
|
13 ani în urmă |
michael
|
e1dead6a1c
Conditions in for/while/repeat are now expression elements
|
13 ani în urmă |
florian
|
7513291ad8
* generate different code for OS_S8 -> OS_16 conversion which might fold better, idea by Nico Erfurth
|
13 ani în urmă |
Jonas Maebe
|
4d31fbc31d
* also allow conversion of niln to forward-defined pointerdef
|
13 ani în urmă |
Jonas Maebe
|
a63a603cc1
* allow conversion from niln to not-yet-fully-resolved classrefdefs
|
13 ani în urmă |
masta
|
6529307d9e
Don't emit useless AND/BICs in ARM CG
|
13 ani în urmă |
masta
|
9e039936bf
Support more operators in FoldShiftProcess on ARM
|
13 ani în urmă |
florian
|
b20c4cfe87
* replace is_written by using actualtargetnode
|
13 ani în urmă |