aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/fmtmap_test.go
AgeCommit message (Expand)Author
2020-10-30cmd/compile: delete register maps, completelyCherry Zhang
2020-10-29cmd/compile: delay expansion of OpArg until expand_callsDavid Chase
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-06-18cmd/compile: redo flag constant ops for armKeith Randall
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2020-04-21cmd/compile: remove nlz functionCuong Manh Le
2020-04-20Revert "Revert "cmd/compile: adjust RISCV64 rewrite rules to use typed aux fi...David Finkel
2019-11-05cmd/compile: update TestFormats for CL 196959Ian Lance Taylor
2019-10-28cmd: gofmtJosh Bleecher Snyder
2019-10-15cmd/compile: fix fmt testKeith Randall
2019-10-08cmd/compile: regenerate known formats in fmtmap_test.goTobias Klauser
2019-10-07cmd/compile: improve write barrier removalKeith Randall
2019-08-30cmd/compile: regenerate known formats in fmtmap_test.goTobias Klauser
2019-08-28cmd/compile: update fmt_test.go for esc.go code cleanupMatthew Dempsky
2019-05-29cmd/compile: fix fmt_test.go after CL 170062Matthew Dempsky
2019-02-12cmd/compile: update compiler's format test (fix long test)Robert Griesemer
2019-01-02cmd/compile: fix format testCherry Zhang
2018-11-16cmd/compile: provide updating mechanism for format testRobert Griesemer