index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
ssa
/
html.go
Age
Commit message (
Expand
)
Author
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2024-09-03
cmd: replace many sort.Interface with slices.Sort and SortFunc
Zxilly
2023-10-04
cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware
David Chase
2022-11-17
cmd/compile: teach regalloc about temporary registers
Keith Randall
2022-09-07
cmd/compile/internal/ssa: use strings.Builder
cuiweixie
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2021-09-10
cmd/compile/internal: better AST line highlight in ssa.html
Zheng Xu
2021-09-08
cmd/compile: add automated rewrite cycle detection
Josh Bleecher Snyder
2021-03-13
all: use HTML5 br tags
John Bampton
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-10-01
cmd/compile: allow directory specification for GOSSAFUNC output
David Chase
2020-09-18
cmd/compile: make expanded/hidden columns in GOSSAFUNC persist across
root
2020-09-18
cmd/compile: rotate phase's title 180 degrees in ssa/html.go
root
2020-04-24
cmd/compile: fix misalignment in sources column of generated ssa.html
Bradford Lamson-Scribner
2020-04-06
cmd/compile: print block auxint value in HTML output
Michael Munday
2020-04-05
cmd/compile: restore missing columns in ssa.html
Bradford Lamson-Scribner
2020-04-05
cmd/compile: refactor around HTMLWriter removing logger in favor of Func
Bradford Lamson-Scribner
2020-04-01
cmd/compile: combine ssa.html columns with identical contents
Bradford Lamson-Scribner
2020-03-27
cmd/compile: add dark mode functionality to CFGs in the ssa.html output
Bradford Lamson-Scribner
2020-03-11
cmd/compile: improve CFG size in ssa.html
Josh Bleecher Snyder
2020-03-01
cmd/compile: add a dark mode to ssa html generation which can be toggled
Bradford Lamson-Scribner
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
2018-11-23
cmd/compile: make ssa blocks collapsable in ssa.html
Yury Smolsky
2018-11-21
cmd/compile: fix TestFormats by using valid formats
Yury Smolsky
2018-11-21
cmd/compile: add control flow graphs to ssa.html
Yury Smolsky
2018-10-25
cmd/compile: reduce the size of header in ssa.html
Yury Smolsky
2018-10-17
cmd/compile: make tabs narrow in src column of ssa.html
Yury Smolsky
2018-09-19
cmd/compile/internal/ssa: fix `a == a` to `a == b`
Iskander Sharipov
2018-08-24
cmd/compile: display AST IR in ssa.html
Yury Smolsky
2018-08-23
cmd/compile: add sources for inlined functions to ssa.html
Yury Smolsky
2018-08-23
cmd/compile: clean the output of GOSSAFUNC
Yury Smolsky
2018-08-22
cmd/compile: display Go code for a function in ssa.html
Yury Smolsky
2018-06-16
cmd/compile: add more color choices to ssa.html
Yury Smolsky
2018-06-13
cmd/compile: use expandable columns in ssa.html
Yury Smolsky
2018-04-04
cmd/compile: add IsStmt breakpoint info to src.lico
David Chase
2017-10-11
cmd/compile: add line numbers to values & blocks in ssa.html
David Chase
2017-08-17
cmd/compile: rename SSA Register.Name to Register.String
Keith Randall
2017-07-27
[dev.debug] cmd/compile: better DWARF with optimizations on
Heschi Kreinick
2017-05-14
cmd/compile: tweak ssa.html colors
Josh Bleecher Snyder
2017-04-24
cmd/compile: remove references to *os.File from ssa package
Josh Bleecher Snyder
2017-02-15
cmd/compile/internal/ssa: display NamedValues in SSA html output.
Heschi Kreinick
2017-01-09
[dev.inline] cmd/internal/src: introduce compact source position representation
Robert 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 abstract
Robert Griesemer
2016-10-12
cmd/compile: update ssa html help text
Keith Randall
2016-09-09
cmd/compile: use regular rather than indexed format string
Robert Griesemer
2016-07-18
[dev.ssa] cmd/compile: clean up tuple types and selects
Keith Randall
2016-05-05
cmd/compile: enable constant-time CFG editing
Keith Randall
[next]