aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/html.go
AgeCommit message (Expand)Author
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2023-10-04cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-awareDavid Chase
2022-11-17cmd/compile: teach regalloc about temporary registersKeith Randall
2022-09-07cmd/compile/internal/ssa: use strings.Buildercuiweixie
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2021-09-10cmd/compile/internal: better AST line highlight in ssa.htmlZheng Xu
2021-09-08cmd/compile: add automated rewrite cycle detectionJosh Bleecher Snyder
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 onHeschi 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