aboutsummaryrefslogtreecommitdiffhomepage
path: root/transform/allocs.go
AgeCommit message (Expand)Author
2024-01-31Allow larger systems to have a larger max stack allocDamian Gryski
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2022-10-19all: remove pointer ElementType callsAyke van Laethem
2022-05-30builder: free LLVM objects after useAyke van Laethem
2022-04-15transform: fix poison value in heap-to-stack transformAyke van Laethem
2022-02-11compiler: move allocations > 256 bytes to the heapDamian Gryski
2021-12-10transform: allocate the correct amount of bytes in an allocaAyke van Laethem
2021-11-02compiler, runtime: add layout parameter to runtime.allocAyke van Laethem
2021-04-22main: add -print-allocs flag that lets you print all heap allocationsAyke van Laethem
2021-04-12transform: do not lower zero-sized alloc to allocaAyke van Laethem
2019-11-13fix incorrect starting value for optimized allocations in a loopJaden Weiss
2019-09-15all: refactor heap-to-stack transform into the transform packageAyke van Laethem