aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
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
2023-03-31sync: implement OnceFunc, OnceValue, and OnceValuesAustin Clements
2023-02-23cmd/compile: rework unbounded shift lowering on PPC64Paul E. Murphy
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2023-02-10cmd/compile/internal/pgo: fix hard-coded PGO sample data positionFrederic Branczyk
2023-02-08Revert "cmd/compile/internal/pgo: fix hard-coded PGO sample data position"Michael Pratt
2023-02-08cmd/compile/internal/pgo: fix hard-coded PGO sample data positionFrederic Branczyk
2023-02-06cmd/compile: replace os.MkdirTemp with T.TempDirOleksandr Redko
2023-01-31cmd/compile: cleanup atomic.Pointer[T] inline testCuong Manh Le
2023-01-26cmd/compile/internal/types: remove unneeded functionalityMatthew Dempsky
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-23utf16: reduce utf16.Decode allocationsqmuntal
2023-01-20all: fix typos in go file commentsMarcel Meyer