Jonas Maebe
|
51502874af
* emit temp lifetime information for llvm
|
преди 6 години |
pierre
|
c3914c1f38
Downgrade EXTDEBUG warning to note about zero size temp, as it is used for empty sets
|
преди 6 години |
yury
|
e8d43c8fed
* Fixed range check errors.
|
преди 6 години |
pierre
|
5ccced201a
Downgrade some warnings to notes for EXTDEBUG
|
преди 6 години |
yury
|
d0b6f427d3
* Fixed checks for exceeding limit of locals space. Prevent range and overflow errors during the checks. Introduced the MaxLocalsSize constant which provides the maximum possible size of locals space (stack frame) depending of bitness of a cpu.
|
преди 6 години |
pierre
|
b1537a7f40
Add some more debug information to temp-generation when compiled with -dEXTDEBUG
|
преди 7 години |
pierre
|
1a23672e7b
Make sure to set alignment of new temp slot to new value
|
преди 7 години |
Jonas Maebe
|
52e7678033
* ensure that load nodes only substitute temps in case both references point
|
преди 7 години |
Jonas Maebe
|
4686f61002
* keep track of the temp position separately from the offset in references,
|
преди 7 години |
florian
|
b1dff29cbf
* removed unused units
|
преди 8 години |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
преди 8 години |
Jonas Maebe
|
a0a77f3105
* suppress (harmless) range error
|
преди 10 години |
Jonas Maebe
|
5d8483185f
* silence another warning from r30449
|
преди 10 години |
Jonas Maebe
|
640efba580
* fixed warnings after r30449/r30450
|
преди 10 години |
florian
|
b684719f1e
+ give an error if allocated temps. overflow the normally max. available space
|
преди 10 години |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
преди 10 години |
Jonas Maebe
|
41fba0c4f7
* switched to using the stack pointer as base register for the temp allocator
|
преди 10 години |
Jonas Maebe
|
0fbaa9e924
* record the alignment of temps, and set it when creating a reference based
|
преди 11 години |
Jonas Maebe
|
9880b53242
* changed all alignment parameters in the temp manager to shortint
|
преди 11 години |
Jonas Maebe
|
dd733bd5b5
* changed all size parameters in the temp manager from longint to asizeint
|
преди 11 години |
Jonas Maebe
|
0a87133e00
* spelling fix
|
преди 11 години |
Jonas Maebe
|
344acef9b5
* separate tracking the def of a temp and whether or not it needs to be
|
преди 11 години |
Jonas Maebe
|
3b7f43ad77
* renamed (hl)gettemptyped() to (hl)gettempmanaged() to better indicate the
|
преди 11 години |
Jonas Maebe
|
f55516ed32
* changed forcesize parameter of tgobj.gethltemp() from aint into asizeint,
|
преди 11 години |
Jonas Maebe
|
e18e98b540
* changed the type of the forcesize parameter of gethltemp() and friends
|
преди 11 години |
Jonas Maebe
|
1df3039424
+ LLVM temp allocator based on new R_TEMPREGISTER register class. For every
|
преди 11 години |
Jonas Maebe
|
4992fd1c88
* prevent previously freed temp blocks from getting lost occasionally (can
|
преди 12 години |
Jonas Maebe
|
477eeadaca
* made alloctemp more generic
|
преди 12 години |
Jonas Maebe
|
56378f907f
* keep track of required stack frame alignment (this information is however
|
преди 13 години |
Jonas Maebe
|
a5cb157091
* enable specifying the alignment mismatch of the frame/stack pointer
|
преди 13 години |