aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/interrupt.go
AgeCommit message (Expand)Author
2024-11-01interrupt: fix bug in interrupt loweringAyke van Laethem
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-03-05compiler; add position information to createConstantAyke van Laethem
2022-10-19all: replace llvm.Const* calls with builder.Create* callsAyke van Laethem
2022-10-19all: add type parameter to CreateCallAyke van Laethem
2021-11-06transform: refactor interrupt loweringAyke van Laethem
2021-05-25Support chained interrupt handlersKenneth Bell
2021-03-21builder, compiler: compile and cache packages in parallelAyke van Laethem
2021-01-29compiler: move settings to a separate Config structAyke van Laethem
2021-01-24compiler: remove ir packageAyke van Laethem
2020-03-25compiler: refactor function callingAyke van Laethem
2020-03-25compiler: rename Compiler.getValue -> builder.getValueAyke van Laethem
2020-01-20all: add compiler support for interruptsAyke van Laethem