aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/calls.go
AgeCommit message (Expand)Author
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-08-04compiler: improve panic message when a runtime call is unavailableAyke van Laethem
2023-04-18fix some commentscui fliter
2022-10-19all: remove pointer ElementType callsAyke van Laethem
2022-10-19all: add type parameter to CreateCallAyke van Laethem
2022-06-16compiler: implement recover() built-in functionAyke van Laethem
2022-01-19compiler: remove parentHandle from calling conventionNia Waldvogel
2021-09-27all: fix staticcheck warningsAyke van Laethem
2021-03-29compiler: fix "fragment covers entire variable" bugAyke van Laethem
2021-01-24compiler: remove ir packageAyke van Laethem
2020-04-21compiler: add parameter names to IRAyke van Laethem
2020-04-13compiler: unexport some exported symbolsAyke van Laethem
2020-03-27compiler: add dereferenceable_or_null attribute where possibleAyke van Laethem
2020-03-25compiler: remove leftover code after refactorAyke van Laethem
2020-03-25compiler: refactor creation of functionsAyke van Laethem
2020-03-25compiler: refactor createBinOpAyke van Laethem
2020-03-25compiler: refactor IR generationAyke van Laethem
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