aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/goroutine.go
AgeCommit message (Expand)Author
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-03-05compiler; add position information to createConstantAyke van Laethem
2023-01-18compiler: move some llvmutil code into the compilerAyke van Laethem
2022-10-19all: add type parameter to CreateCallAyke van Laethem
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-01-19compiler: remove parentHandle from calling conventionNia Waldvogel
2022-01-19internal/task: remove coroutinesNia Waldvogel
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-10-31compiler: add support for the `go` keyword on interface methodsAyke van Laethem
2021-10-25compiler: add nounwind attributeAyke van Laethem
2021-05-26compiler: skip context parameter when starting regular goroutineAyke van Laethem
2021-05-26compiler: add support for running a builtin in a goroutineAyke van Laethem
2021-05-26compiler: refactor goroutine codeAyke van Laethem
2021-05-11compiler: only check for default stack size with tasks schedulerAyke van Laethem
2021-05-09runtime: use the tasks scheduler instead of coroutinesAyke van Laethem
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-08-27arm: automatically determine stack sizesAyke van Laethem
2020-08-27compiler: improve display of goroutine wrappersAyke van Laethem
2020-04-03compiler: add debug info to goroutine start wrappersAyke van Laethem
2020-03-25compiler: refactor starting new goroutinesAyke van Laethem
2020-03-17refactor coroutine lowering and tasksJaden Weiss
2019-11-04all: refactor compile optionsAyke van Laethem
2019-11-02fix miscompile of static goroutine calls to closuresJaden Weiss
2019-09-16fix bugs found by LLVM assertionsJaden Weiss
2019-08-17compiler: add support for 'go' on func valuesAyke van Laethem
2019-08-15compiler,runtime: implement stack-based schedulerAyke van Laethem