aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/html.go
AgeCommit message (Expand)Author
2021-03-13all: use HTML5 br tagsJohn Bampton
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-10-01cmd/compile: allow directory specification for GOSSAFUNC outputDavid Chase
2020-09-18cmd/compile: make expanded/hidden columns in GOSSAFUNC persist acrossroot
2020-09-18cmd/compile: rotate phase's title 180 degrees in ssa/html.goroot
2020-04-24cmd/compile: fix misalignment in sources column of generated ssa.htmlBradford Lamson-Scribner
2020-04-06cmd/compile: print block auxint value in HTML outputMichael Munday
2020-04-05cmd/compile: restore missing columns in ssa.htmlBradford Lamson-Scribner
2020-04-05cmd/compile: refactor around HTMLWriter removing logger in favor of FuncBradford Lamson-Scribner
2020-04-01cmd/compile: combine ssa.html columns with identical contentsBradford Lamson-Scribner
2020-03-27cmd/compile: add dark mode functionality to CFGs in the ssa.html outputBradford Lamson-Scribner
2020-03-11cmd/compile: improve CFG size in ssa.htmlJosh Bleecher Snyder
2020-03-01cmd/compile: add a dark mode to ssa html generation which can be toggledBradford Lamson-Scribner
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2018-11-23cmd/compile: make ssa blocks collapsable in ssa.htmlYury Smolsky
2018-11-21cmd/compile: fix TestFormats by using valid formatsYury Smolsky
2018-11-21cmd/compile: add control flow graphs to ssa.htmlYury Smolsky
2018-10-25cmd/compile: reduce the size of header in ssa.htmlYury Smolsky
2018-10-17cmd/compile: make tabs narrow in src column of ssa.htmlYury Smolsky
2018-09-19cmd/compile/internal/ssa: fix `a == a` to `a == b`Iskander Sharipov
2018-08-24cmd/compile: display AST IR in ssa.htmlYury Smolsky
2018-08-23cmd/compile: add sources for inlined functions to ssa.htmlYury Smolsky
2018-08-23cmd/compile: clean the output of GOSSAFUNCYury Smolsky
2018-08-22cmd/compile: display Go code for a function in ssa.htmlYury Smolsky
2018-06-16cmd/compile: add more color choices to ssa.htmlYury Smolsky
2018-06-13cmd/compile: use expandable columns in ssa.htmlYury Smolsky
2018-04-04cmd/compile: add IsStmt breakpoint info to src.licoDavid Chase
2017-10-11cmd/compile: add line numbers to values & blocks in ssa.htmlDavid Chase
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-14cmd/compile: tweak ssa.html colorsJosh Bleecher Snyder
2017-04-24cmd/compile: remove references to *os.File from ssa packageJosh Bleecher Snyder
2017-02-15cmd/compile/internal/ssa: display NamedValues in SSA html output.Heschi Kreinick
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2016-12-09[dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}Robert Griesemer
2016-12-08[dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer
2016-10-12cmd/compile: update ssa html help textKeith Randall
2016-09-09cmd/compile: use regular rather than indexed format stringRobert Griesemer
2016-07-18[dev.ssa] cmd/compile: clean up tuple types and selectsKeith Randall
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-05-01cmd/compile: Improve readability of HTML produced by GOSSAFUNCFrits van Bommel
2016-01-19[dev.ssa] cmd/compile: report better line numbers for Unimplemented/FatalKeith Randall
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-09-09[dev.ssa] cmd/compile/internal/ssa: implement ORETJMPKeith Randall
2015-09-05[dev.ssa] cmd/compile: add allocs to pass statsJosh Bleecher Snyder
2015-08-27[dev.ssa] cmd/compile: make block kinds clickable in htmlJosh Bleecher Snyder
2015-08-17[dev.ssa] cmd/compile/internal/ssa: New register allocatorKeith Randall
2015-08-17[dev.ssa] cmd/compile: add likely annotations to blocks in htmlJosh Bleecher Snyder
2015-08-13[dev.ssa] cmd/compile: add HTML SSA printerJosh Bleecher Snyder