aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-01-23cmd/compile: improve integer comparisons with numeric boundsJorropo
2024-01-08cmd/compile: handle defined iter func type correctlyCuong Manh Le
2023-12-21cmd/compile: handle constant-folding of an out-of-range jump table indexKeith Randall
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-12-18test: skip rangegen.go on 32-bit platformsThan McIntosh
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-08cmd/compile: fix error message for mismatch between the number of type params...Raghvender
2023-12-08cmd/compile: fix SCCP propagation into jump tablesKeith Randall
2023-12-05cmd/compile: fix escape analysis of string min/maxMatthew Dempsky
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-01cmd/compile: correct code generation for right shifts on riscv64Joel Sing
2023-12-01cmd/compile: fix typecheck range over rune literalCuong Manh Le
2023-11-30cmd/compile: fix memcombine pass for big endian, > 1 byte elementsKeith Randall
2023-11-21cmd/compile/internal/walk: copy SSA-able variablesMatthew Dempsky
2023-11-20cmd/compile: interleave devirtualization and inliningMatthew Dempsky
2023-11-20cmd/compile/internal/inline: allow inlining of checkptr argumentsMatthew Dempsky
2023-11-16cmd/compile/internal/inline: refactor AnalyzeFuncThan McIntosh
2023-11-16test: ignore MemProfileRecords with no live objects in finprofiled.goMichael Anthony Knyszek
2023-11-13cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres...Paul E. Murphy
2023-11-09cmd/internal/obj/ppc64: remove C_UCON optab matching classPaul E. Murphy
2023-11-08all: rename GOEXPERIMENT=range to rangefuncCherry Mui
2023-11-07cmd/compile: fix findIndVar so it does not match disjointed loop headersJorropo
2023-11-02test: run range-over-integer tests without need for -goexperimentRobert Griesemer
2023-10-31cmd/compile: ensure pointer arithmetic happens after the nil checkKeith Randall
2023-10-30cmd/compile: optimize right shifts of int32 on riscv64Ubuntu
2023-10-20test: add tests that gofrontend failedIan Lance Taylor
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-10-19cmd/compile: report mismatched version set by //go:buildCuong Manh Le
2023-10-19test/codegen: fix PPC64 AddLargeConst testPaul E. Murphy
2023-10-18cmd/compile/internal/ssa: on PPC64, generate large constant paddiPaul E. Murphy
2023-10-18cmd/compile: fix funcdata encode for functions with large frame sizeCuong Manh Le
2023-10-18cmd/compile: avoid ANDCCconst on PPC64 if condition not neededLynn Boger
2023-10-12cmd/compile: when combining stores, use line number of first storeKeith Randall
2023-10-12cmd/compiler: make decompose shortcuts apply for PtrShaped, not just PtrDavid Chase
2023-10-10cmd/compile: get rid of zero-sized values in call expansionDavid Chase
2023-10-09cmd/compile: fix wrong argument of OpSelectN during expand_callsCuong Manh Le
2023-10-09cmd/compile: use type hash from itab field instead of type fieldKeith Randall
2023-10-09cmd/compile: fix typecheck range over negative integerCuong Manh Le
2023-10-09cmd/compile: use cache in front of convI2IKeith Randall
2023-10-08cmd/compile: fix ICE with parenthesized builtin callsCuong Manh Le
2023-10-07cmd/compile: optimize right shifts of uint32 on riscvMark Ryan
2023-10-06sync: use atomic.Uint32 in Oncemstmdev
2023-10-06cmd/compile: expand calls cleanupDavid Chase
2023-10-06cmd/compile: use cache in front of type assert runtime callKeith Randall
2023-10-06cmd/compile: add a cache to interface type switchesKeith Randall
2023-10-06cmd/compile: improve interface type switchesKeith Randall
2023-10-05cmd/compile: do not fatal when typechecking conversion expressionCuong Manh Le
2023-10-05cmd/internal/obj/ppc64: generate MOVD mask constants in registerPaul E. Murphy
2023-10-04cmd/internal/obj/ppc64: generate small, shifted constants in registerPaul E. Murphy