aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/calls.go
AgeCommit message (Expand)Author
2019-09-22Improved blocking (#513)Jaden Weiss
2019-09-15compiler: rename getZeroValue to llvm.ConstNullAyke van Laethem
2019-06-20Trivial typo fixJustin Clift
2019-05-14compiler: add debug info for function argumentsAyke van Laethem
2019-04-26compiler: simplify code around getZeroValueAyke van Laethem
2019-01-31all: go fmtAyke van Laethem
2019-01-27all: rename go-llvm to new import pathAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2019-01-13docs: change links in README and remove old ReadTheDocs pages to point to Tin...Ron Evans
2018-12-09compiler: always use fat function pointers with contextAyke van Laethem
2018-11-01compiler, runtime: move defer notes to the runtime fileAyke van Laethem
2018-11-01docs: move calling convention documentation hereAyke van Laethem
2018-10-22compiler: implement deferring of immediately-applied closuresAyke van Laethem
2018-10-08compiler: use a fresh context for every compilationAyke van Laethem
2018-09-30all: use LLVM library provided by the systemAyke van Laethem
2018-09-25compiler: fix expanding zero-length structsAyke van Laethem
2018-09-23compiler: small cleanup in call handling codeAyke van Laethem
2018-09-23compiler: expand small structsAyke van Laethem