David Given
|
b11f96e8fe
|
Add array push/pop; fix ghastly memory overrun bug.
|
2016-10-02 17:24:31 +02:00 |
|
David Given
|
a3cfe6047f
|
More rigorous dealing of IR groups; no need for is_generated and is_root any
more (but now passes are required to set IR roots properly when changing
instructions).
|
2016-10-01 22:58:29 +02:00 |
|
David Given
|
ba1a3656a1
|
You can tell whether an item already exists in the array when calling
array_appendu() now.
|
2016-09-28 23:39:00 +02:00 |
|
David Given
|
c4b8e00ae2
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
to use, but definitely cleaner.
|
2016-09-26 22:48:58 +02:00 |
|
David Given
|
3671892c34
|
Move the array library into the data module.
|
2016-09-26 22:24:49 +02:00 |
|