aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/compiler_test.go
AgeCommit message (Expand)Author
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-10-04all: use the new LLVM pass managerAyke van Laethem
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-08-04compiler: add min and max builtin supportAyke van Laethem
2023-07-07main: use `go env` instead of doing all detection manuallyAyke van Laethem
2023-05-20compiler: add tests for error messagesAyke van Laethem
2023-02-25compiler: zero struct padding during map operationsDamian Gryski
2023-01-17compiler: add support for new unsafe slice/string functionsAyke van Laethem
2022-10-19riscv: add "target-abi" metadata flagAyke van Laethem
2022-09-15all: add flag for setting the goroutine stack sizeAyke van Laethem
2022-08-30compiler: replace some math operation bodies with fast intrinsicsAyke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
2022-07-28compiler: add generics test caseAyke van Laethem
2022-06-16compiler: implement recover() built-in functionAyke van Laethem
2022-06-16compiler: insert basic blocks at an appropriate locationAyke van Laethem
2022-06-11fix: fixes tinygo test ./... syntax.José Carlos Chávez
2022-05-30builder: free LLVM objects after useAyke van Laethem
2022-05-07all: remove support for LLVM 11 and LLVM 12Ayke van Laethem
2022-04-23all: update to LLVM 14Ayke van Laethem
2022-01-19transform: remove switched func loweringNia Waldvogel
2022-01-19internal/task: remove coroutinesNia Waldvogel
2022-01-18compiler: predeclare runtime.trackPointerNia Waldvogel
2022-01-09all: switch to LLVM 13Ayke van Laethem
2021-11-30all: add LLVM 12 supportAyke van Laethem
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-02compiler: add object layout information to heap allocationsAyke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-09-09compiler: avoid zero-sized alloca in channel operationsAyke van Laethem
2021-08-30compiler: add support for new language features of Go 1.17Ayke van Laethem
2021-08-10compiler: move LLVM math builtin support into the compilerAyke van Laethem
2021-06-24compiler: add tests for pragmasAyke van Laethem
2021-05-26compiler: add tests for starting a goroutineAyke van Laethem
2021-05-09compiler: use wasm for testsAyke van Laethem
2021-04-12compiler: add func testsAyke van Laethem
2021-04-09compiler: check for errorsAyke van Laethem
2021-03-28compiler: add interface IR testAyke van Laethem
2021-03-22compiler: only run tests on LLVM 11 or aboveAyke van Laethem
2021-03-22compiler: add tests for stringsAyke 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-19compiler: test float to int conversions and fix upper-bound calculationNia Weiss
2021-01-15compiler: refactor and add testsAyke van Laethem