aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-30runtime,internal/runtime/maps: specialized swissmapsMichael Pratt
2024-10-29cmd/compile: teach prove about min/max phi operationsKeith Randall
2024-10-29cmd/compile: add rules to optimize go codes to constant 0 on loong64Xiaolin Zhao
2024-10-28test: add a test for wasm memory usageCherry Mui
2024-10-25cmd/compile: add shift optimization testYoulin Feng
2024-10-25cmd/compile: optimize type switch for a single runtime known type with a case...Youlin Feng
2024-10-24cmd/compile/internal/ssa: fix PPC64 shift codegen regressionPaul E. Murphy
2024-10-24cmd/compile: inline constant sized memclrNoHeapPointers calls on loong64Xiaolin Zhao
2024-10-23go/types, types2: qualify named types in error messages with type kindRobert Griesemer
2024-10-22go/types: improve recursive type error messageMax Neverov
2024-10-22cmd/compile: use STP/LDP around morestack on arm64Keith Randall
2024-10-21test: split non-regabi stack map testMichael Pratt
2024-10-21cmd/link: generate Mach-O UUID when -B flag is specifiedCherry Mui
2024-10-21cmd/compile,internal/runtime/maps: add extendible hashingMichael Pratt
2024-10-17cmd/compile: optimize loong64 with register indexed load/storeXiaolin Zhao
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-10-09cmd/compile: use call block instead of entry block for tail call expansionKeith Randall
2024-10-07cmd/compile: avoid dynamic type when possibleCuong Manh Le
2024-10-01test: fix test issue 69434 for riscv64Cuong Manh Le
2024-09-30go/parser, syntax: better error message for parameter missing typeRobert Griesemer
2024-09-28test: simplify issue 69434 testCuong Manh Le
2024-09-18reflect: remove calling mapiterkey, mapiterelemKyle Xiao
2024-09-18cmd/compile: fix wrong esacpe analysis for rangefuncCuong Manh Le
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-09-13test: add test for issue 24755Cuong Manh Le
2024-09-13all: add test for issue 20027Cuong Manh Le
2024-09-13cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on lo...Xiaolin Zhao
2024-09-13cmd/compile: optimize RotateLeft8/16 on loong64Xiaolin Zhao
2024-09-11cmd/compile: correct wasmexport result type checkingCherry Mui
2024-09-11test/codegen: add Rotate test for riscv64Meng Zhuo
2024-09-10cmd/compile: optimize []byte(string1 + string2)Paschalis Tsilias
2024-09-09cmd/compile: emit tail call wrappers when possibleamusman
2024-09-04runtime: size maps.Clone destination bucket array safelyKeith Randall
2024-09-03cmd/compile: compute Negation's limits from argument's limitsJorropo
2024-09-03cmd/compile: compute Complement's limits from argument's limitsJorropo
2024-09-03cmd/compile: compute Trunc's limits from argument's limitsJorropo
2024-09-03cmd/compile: propagate unsigned limits for Div and Mod if arguments are positiveJorropo
2024-09-03cmd/compile: compute Divu's limits from argument's limitsJorropo
2024-09-03cmd/compile: compute Modu's maximum limits from argument's limitsJorropo
2024-09-03cmd/compile: compute OR's maximum limits from argument's limitsJorropo
2024-09-03cmd/compile: compute XOR's limits from argument's limitsJorropo
2024-09-03cmd/compile: compute bits.TrailingZeros*'s limits from argument's limitsJorropo
2024-09-03cmd/compile: compute bits.Len*'s limits from argument's limitsJorropo
2024-08-28cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1Tim King
2024-08-28cmd/compile/internal/ssa: combine shift and addition for riscv64 rva22u64Joel Sing
2024-08-27go/types, types2: use max(fileVersion, go1.21) if fileVersion presentMichael Matloob
2024-08-26cmd/compile: regalloc: drop values that aren't used until after a callKeith Randall
2024-08-26cmd/compile: intrinsify math.MulUintptr on PPC64Paul E. Murphy
2024-08-23test/codegen: add initial codegen tests for integer min/maxJoel Sing