aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-08-20cmd/internal/testdir: add a -gomodversion flagTim King
2024-08-15Revert "go/types, types2: only use fileVersion if 1.21 or greater"Michael Matloob
2024-08-14cmd/compile: improve unneeded zeroing removalKeith Randall
2024-08-13cmd/compile/internal/types2: change inference error messageTim King
2024-08-13test: add test case for wasmexport parameter typesCherry Mui
2024-08-12cmd/compile: add additional arm64 bit field ruleskhr@golang.org
2024-08-12go/types, types2: only use fileVersion if 1.21 or greaterMichael Matloob
2024-08-09cmd/compile: in prove pass, check for unsat before adding local factsKeith Randall
2024-08-09cmd/compile: fix off-by-one error in prove passKeith Randall
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-08-07cmd/compile: simplify prove passkhr@golang.org
2024-08-07cmd/compile: reorganize prove pass domain relation tablekhr@golang.org
2024-08-07cmd/compile: handle boolean and pointer relationskhr@golang.org
2024-08-07cmd/compile: propagate constant ranges through multiplies and shiftskhr@golang.org
2024-08-07cmd/compile: rewrite the constant parts of the prove passkhr@golang.org
2024-08-07cmd/compile, math: improve implementation of math.{Max,Min} on loong64Xiaolin Zhao
2024-08-05test: add test that caused gofrontend to crashIan Lance Taylor
2024-08-02cmd/compile,runtime: disable swissmap fast variantsMichael Pratt
2024-07-30cmd/compile: add "deadlocals" pass to remove unused localsDavid Chase
2024-07-29test: add open-coded defer tests for too many exits pathCuong Manh Le
2024-07-26types2, go/types: fix instantiation of named type with generic aliasCuong Manh Le
2024-07-24test: add test cases for local not-in-heap typesCuong Manh Le
2024-07-24test: re-enabled fixedbugs/notinheap.go testCuong Manh Le
2024-07-23cmd/compile: run checkbce after fuseLate passCuong Manh Le
2024-07-23cmd/compile: make sync/atomic AND/OR operations intrinsic on amd64Keith Randall
2024-07-23cmd/compile: store constant floats using integer constantsKeith Randall
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-07-22cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"Cuong Manh Le
2024-07-22cmd/compile: don't inline runtime functions in -d=checkptr buildCherry Mui
2024-07-19runtime: mark lockWithRankMayAcquire as nosplitCuong Manh Le
2024-07-16cmd/compile: fix recursive generic interface instantiationCuong Manh Le
2024-07-15strings: re-introduce noescape wrapperCuong Manh Le
2024-07-10math: remove riscv64 assembly implementations of roundingJorropo
2024-07-05cmd/compile: fix ICE when compiling global a, b = f()Cuong Manh Le
2024-07-03cmd/compile: fix mis-compilation when switching over channelsCuong Manh Le
2024-07-03cmd/compile: emit error message on mismatch import pathCuong Manh Le
2024-06-28cmd/compile: don't elide zero extension on top of signed valuesKeith Randall
2024-06-20cmd/compile: support generic alias typeCuong Manh Le
2024-06-07cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on PPC64Paul E. Murphy
2024-06-07cmd/compile: generate args_stackmap for ABI0 assembly func regardless of link...Cherry Mui
2024-05-30cmd/compile: remove quoting in favor of clearer prose in error messagesRobert Griesemer
2024-05-23test/codegen: add Mul test for riscv64Meng Zhuo
2024-05-21cmd/compile/internal/ssa: fix ppc64 merging of (CLRLSLDI (SRD ...))Paul E. Murphy
2024-05-20cmd/compile: initialize posBaseMap correctlyRobert Griesemer
2024-05-17cmd/compile/internal/ssa: cleanup ANDCCconst rewrite rules on PPC64Paul E. Murphy
2024-05-16cmd/compile: add test case for using Alias typesCuong Manh Le
2024-05-15cmd/compile: disallow linkname referring to instantiationsCherry Mui
2024-05-15cmd/compile/internal/noder: enable type aliases in type checkerMatthew Dempsky
2024-05-15cmd/compile/internal/ssa: combine more shift and masking on PPC64Paul E. Murphy
2024-05-08cmd/compile: avoid past-the-end pointer when zeroingKeith Randall