florian
|
aca9727418
+ OptimizeForLoop: convert for-loops into zero-based backward for-loops if possible, for most architectures, this results in simpler code
|
5 سال پیش |
florian
|
1486ab7c70
* do not throw a warning about unreachable code if the responsible node was generated internally
|
5 سال پیش |
florian
|
22197641b8
* last commit fixing calculation of do_loopvar_at_end was not complete,
|
5 سال پیش |
florian
|
74272975af
* do_loopvar_at_end is not possible if the loop counter would overflow with
|
5 سال پیش |
florian
|
069e040e49
* do for-loop unrolling after for-loop simplification, resolves #36589
|
5 سال پیش |
florian
|
2f2b378c03
* moved conversion of for into while loops in a separate pass, so node optimizations on the node tree can be
|
5 سال پیش |
florian
|
f424ae3929
- cleanup comment
|
5 سال پیش |
florian
|
fd0012deff
* when copying goto nodes take care if the label node is part of the copied tree
|
5 سال پیش |
Jonas Maebe
|
e775ecdc43
* cleaned up safecall support: use a hidden localvarsym instead of result
|
5 سال پیش |
svenbarth
|
0a915e883e
* keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined
|
5 سال پیش |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
5 سال پیش |
Jonas Maebe
|
e3e23df7e2
* document how tgotonode/tlabelnode copying works
|
6 سال پیش |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
6 سال پیش |
Jonas Maebe
|
50c82b6468
* synchronised with trunk till r41537
|
6 سال پیش |
yury
|
e5c2d13671
* Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present.
|
6 سال پیش |
florian
|
f66d7d431f
* ensure that the label points inside the range where the raise is located for psabieh
|
6 سال پیش |
Jonas Maebe
|
b3a8543a56
* synchronised with trunk till r40942
|
6 سال پیش |
Jonas Maebe
|
51e68eb302
* fixed several places where the interface crc could change:
|
6 سال پیش |
Jonas Maebe
|
51b58f342f
* synchronised with trunk till r40775
|
6 سال پیش |
Jonas Maebe
|
91d5457b38
* moved around/replaced the following procedures to stop nflw from depending
|
6 سال پیش |
Jonas Maebe
|
28df55fe08
* moved handle_calling_convention() to pparautl
|
6 سال پیش |
Jonas Maebe
|
c7d701d117
* synchronised with trunk till r40038
|
6 سال پیش |
Jonas Maebe
|
f754978540
* handle constructor function results that have been migrated to the
|
6 سال پیش |
Jonas Maebe
|
03013cf2e1
* make ttryfinallynode inherit from ttertiary node so it has a "third" node
|
6 سال پیش |
Jonas Maebe
|
0cd85d73e4
* ttryfinallynode now inherits from tbinarynode instead of tloopnode, as its
|
6 سال پیش |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
6 سال پیش |
florian
|
3b3e33d863
+ correctly set var state of addr and frame in raise statements, resolves #33818
|
7 سال پیش |
Jonas Maebe
|
a2217cedd5
* evaluate the lower and upper bounds of for-loops in ISO mode using the
|
7 سال پیش |
nickysn
|
efc5e339d0
* use an enum instead of integer constants to represent inline numbers
|
8 سال پیش |
florian
|
b1dff29cbf
* removed unused units
|
8 سال پیش |