aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
AgeCommit message (Expand)Author
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
2023-06-06cmd/compile: adjust PGO devirtualization diagnostic messageCherry Mui
2023-06-03cmd/compile/internal/devirtualize: devirtualize methods in other packages if...thepudds
2023-05-22cmd/compile: enable PGO-driven call devirtualizationMichael Pratt
2023-05-05cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-21cmd/compile: introduce separate memory op combining passKeith Randall
2023-04-17Revert "cmd/compile: allow more inlining of functions that construct closures"Michael Knyszek
2023-04-17cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-14cmd/compile: add test that non-name call does not allocateCuong Manh Le
2023-04-14cmd/compile: add math benchmarksJoel Sing
2023-04-14Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh
2023-04-07cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-04-03cmd/compile/internal/test: skip testpoint due to revert of CL 479095Than McIntosh