aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
AgeCommit message (Expand)Author
2025-02-26cmd/compile/internal/test: fix noopt builderCuong Manh Le
2025-02-25cmd/compile, runtime: optimize concatbytesCuong Manh Le
2025-02-25sync: reduce OnceFunc (and variants) heap allocationsBrian Byrne
2025-02-03all: remove coverageredesign experimentIan Lance Taylor
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-21runtime: specialize heapSetTypeMichael Anthony Knyszek
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-10cmd/compile: optimize []byte(string1 + string2)Paschalis Tsilias
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-07-31cmd/compile: keep internal/runtime packages sortedMichael Pratt
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-07-23runtime,internal: move runtime/internal/math to internal/runtime/mathDavid Chase
2024-04-18cmd/compile/internal: stack slot merging region formation enhancementsThan McIntosh
2024-04-09cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidatesThan McIntosh
2024-04-09cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-04-09runtime: remove the allocheaders GOEXPERIMENTMichael Anthony Knyszek
2024-03-30Revert "cmd/compile/internal: merge stack slots for selected local auto vars"Cuong Manh Le
2024-03-29cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2024-03-26all: fix a large number of commentscui fliter
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-02-15cmd/compile: update the incorrect assignment of call site offset.Jin Lin
2024-02-09cmd/compile: fail noder.LookupFunc gracefully if function genericMichael Pratt
2024-01-31cmd/preprofile: Implement a tool to preprocess the PGO profile.Jin Lin
2024-01-30all: fix typosJes Cok
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
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-11-30cmd/compile: fix memcombine pass for big endian, > 1 byte elementsKeith Randall
2023-11-17all: add missing copyright headerJes Cok
2023-11-13cmd/compile: support lookup of functions from export dataMichael Pratt
2023-11-13cmd/compile: initial function value devirtualizationMichael Pratt
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek
2023-11-10runtime: fix user arena heap bits writing on big endian platformsMichael Anthony Knyszek
2023-11-09runtime: implement experiment to replace heap bitmap with alloc headersMichael Anthony Knyszek
2023-10-27cmd/compile: rework TestPGOHash to not rebuild dependenciesCherry Mui
2023-10-13cmd/compile: lookup indirect callees from export data for devirtualizationMichael Pratt
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-04cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-awareDavid Chase
2023-09-19cmd/compile: add pgohash for debugging/bisecting PGO optimizationsCherry Mui
2023-09-13cmd/compile/internal/abi: use Type.RegistersMatthew Dempsky
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-04runtime: introduce nextslicecapEgon Elbre
2023-08-23cmd/compile: use jump tables for large type switchesKeith Randall
2023-08-18cmd/compile/internal/ir: remove AsNodeMatthew Dempsky
2023-08-17cmd/compile/internal/ir: add typ parameter to NewNameAtMatthew Dempsky