aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/syscall.go
AgeCommit message (Expand)Author
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-03-05compiler; add position information to createConstantAyke van Laethem
2022-10-19all: add type parameter to CreateCallAyke van Laethem
2022-06-24compiler: drop support for macos syscalls via inline assemblyAyke van Laethem
2022-01-09all: switch to LLVM 13Ayke van Laethem
2021-11-24all: remove FreeBSD supportAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-06-25compiler: implement syscall.rawSyscallNoError in inline assemblyAyke van Laethem
2021-01-29compiler: move settings to a separate Config structAyke van Laethem
2020-03-25compiler: refactor function callingAyke van Laethem
2020-03-25compiler: rename Compiler.getValue -> builder.getValueAyke van Laethem
2019-12-29Add initial FreeBSD supportDmitri Goutnik
2019-11-04all: refactor compile optionsAyke van Laethem
2019-09-16fix bugs found by LLVM assertionsJaden Weiss
2019-08-04Add support for linux/386 syscalls.Elliott Sales de Andrade
2019-06-08compiler: support non-constant syscall numbersAyke van Laethem
2019-04-26compiler: refactor parseExprAyke van Laethem
2019-02-19all: add macOS supportAyke van Laethem
2019-02-07compiler: add syscalls for 64-bit armAyke van Laethem
2019-02-07compiler: add syscalls for 32-bit armAyke van Laethem
2019-02-05compiler: implement syscall.Syscall* as builtinsAyke van Laethem