aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/testdata
AgeCommit message (Expand)Author
2023-10-04targets: increase default stack size to 64k for wasi/wasm targetsdeadprogram
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-17targets: increase default stack size to 32k for wasi/wasm targetsdeadprogram
2023-09-10Update tools to 0.9.0Elliott Sales de Andrade
2023-08-04compiler: implement clear builtin for mapsAyke van Laethem
2023-08-04compiler: implement clear builtin for slicesAyke van Laethem
2023-08-04compiler: add min and max builtin supportAyke van Laethem
2023-07-28wasm: fix functions exported through //exportAyke van Laethem
2023-07-02compiler: update .ll test outputDamian Gryski
2023-06-08compiler: update testdataDamian Gryski
2023-05-20compiler: disallow most types in //go:wasmimportAyke van Laethem
2023-05-20compiler: add tests for error messagesAyke van Laethem
2023-04-11compiler: update test outputsDamian Gryski
2023-03-28compiler: only support //go:wasmimport on declared functionsAyke van Laethem
2023-03-22compiler: add alloc attributes to runtime.allocAyke van Laethem
2023-03-19compiler,reflect: sort out pkg path vs pkg name for named typesDamian Gryski
2023-03-19compiler,reflect: adjust struct layout for type infoDamian Gryski
2023-03-19compiler,reflect: add reflect.Type.NumMethods()Damian Gryski
2023-03-12arm: enable functions in RAM for go & cgoKenneth Bell
2023-03-08compiler, reflect: replace package and name length with null-byte terminationDamian Gryski
2023-03-08compiler, reflect: add Type.PkgPathDamian Gryski
2023-03-08compiler, reflect: add support for named typesDamian Gryski
2023-03-03compiler: remove unsafe.Pointer(uintptr(v) + idx) optimizationAyke van Laethem
2023-02-25compiler: zero struct padding during map operationsDamian Gryski
2023-02-17all: refactor reflect packageAyke van Laethem
2023-01-25wasm: support ThinLTOAyke van Laethem
2023-01-18wasm: avoid miscompile with ThinLTOAyke van Laethem
2023-01-17all: store data layout as little endian valueAyke van Laethem
2023-01-17compiler: add support for new unsafe slice/string functionsAyke van Laethem
2022-12-22compiler: fix stack overflow when creating recursive pointer typesAyke van Laethem
2022-10-19ci: add support for LLVM 15Ayke van Laethem
2022-09-08wasm: do not allow undefined symbolsAyke 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-28compiler: use the LLVM builtins everywhereAyke van Laethem
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-08-01Set internal linkage and keeping default visibility for anonymous functionsPhil Kedy
2022-07-28compiler: implement unsafe.Alignof and unsafe.Sizeof for generic codev0.25.0-beta1Ayke van Laethem
2022-07-28compiler: fix type names for generic named structsAyke van Laethem
2022-07-28compiler: do not try to build generic functionsAyke van Laethem
2022-07-28compiler: add generics test caseAyke van Laethem
2022-06-22compiler: update tests after adding new wasm featuresAyke van Laethem
2022-06-19avr: add support for recover()Ayke van Laethem
2022-06-19runtime: move *task.DeferFrame hereAyke 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-04-23all: update to LLVM 14Ayke van Laethem
2022-04-07compiler: fix difference in aliases in interface methodsAyke van Laethem
2022-01-19compiler: remove parentHandle from calling conventionNia Waldvogel
2022-01-19transform: remove switched func loweringNia Waldvogel