aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
AgeCommit message (Expand)Author
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
2022-11-15cmd/compile: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-10cmd/compile: adjust PGO inlining default parametersCherry Mui
2022-11-04cmd/compile/internal/pgo: match on call line offsetsMichael Pratt
2022-10-31cmd/compile/internal/test: clean up TestPGOIntendedInliningMichael Pratt
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-10-20cmd/compile: copy blank parameter node when substituting function typeCherry Mui
2022-10-18runtime: replace all uses of CtzXX with TrailingZerosXXYoulin Feng
2022-10-10cmd/compile: tweak inliners handling of coverage counter updatesThan McIntosh
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-06all: make sure *Pointer[T]'s methods are inlined as intendedCuong Manh Le
2022-09-02runtime: replace stkframe.arglen/argmap with methodsAustin Clements
2022-08-23cmd/compile: move SSA rotate instruction detection to arch-independent rulesKeith Randall
2022-08-18cmd/compile/internal/noder: pointer shaping for unified IRMatthew Dempsky
2022-08-16runtime: redo heap bitmapKeith Randall
2022-08-09Revert "runtime: redo heap bitmap"Keith Randall
2022-08-09cmd/compile: do not write implicit conversion for append in Unified IRCuong Manh Le
2022-08-09internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le
2022-08-08cmd/compile: disable append of make test on noopt builderCuong Manh Le
2022-08-08cmd/compile: avoid assignment conversion in append(a, b...)Keith Randall
2022-08-08runtime: redo heap bitmapKeith Randall
2022-05-18cmd/compile/internal/test: make TestIntendedInlining fasterCherry Mui
2022-05-17all: fix spellingJohn Bampton
2022-05-16cmd/compile/internal/test: don't initialize LocalPkg.Path to ""Matthew Dempsky
2022-05-13cmd/compile/internal: fix test error on loong64Xiaodong Liu
2022-05-04sync/atomic: add typed atomic valuesRuss Cox
2022-05-03cmd/compile: fix bit length intrinsic for 16/8 bits on GOAMD64=v3Keith Randall