Jonas Maebe
|
a88288bab3
- reverted r46457, accidentally committed (breaks -Oooptcse)
|
преди 5 години |
Jonas Maebe
|
f26735fc77
* execute the tempinitcode whent the tempcreate node gets processed rather
|
преди 5 години |
florian
|
2500f8432f
* ti_const must be part of tempinfostoreflags as well
|
преди 5 години |
florian
|
62c417c8bf
* temporarily fix #37034 by disabling the problematic optimization until the real cause is fixed
|
преди 5 години |
florian
|
84a1f614d9
* fix several double ;
|
преди 5 години |
florian
|
de805fddcd
* properly force the result type after r45217
|
преди 5 години |
florian
|
e3870079b2
* remove tempref mess for simple inlined functions
|
преди 5 години |
florian
|
9dd25d836d
* include ti_nofini in tempinfostoreflags
|
преди 5 години |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
преди 5 години |
Jonas Maebe
|
0f57327bff
* maybereplacewithtemp/maybereplacewithtempref: also create a temp in case
|
преди 6 години |
Jonas Maebe
|
0a91fcb44f
* LLVM-specific support for bsr*/bsf*
|
преди 6 години |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
преди 6 години |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
преди 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 години |
Jonas Maebe
|
ea69a5b372
* finalizetemps nodes should never be considered equal and have side effects
|
преди 6 години |
Jonas Maebe
|
3b9f5a5e96
* moved finalization of code generator temps to a node, so it can be getcopy'd
|
преди 6 години |
svenbarth
|
116230f759
* forgot to commit extension to tspecializenode
|
преди 6 години |
florian
|
800ce23499
* fixed some issues to get correct values of section_count, works better than before but it is still not perfect for unknown reasons
|
преди 7 години |
svenbarth
|
0ba14c7ad8
* fix memory leak when freeing a temp delete node: also call the inherited destructor so that e.g. tnode.optinfo is freed.
|
преди 7 години |
florian
|
1497b64804
* the temp. locations created by cse were not properly cleanup up, this patch fixes this
|
преди 7 години |
florian
|
b1dff29cbf
* removed unused units
|
преди 8 години |
florian
|
ec45a92fb5
* more nodedata printing fixes, similiar to r35477
|
преди 8 години |
Jonas Maebe
|
b5fb9beec9
* fixed printing of nodedata to the screen
|
преди 8 години |
svenbarth
|
c6bfb0064f
* keep track of the sections that are created in the asmlists
|
преди 8 години |
florian
|
82e6e1eb34
+ tempinfo flag ti_no_final_regsync which prevents that the final reg. sync. is emitted
|
преди 8 години |
florian
|
502e48541c
* properly copy flags of tempinfo
|
преди 8 години |
Jonas Maebe
|
179c1ab328
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
|
преди 9 години |
Jonas Maebe
|
18580d3069
* when assigning a value to a temp marked as ti_const, do not immediately
|
преди 9 години |
Jonas Maebe
|
46166c89cb
- removed no longer used and unsafe ttemprefnode.create_offset()
|
преди 9 години |
svenbarth
|
4f5fc66298
+ new parser-only node class to handle Delphi-mode inline specializations
|
преди 10 години |