aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/fmtmap_test.go
AgeCommit message (Expand)Author
2021-01-08[dev.regabi] cmd/compile: remove fmt_test code; it has outlived its usefulnessRobert Griesemer
2020-12-23[dev.regabi] cmd/compile: split out package walk [generated]Russ Cox
2020-12-14[dev.regabi] cmd/compile: add register ABI analysis utilitiesThan McIntosh
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-12-07[dev.regabi] cmd/compile: rewrite stale format stringsRuss Cox
2020-12-07[dev.regabi] cmd/compile: simplify fmtmapRuss Cox
2020-12-07[dev.regabi] cmd/compile: remove mode.Sprintf etc in printerRuss Cox
2020-12-07[dev.regabi] cmd/compile: simplify Op, Node, Nodes printingRuss Cox
2020-12-07[dev.regabi] cmd/compile: untangle ir.Dump printingRuss Cox
2020-12-01[dev.regabi] cmd/compile: first pass at abstracting TypeMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: add NewNamedMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: add custom expression Node implementationsRuss Cox
2020-11-30[dev.regabi] cmd/compile: add custom type syntax Node implementationsRuss Cox
2020-11-30[dev.regabi] cmd/compile: clean up Name and Func usesRuss Cox
2020-11-30[dev.regabi] cmd/compile: make ir.Name the ONAME Node implementationRuss Cox
2020-11-25[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacksRuss Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: finish cleanup of Flag initializationRuss Cox
2020-11-25[dev.regabi] cmd/compile: replace Val with go/constant.ValueMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile: prep refactoring for switching to go/constantMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile/internal/gc: add MethodName for getting referenced m...Matthew Dempsky
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