aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/fmt_test.go
AgeCommit message (Expand)Author
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2019-11-05cmd/compile: do not skip TestFormats on short buildersBryan C. Mills
2018-11-16cmd/compile: provide updating mechanism for format testRobert Griesemer
2018-11-12cmd/compile: fix TestFormatsAustin Clements
2018-11-06cmd/compile: add new format to known_formatsAlberto Donizetti
2018-11-03cmd/compile/internal/gc: don't print "internal error" twiceRobert Griesemer
2018-11-03cmd/compile: fix fmt_test (fix long test build)Robert Griesemer
2018-10-04cmd/compile: regenerate known formats for TestFormatsTobias Klauser
2018-10-02cmd/compile: update fmt_test (fix build for long-running tests)Robert Griesemer
2018-09-05cmd/compile: regenerate known formats for TestFormatsMichael Munday
2018-07-19cmd/compile: run fmt test only in long modeKeith Randall
2018-05-26cmd/compile,go/build,internal/cpu: gofmtElias Naur
2018-05-22cmd/compile: compute register liveness mapsAustin Clements
2018-05-14cmd/compile: improve undo of posetGiovanni Bajo
2018-04-29cmd/compile: implement loop BCE in proveGiovanni Bajo
2018-04-29cmd/compile: in prove, add transitive closure of relationsGiovanni Bajo
2018-04-24cmd/compile: add indexed export formatMatthew Dempsky
2018-04-11cmd/compile, cmd/link: encode cgo directives using JSONMatthew Dempsky
2018-04-09cmd/compile: refactor symbol sorting logicMatthew Dempsky
2018-04-05cmd/compile: cleanup method symbol creationMatthew Dempsky
2018-03-10cmd: re-generate all stringer filesDaniel Martí
2018-03-08cmd/compile: more String methods for prove typesAustin Clements
2018-02-26cmd/compile/internal/syntax: remove dependency on cmd/internal/srcRobert Griesemer
2018-02-24cmd/compile/internal/syntax: use stringer for operators and tokensDaniel Martí
2018-02-21cmd/compile/internal: reuse more memoryHeschi Kreinick
2018-02-14cmd/compile: reimplement location list generationHeschi Kreinick
2018-02-12cmd/compile/internal/syntax: implement regression test harness for syntax errorsRobert Griesemer
2017-12-14cmd/compile/internal/ssa: group dump files alphabeticallyGeoff Berry
2017-11-21cmd/compile: improve debugging output for GOSSAFUNCDavid Chase
2017-11-10cmd/compile: replace opnames with stringerDaniel Martí
2017-10-24cmd/compile/internal/ssa: use reverse postorder traversalHeschi Kreinick
2017-10-16cmd/compile/internal/syntax: cleanups around parser tracinggriesemer
2017-10-11cmd/compile: add line numbers to values & blocks in ssa.htmlDavid Chase
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-28cmd/compile: cover control flow insns in location listsHeschi Kreinick
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-19cmd/compile: remove Symbol wrappers from Aux fieldsKeith Randall
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-17cmd/compile: rename SSA Register.Name to Register.StringKeith Randall
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Class to flagsJosh Bleecher Snyder
2017-04-21cmd/compile: provide a way to auto-discover -d debug keysDamien Lespiau
2017-04-19cmd/internal: remove duplicate pathToPrefix functionTodd Neal
2017-04-19cmd/compile: enhance postorder computation and repair loop finderDavid Chase
2017-04-18cmd/internal/obj: rework gclocals handlingJosh Bleecher Snyder
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer
2017-04-06cmd/internal/obj: unify creation of numeric literal symsJosh Bleecher Snyder