aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-02-19cmd/compile: determine static values of len and cap in make() callsMateusz Poliwczak
2025-02-19cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...David Chase
2025-02-18cmd/compile: avoid infinite recursion when inlining closuresCuong Manh Le
2025-02-16cmd/compile: on AMD64, turn x < 128 into x <= 127Jakub Ciolek
2025-02-15cmd/compile: fix sign extension of paired 32-bit loads on arm64Keith Randall
2025-02-13cmd/compile: make write barrier code amenable to paired loads/storesKeith Randall
2025-02-13cmd/compile: regalloc: handle desired registers of 2-output insnsKeith Randall
2025-02-13cmd/compile: pair loads and stores on arm64khr@golang.org
2025-02-13cmd/compile: move []byte->string map key optimization to ssaKeith Randall
2025-02-13cmd/compile: lower x*z + y to FMA if FMA enabledJakub Ciolek
2025-02-13cmd/compile: implement signed loads from read-only memoryKeith Randall
2025-02-10cmd/compile: avoid ifaceeq call if we know the interface is directKeith Randall
2025-02-06weak: prevent unsafe conversions using weak pointersthepudds
2025-02-06cmd/compile: prefer an add when shifting left by 1Jakub Ciolek
2025-02-05cmd/compile: establish limits of bool to uint8 conversionsJakub Ciolek
2025-02-04cmd/compile: do not treat OpLocalAddr as load in DSEYoulin Feng
2025-02-03test/issue71226: add cast to avoid clang errorIan Lance Taylor
2025-02-03cmd/compile: on AMD64, prefer XOR/AND for (x & 1) == 0 checkJakub Ciolek
2025-02-03cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.hIan Lance Taylor
2025-02-03cmd/cgo: add C declaration parameter unused attributeIan Lance Taylor
2025-01-28runtime: rename mapiterinit and mapiternextMichael Pratt
2025-01-14internal/runtime/maps: re-enable some testsKeith Randall
2025-01-12cmd/compile: fix write barrier coalescingKeith Randall
2024-12-06cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSDDamien Neil
2024-12-04sync/atomic: add missing leak tests for And & OrJorropo
2024-11-22cmd/compile: use very high budget for once-called closuresDavid Chase
2024-11-22cmd/compile: modify CSE to remove redundant OpLocalAddrsYoulin Feng
2024-11-21cmd/compile: pull multiple adds out of an unsafe.Pointer<->uintptr conversionKeith Randall
2024-11-21cmd/compile: fix rewrite rules for multiply/addKeith Randall
2024-11-20cmd/compile,testing: implement one-time rampup logic for testing.B.LoopJunyang Shao
2024-11-19crypto/ecdh: move implementation to crypto/internal/fips/ecdhFilippo Valsorda
2024-11-19cmd/compile: strongly favor closure inliningDavid Chase
2024-11-18sync: add explicit noCopy fields to Map, Mutex, and OnceMichael Anthony Knyszek
2024-11-18cmd/compile: remove gc programs from stack frame objectsKeith Randall
2024-11-15sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and uns...Jorropo
2024-11-14cmd/compile: better error message when offending/missing token is a keywordRobert Griesemer
2024-11-13cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64Xiaolin Zhao
2024-11-12runtime: fix iterator returns map entries after clear (pre-swissmap)Youlin Feng
2024-11-12cmd/compile/internal/ssa: improve carry addition rules on PPC64Paul E. Murphy
2024-11-12cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64Guoqi Chen
2024-11-11cmd/compile: keep variables alive in testing.B.Loop loopssunnymilk
2024-11-11cmd/compile: allow more types for wasmimport/wasmexport parameters and resultsCherry Mui
2024-11-11cmd/compile: wire up bits.Reverse intrinsics for loong64Xiaolin Zhao
2024-11-08cmd/compile: implement FMA codegen for loong64Xiaolin Zhao
2024-11-06cmd/compile: wire up Bswap/ReverseBytes intrinsics for loong64Xiaolin Zhao
2024-11-06cmd/compile: wire up math/bits.Len intrinsics for loong64Xiaolin Zhao
2024-11-05cmd/compile: init limit for newly created value in prove passYoulin Feng
2024-11-05cmd/compile: add loong64-specific inlining for runtime.memmoveXiaolin Zhao
2024-11-04cmd/compile: fix inlining name mangling for blank labelCuong Manh Le
2024-10-30cmd/compile,internal/runtime/maps: stack allocated maps and small allocMichael Pratt