summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/html.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: allow directory specification for GOSSAFUNC outputDavid Chase2020-10-011-4/+9
* cmd/compile: make expanded/hidden columns in GOSSAFUNC persist acrossroot2020-09-181-16/+32
* cmd/compile: rotate phase's title 180 degrees in ssa/html.goroot2020-09-181-1/+2
* cmd/compile: fix misalignment in sources column of generated ssa.htmlBradford Lamson-Scribner2020-04-241-0/+1
* cmd/compile: print block auxint value in HTML outputMichael Munday2020-04-061-0/+3
* cmd/compile: restore missing columns in ssa.htmlBradford Lamson-Scribner2020-04-051-4/+18
* cmd/compile: refactor around HTMLWriter removing logger in favor of FuncBradford Lamson-Scribner2020-04-051-15/+30
* cmd/compile: combine ssa.html columns with identical contentsBradford Lamson-Scribner2020-04-011-27/+58
* cmd/compile: add dark mode functionality to CFGs in the ssa.html outputBradford Lamson-Scribner2020-03-271-3/+34
* cmd/compile: improve CFG size in ssa.htmlJosh Bleecher Snyder2020-03-111-1/+2
* cmd/compile: add a dark mode to ssa html generation which can be toggledBradford Lamson-Scribner2020-03-011-14/+81
* cmd/compile: allow multiple SSA block control valuesMichael Munday2019-10-021-2/+2
* all: fix typos as reported by 'misspell'Leon Klingele2019-02-261-1/+1
* cmd/compile: make ssa blocks collapsable in ssa.htmlYury Smolsky2018-11-231-1/+31
* cmd/compile: fix TestFormats by using valid formatsYury Smolsky2018-11-211-3/+3
* cmd/compile: add control flow graphs to ssa.htmlYury Smolsky2018-11-211-11/+333
* cmd/compile: reduce the size of header in ssa.htmlYury Smolsky2018-10-251-3/+7
* cmd/compile: make tabs narrow in src column of ssa.htmlYury Smolsky2018-10-171-0/+6
* cmd/compile/internal/ssa: fix `a == a` to `a == b`Iskander Sharipov2018-09-191-1/+1
* cmd/compile: display AST IR in ssa.htmlYury Smolsky2018-08-241-2/+53
* cmd/compile: add sources for inlined functions to ssa.htmlYury Smolsky2018-08-231-8/+53
* cmd/compile: clean the output of GOSSAFUNCYury Smolsky2018-08-231-2/+9
* cmd/compile: display Go code for a function in ssa.htmlYury Smolsky2018-08-221-33/+83
* cmd/compile: add more color choices to ssa.htmlYury Smolsky2018-06-161-4/+21
* cmd/compile: use expandable columns in ssa.htmlYury Smolsky2018-06-131-5/+90
* cmd/compile: add IsStmt breakpoint info to src.licoDavid Chase2018-04-041-2/+2
* cmd/compile: add line numbers to values & blocks in ssa.htmlDavid Chase2017-10-111-4/+31
* cmd/compile: rename SSA Register.Name to Register.StringqKeith Randall2017-08-171-3/+3
* [dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick2017-07-271-0/+13
* cmd/compile: tweak ssa.html colorsJosh Bleecher Snyder2017-05-141-4/+2
* cmd/compile: remove references to *os.File from ssa packageJosh Bleecher Snyder2017-04-241-9/+9
* cmd/compile/internal/ssa: display NamedValues in SSA html output.Heschi Kreinick2017-02-151-1/+5
* [dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer2017-01-091-3/+3
* [dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}Robert Griesemer2016-12-091-3/+3
* [dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer2016-12-081-3/+4
* cmd/compile: update ssa html help textKeith Randall2016-10-121-3/+4
* cmd/compile: use regular rather than indexed format stringRobert Griesemer2016-09-091-2/+4
* [dev.ssa] cmd/compile: clean up tuple types and selectsKeith Randall2016-07-181-1/+1
* cmd/compile: enable constant-time CFG editingKeith Randall2016-05-051-2/+4
* cmd/compile: Improve readability of HTML produced by GOSSAFUNCFrits van Bommel2016-05-011-11/+2
* [dev.ssa] cmd/compile: report better line numbers for Unimplemented/FatalKeith Randall2016-01-191-3/+3
* [dev.ssa] cmd/compile: start arguments as spilledKeith Randall2015-11-031-0/+4
* [dev.ssa] cmd/compile/internal/ssa: implement ORETJMPKeith Randall2015-09-091-0/+3
* [dev.ssa] cmd/compile: add allocs to pass statsJosh Bleecher Snyder2015-09-051-0/+4
* [dev.ssa] cmd/compile: make block kinds clickable in htmlJosh Bleecher Snyder2015-08-271-1/+1
* [dev.ssa] cmd/compile/internal/ssa: New register allocatorKeith Randall2015-08-171-1/+1
* [dev.ssa] cmd/compile: add likely annotations to blocks in htmlJosh Bleecher Snyder2015-08-171-0/+6
* [dev.ssa] cmd/compile: add HTML SSA printerJosh Bleecher Snyder2015-08-131-0/+461