Jonas Maebe
|
3e98429418
Revert " * patch by J. Gareth Moreton: Nothing (NOP) node optimisation, resolves #38194"
|
há 3 anos atrás |
florian
|
c2ff85ac5b
* patch by J. Gareth Moreton: Nothing (NOP) node optimisation, resolves #38194
|
há 4 anos atrás |
yury
|
64c586b86d
* Removed/ifdefed lots of unused variables.
|
há 4 anos atrás |
florian
|
85afaf5289
* patch by J. Gareth Moreton: Unitialized result variable fix on non-x86 debug builds, resolves #38371
|
há 4 anos atrás |
florian
|
089e13396a
* ensure that changed compiler options do not cause values
|
há 4 anos atrás |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
há 4 anos atrás |
Jonas Maebe
|
a88288bab3
- reverted r46457, accidentally committed (breaks -Oooptcse)
|
há 5 anos atrás |
Jonas Maebe
|
f26735fc77
* execute the tempinitcode whent the tempcreate node gets processed rather
|
há 5 anos atrás |
florian
|
2500f8432f
* ti_const must be part of tempinfostoreflags as well
|
há 5 anos atrás |
florian
|
62c417c8bf
* temporarily fix #37034 by disabling the problematic optimization until the real cause is fixed
|
há 5 anos atrás |
florian
|
84a1f614d9
* fix several double ;
|
há 5 anos atrás |
florian
|
de805fddcd
* properly force the result type after r45217
|
há 5 anos atrás |
florian
|
e3870079b2
* remove tempref mess for simple inlined functions
|
há 5 anos atrás |
florian
|
9dd25d836d
* include ti_nofini in tempinfostoreflags
|
há 5 anos atrás |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
há 5 anos atrás |
Jonas Maebe
|
0f57327bff
* maybereplacewithtemp/maybereplacewithtempref: also create a temp in case
|
há 6 anos atrás |
Jonas Maebe
|
0a91fcb44f
* LLVM-specific support for bsr*/bsf*
|
há 6 anos atrás |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
há 6 anos atrás |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
há 6 anos atrás |
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.
|
há 6 anos atrás |
Jonas Maebe
|
ea69a5b372
* finalizetemps nodes should never be considered equal and have side effects
|
há 6 anos atrás |
Jonas Maebe
|
3b9f5a5e96
* moved finalization of code generator temps to a node, so it can be getcopy'd
|
há 6 anos atrás |
svenbarth
|
116230f759
* forgot to commit extension to tspecializenode
|
há 6 anos atrás |
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
|
há 6 anos atrás |
svenbarth
|
0ba14c7ad8
* fix memory leak when freeing a temp delete node: also call the inherited destructor so that e.g. tnode.optinfo is freed.
|
há 7 anos atrás |
florian
|
1497b64804
* the temp. locations created by cse were not properly cleanup up, this patch fixes this
|
há 7 anos atrás |
florian
|
b1dff29cbf
* removed unused units
|
há 8 anos atrás |
florian
|
ec45a92fb5
* more nodedata printing fixes, similiar to r35477
|
há 8 anos atrás |
Jonas Maebe
|
b5fb9beec9
* fixed printing of nodedata to the screen
|
há 8 anos atrás |
svenbarth
|
c6bfb0064f
* keep track of the sections that are created in the asmlists
|
há 8 anos atrás |