aboutsummaryrefslogtreecommitdiffhomepage
path: root/transform/transform_test.go
AgeCommit message (Expand)Author
2024-03-19all: move -panic=trap support to the compiler/runtimeAyke van Laethem
2023-10-14builder: refactor clang include headersAyke van Laethem
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
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-01-19transform: remove switched func loweringNia Waldvogel
2021-11-30all: add LLVM 12 supportAyke van Laethem
2021-11-10compiler: add "target-cpu" and "target-features" attributesAyke van Laethem
2021-11-02compiler, runtime: add layout parameter to runtime.allocAyke van Laethem
2021-10-31all: drop support for LLVM 10Ayke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-05-03transform: split interface and reflect loweringAyke van Laethem
2021-04-22transform: move tests to transform_test packageAyke van Laethem
2020-10-13main: add initial support for (in-development) LLVM 11Ayke van Laethem
2020-04-09main: switch to LLVM 10Ayke van Laethem
2020-04-09transform: allow updating tests with -update flagAyke van Laethem
2019-11-13fix incorrect starting value for optimized allocations in a loopJaden Weiss
2019-10-17all: add support for WindowsAyke van Laethem
2019-09-15all: refactor heap-to-stack transform into the transform packageAyke van Laethem