621 Commits (release)

Author SHA1 Message Date
Ayke van Laethem cad6a57077 compiler: remove support for memory references in AsmFull 3 years ago
Elliott Sales de Andrade 7f507a7026 Fix incorrect formatting arguments 3 years ago
Dan Kegel 20a27746b2 compiler: make RawSyscall an alias for Syscall per suggestion from Ayke. For #2474. 3 years ago
Ayke van Laethem c0d257d682 compiler: fix difference in aliases in interface methods 3 years ago
Dan Kegel 7af24c7864 compiler: allow slices of empty structs. 3 years ago
Ron Evans 1dcdd5f2d2 Revert "src/runtime: first darft of map growth code" 3 years ago
Damian Gryski 7e05efa274 src/runtime: first darft of map growth code 3 years ago
Dan Kegel aa421bf655 compiler.go: createBuiltin: accept alias for slice. Helps 1.18 tests pass. 3 years ago
Ayke van Laethem 29c1d7c68d compiler: fix incorrect unsafe.Alignof on some 32-bit architectures 3 years ago
Damian Gryski 4b2edc9a26 compiler: move allocations > 256 bytes to the heap 3 years ago
Nia Waldvogel c6ae1c58fc compiler: remove parentHandle from calling convention 3 years ago
Nia Waldvogel 0c2fefa09b transform: remove switched func lowering 3 years ago
Nia Waldvogel ea2a6b70b2 internal/task: remove coroutines 3 years ago
Nia Waldvogel 57ff3a5ca0 compiler: predeclare runtime.trackPointer 3 years ago
Nia Waldvogel e2178ce682 compiler: work around AVR atomics bugs 3 years ago
Ayke van Laethem ebd4969cde all: switch to LLVM 13 3 years ago
Ayke van Laethem 21b89ef327 compiler: fix emission of large object layouts 3 years ago
Ayke van Laethem 39c8711332 compiler: add correct debug location to init instructions 3 years ago
Nia Waldvogel a4f9e5e552 targets (wasi/wasm): raise default stack size to 16 KiB 3 years ago
Ayke van Laethem 3e109fca5f builder: use build ID as cache key 3 years ago
Nia Waldvogel e4de7b4957 internal/task: swap stack chain when switching goroutines 3 years ago
Ayke van Laethem b13c993565 compiler: fix ranging over maps with particular map types 3 years ago
Ayke van Laethem 449bfe04f3 compiler: move *ssa.Next lowering for maps to compiler/map.go 3 years ago
Ayke van Laethem 5127b9d65b all: add LLVM 12 support 4 years ago
Ayke van Laethem 79467baf12 all: remove FreeBSD support 3 years ago
Ayke van Laethem 1789570f52 cgo: add //go: pragmas to generated functions and globals 3 years ago
Damian Gryski 0e7a129de7 compiler: update testdata/string.ll 3 years ago
Damian Gryski aeddcd9c5f compiler: fix string compare functions 3 years ago
Ayke van Laethem 869e917dc6 all: add support for windows/amd64 3 years ago
Nia Waldvogel 641dcd7c16 internal/task: use asyncify on webassembly 3 years ago
Ayke van Laethem c1d697f868 compiler: fix indices into strings and arrays 3 years ago
Ayke van Laethem cf640290a3 compiler: add "target-cpu" and "target-features" attributes 3 years ago
Ayke van Laethem 78fec3719f all: add target-features string to all targets 3 years ago
Ayke van Laethem edcece33ca transform: refactor interrupt lowering 3 years ago
Ayke van Laethem fce403b7a0 targets: match LLVM triple to the one Clang uses 3 years ago
Ayke van Laethem f63c389f1a compiler: change symbol name for string and packed data constants 3 years ago
Ayke van Laethem 7c24925aa7 compiler: add minsize attribute for -Oz 3 years ago
Ayke van Laethem d7b7583e83 compiler: refactor when the optsize attribute is set 3 years ago
Ayke van Laethem 0704794def compiler: add object layout information to heap allocations 3 years ago
Ayke van Laethem f24a93c51d compiler, runtime: add layout parameter to runtime.alloc 3 years ago
Ayke van Laethem 9e1b4de999 compiler: add support for the `go` keyword on interface methods 3 years ago
Ayke van Laethem a4afc3b4b0 compiler: simplify interface lowering 3 years ago
Ayke van Laethem afd49e7cdd compiler: add support for recursive function types 3 years ago
Ayke van Laethem 86f1e6aec4 compiler: properly implement div and rem operations 3 years ago
Ayke van Laethem 478dd3a28d compiler: add nounwind attribute 3 years ago
Ayke van Laethem 0a80da46b1 main: test other architectures by specifying a different GOARCH 3 years ago
learnforpractice 04040453b4 fix export math functions issue 3 years ago
Ayke van Laethem e02727679f builder, cgo: support function definitions in CGo headers 3 years ago
Ayke van Laethem bf9dab36f7 build: normalize target triples to match Clang 3 years ago
Ayke van Laethem 49dd2ce393 all: fix staticcheck warnings 3 years ago