aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
AgeCommit message (Expand)Author
26 hoursall: prealloc slice with possible minimum capabilitiesShulhan
7 dayscmd/compile: fix mem access overlap detectionJunyang Shao
12 dayscmd/compile: optimize switch statements using lookup tablesqmuntal
2026-03-19cmd/compile: skip race detector test failure for unsupported VMAGuoqi Chen
2026-03-10cmd/compile: forward small Load through Move to avoid redundant copiesdorbmon
2026-03-02all: test: remove unneeded loop variablesAriel Otilibili
2026-02-27cmd/compile: test that time.Duration.String is inlineableDaniel Martí
2026-02-27cmd/compile/internal/test: add benchmark for string comparison operand orderyongqijia
2026-02-27cmd/compile: gate instrumentEnterExit on NoRaceFunc checkDerek Parker
2026-02-12cmd/compile: replace conditions to CCMP instructions on ARM64Ch1n-ch1nless
2026-01-23cmd/compile/internal/pgo: error parsing profile (for pgo) after scalingRyan Diep
2025-12-09cmd: fix some issues in the commentscuishuang
2025-12-02cmd/compile: more generated equality function testskhr@golang.org
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-21cmd/compile: simplify negative on multiplicationMeng Zhuo
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-14cmd/compile/internal: remove incorrect riscv64 SLTI ruleMark Ryan
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-12cmd/compile: use FCLASSD for subnormal checks on riscv64Michael Munday
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-04cmd/compile/internal/ssa: more aggressive on dead auto elimYoulin Feng
2025-10-29cmd/compile: make prove understand div, mod betterRuss Cox
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-08cmd/compile: fuse NaN checks with other comparisonsMichael Munday
2025-09-26[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fieldsJunyang Shao
2025-09-09cmd/compile/internal/inline: ignore superfluous slicingJake Bailey
2025-09-04path{,/filepath}: speed up MatchJulien Cretel
2025-09-03unicode/utf8: make DecodeRune{,InString} inlineableJulien Cretel
2025-08-13cmd/compile: emit classify instructions for infinity tests on riscv64Michael Munday
2025-08-05cmd/compile: fold negation into multiplication on loong64Xiaolin Zhao
2025-08-03cmd/compile/internal/test: fix typo in commentsXiaolin Zhao
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-05-07cmd/compile/internal/test: verify inlining for mutex fast pathsRhys Hiltner
2025-05-02runtime: mark and scan small objects in whole spans [green tea]Michael Anthony Knyszek
2025-05-01cmd/compile: improve multiplication strength reductionKeith Randall
2025-04-18math/big: replace addVW/subVW assembly with fast pure GoRuss Cox
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-04-04cmd/compile: on 32-bit, bump up align for values that may contain 64-bit fieldsKeith Randall
2025-04-04cmd/compile: allow pointer-containing elements in stack allocationsKeith Randall
2025-04-04cmd/compile: aggregate scalar allocations for heap escapesKeith Randall
2025-04-04cmd/compile: stack allocate variable-sized makesliceKeith Randall
2025-04-02cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...Julia Lapenko
2025-03-24testing: detect a stopped timer in B.LoopAustin Clements
2025-03-21cmd/compile/internal/abi: fix ComputePaddingDerek Parker
2025-03-21Revert "cmd/compile/internal/abi: fix ComputePadding"Cherry Mui
2025-03-20cmd/compile/internal/abi: fix ComputePaddingDerek Parker
2025-03-05cmd/compile: improve issue62407_testgo101
2025-03-05cmd/compile: add tests for too-large shift amountsKeith Randall