aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/llvmutil
AgeCommit message (Expand)Author
2024-09-05interp: support big-endian targetsAyke van Laethem
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-05-24LLVM 18 supportAyke van Laethem
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2024-04-13lint: add "make lint" target, run it from ciDan Kegel
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-01-18compiler: move some llvmutil code into the compilerAyke van Laethem
2022-11-18avr: support ThinLTOAyke van Laethem
2022-11-18compiler: refactor some code for the next commitAyke van Laethem
2022-10-19ci: add support for LLVM 15Ayke van Laethem
2022-10-19all: add type parameter to *GEP callsAyke van Laethem
2022-10-19all: add type parameter to CreateLoadAyke van Laethem
2022-10-19all: add type parameter to CreateCallAyke van Laethem
2022-05-30builder: free LLVM objects after useAyke van Laethem
2022-01-19compiler: remove parentHandle from calling conventionNia Waldvogel
2021-11-03compiler: change symbol name for string and packed data constantsAyke van Laethem
2021-11-02compiler, runtime: add layout parameter to runtime.allocAyke van Laethem
2021-01-29compiler: move settings to a separate Config structAyke van Laethem
2020-12-22compiler: fix undefined behavior in wordpackAyke van Laethem
2020-02-24compiler/llvmutil: move constant pointer packs into constant globalsJaden Weiss
2019-12-04compiler: refactor func lowering to the transform packageAyke van Laethem
2019-11-15compiler,transform: move interface lowering to transform packageAyke van Laethem
2019-11-15compiler: refactor alloca/lifetime/wordpack code into separate packageAyke van Laethem