Age | Commit message (Expand) | Author |
---|---|---|
2024-01-31 | Allow larger systems to have a larger max stack alloc | Damian Gryski |
2023-10-01 | all: remove LLVM 14 support | Ayke van Laethem |
2022-10-19 | all: remove pointer ElementType calls | Ayke van Laethem |
2022-05-30 | builder: free LLVM objects after use | Ayke van Laethem |
2022-04-15 | transform: fix poison value in heap-to-stack transform | Ayke van Laethem |
2022-02-11 | compiler: move allocations > 256 bytes to the heap | Damian Gryski |
2021-12-10 | transform: allocate the correct amount of bytes in an alloca | Ayke van Laethem |
2021-11-02 | compiler, runtime: add layout parameter to runtime.alloc | Ayke van Laethem |
2021-04-22 | main: add -print-allocs flag that lets you print all heap allocations | Ayke van Laethem |
2021-04-12 | transform: do not lower zero-sized alloc to alloca | Ayke van Laethem |
2019-11-13 | fix incorrect starting value for optimized allocations in a loop | Jaden Weiss |
2019-09-15 | all: refactor heap-to-stack transform into the transform package | Ayke van Laethem |