summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: add regress test for #58572Matthew Dempsky2023-02-171-0/+29
* cmd/compile: fix wrong escape analysis for go/defer generic callsCuong Manh Le2023-02-131-0/+30
* cmd/compile: disable inline static init optimizationCuong Manh Le2023-02-093-3/+3
* cmd/compile/internal/staticinit: fix panic in interface conversionSung Yoon Whang2023-02-093-0/+33
* cmd/compile: remove constant arithmetic overflows during typecheckCuong Manh Le2023-02-091-0/+13
* cmd/compile: use MakeResult in empty MakeSlice eliminationJorropo2023-02-081-0/+15
* cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386Wayne Zuo2023-02-081-0/+3
* cmd/compile: fix inline static init arguments substitued treeCuong Manh Le2023-02-081-0/+23
* test: add test for issue 58345Cuong Manh Le2023-02-071-0/+15
* cmd/compile: ensure first instruction in a function is not inlinedKeith Randall2023-02-062-0/+31
* cmd/compile: add rules to emit SETBC/R instructions on power10Archana R2023-02-061-0/+156
* cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10Archana R2023-02-032-2/+5
* cmd/compile: schedule values with no in-block uses laterKeith Randall2023-02-011-0/+23
* test: enable inlining tests for functions with local typeCuong Manh Le2023-01-311-7/+2
* cmd/compile: add clear(x) builtinCuong Manh Le2023-01-311-0/+47
* cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek2023-01-312-8/+18
* cmd/compile: fix -m=2 output for recursive function with closuresKeith Randall2023-01-281-0/+22
* test/codegen: merge identical ppc64 and ppc64le testsPaul E. Murphy2023-01-275-35/+32
* test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy2023-01-2714-602/+298
* cmd/compile/internal/noder: stop creating TUNION typesMatthew Dempsky2023-01-261-1/+3
* cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky2023-01-257-83/+1
* test/codegen: accept ppc64x as alias for ppc64le and ppc64 archesPaul E. Murphy2023-01-242-35/+30
* test: remove TODO in issue20250.goMatthew Dempsky2023-01-241-5/+3
* Revert "cmd/compile: teach prove about bitwise OR operation"Keith Randall2023-01-241-5/+0
* cmd/compile: flag 'large' functions when -m=2+ in effectThan McIntosh2023-01-241-1/+1
* cmd/compile: teach prove about unsigned division, modulus and rshJorropo2023-01-231-0/+39
* cmd/compile: make loopbce handle 8, 16 and 32 bit induction variablesJakub Ciolek2023-01-231-0/+24
* internal/abi,runtime: refactor map constants into one placeDavid Chase2023-01-231-22/+69
* test: test that we schedule OpArgIntReg earlyKeith Randall2023-01-211-0/+22
* cmd/compile: sort liveness variable reportsKeith Randall2023-01-212-3/+3
* cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwoJorropo2023-01-201-0/+104
* cmd/compile: rewrite empty makeslice to zerobase pointerJorropo2023-01-201-0/+6
* cmd/compile: improve scheduling passKeith Randall2023-01-201-0/+7
* cmd/compile: add anchored version of SPKeith Randall2023-01-192-12/+12
* runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox2023-01-191-2/+3
* cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruptionCuong Manh Le2023-01-181-0/+76
* cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky2023-01-171-0/+19
* cmd/compile: ensure temp register mask isn't emptyKeith Randall2023-01-171-0/+33
* go/types, types2: don't look up fields or methods when expecting a typeRobert Findley2023-01-111-1/+1
* all: fix typos in go file commentsMarcel Meyer2023-01-092-2/+2
* cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer2023-01-042-3/+3
* cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky2022-12-141-0/+23
* cmd/compile: fix conditional select ruleKeith Randall2022-12-091-0/+40
* cmd/compile: turn off jump tables when spectre retpolines are onKeith Randall2022-12-061-0/+28
* all: fix some comments for methodcui fliter2022-12-032-2/+2
* cmd/compile: fix inline static init with derived typesCuong Manh Le2022-11-301-0/+28
* cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall2022-11-302-0/+120
* cmd/compile: reenable inlstaticinitRuss Cox2022-11-233-3/+3
* cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky2022-11-223-3/+3
* cmd/compile: reject anonymous interface cyclesMatthew Dempsky2022-11-213-2/+48