aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/syscall.go
AgeCommit message (Expand)Author
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