aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-05-10cmd/compile: add De Morgan's rewrite ruleStefan
2023-05-08test: add memcombine testcases for ppc64Lynn Boger
2023-05-08math: optimize math.Abs on mipsxJunxian Zhu
2023-05-05cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-05-05cmd/compile: un-hide closure func if parent expr moved to staticinitThan McIntosh
2023-05-05cmd/compile: rework marking of dead hidden closure functionsThan McIntosh
2023-05-05math: optimize math.Abs on mips64xJunxian Zhu
2023-05-03cmd/compile: fix compilation of inferred type argumentsMatthew Dempsky
2023-05-03Revert "cmd/compile: enhance tighten pass for memory values"Daniel Martí
2023-05-03cmd/compile: enhance tighten pass for memory valueserifan01
2023-05-03cmd/compile: enable reverse type inferenceRobert Griesemer
2023-04-28cmd/link: put zero-sized data symbols at same address as runtime.zerobaseCherry Mui
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-20Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements
2023-04-20runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-19cmd/compile/internal/types2: only mark variables as used if they areRobert Griesemer
2023-04-18cmd/compile: remove memequal call from string compares in more casesKeith Randall
2023-04-18Revert "cmd/compile: rework marking of dead hidden closure functions"Than McIntosh
2023-04-17Revert "cmd/compile: allow more inlining of functions that construct closures"Michael Knyszek
2023-04-17cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-17cmd/compile: rework marking of dead hidden closure functionsThan McIntosh
2023-04-14cmd/compile: better code generation for constant-fold switchCuong Manh Le
2023-04-14cmd/compile: reenable inline static initCuong Manh Le
2023-04-14cmd/compile: handle string concatenation in static init inlinerCuong Manh Le
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-04-14Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh
2023-04-12cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-10cmd/compile: teach prove about bitwise OR operationCuong Manh Le
2023-04-08runtime: mark map bucket slots as empty during map clearCuong Manh Le
2023-04-07cmd/compile: use correct type for byteswaps on multi-byte storesKeith Randall
2023-04-07cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-07cmd/compile: deadcode unreferenced hidden closures during inliningThan McIntosh
2023-04-07cmd/compile: get more bounds info from logic operators in prove passruinan
2023-04-05cmd/compile: don't set range expr key/value type if already setCuong Manh Le
2023-04-03Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh
2023-03-31crypto/subtle: don't cast to *uintptr when word size is 0Keith Randall
2023-03-31cmd/compile: allow more inlining of functions that construct closuresAustin Clements
2023-03-29cmd/compile: casts from slices to array pointers are known to be non-nilKeith Randall
2023-03-28go/types, types2: don't report assignment mismatch errors if there are other ...Robert Griesemer
2023-03-28test: add test that caused a gofrontend crashIan Lance Taylor
2023-03-28cmd/compile: don't assume pointer of a slice is non-nilKeith Randall
2023-03-28go/types, types2: refactor initVarsRobert Griesemer
2023-03-28go/types, types2: more systematic use of Checker.use und useLHSRobert Griesemer
2023-03-27go/types, types2: better error message for some invalid integer array lengthsRobert Griesemer
2023-03-27cmd/compile: don't panic if unsafe.Sizeof/Offsetof is used with oversize typesRobert Griesemer
2023-03-24cmd/compile: optimize cmp to cmn under conditions < and >= on arm64erifan01
2023-03-22test: add test that caused gofrontend crashIan Lance Taylor
2023-03-22cmd/compile: mark negative size memclr non-inlineableCuong Manh Le
2023-03-22cmd/compile: fix incorrect truncating when converting CMP to TST on arm64erifan01