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
/
debug.go
Age
Commit message (
Expand
)
Author
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2022-10-28
cmd/compile: emit DIEs for zero sized variables
Alessandro Arzilli
2022-08-18
cmd/compile: rip out support for OpVarKill from ssa backend
Keith Randall
2022-05-11
cmd/compile: convert merge to use appl. bal. trees for sharing
David Chase
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-11-11
cmd/compile: include register-resident output params in DWARF-gen
Than McIntosh
2021-11-11
cmd/compile/internal/ssa: fix debug location gen issue with zero width ops
Than McIntosh
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-07-01
cmd/compile: fix bug in dwarf-gen var location generation
Than McIntosh
2021-05-27
cmd/compile: improve debug locations for partially live in-params
Than McIntosh
2021-05-08
cmd/compile: manage Slot array better
David Chase
2021-05-05
cmd/compile: debug trace output for -N variable location gen
Than McIntosh
2021-05-05
cmd/compile: handle degenerate entry blocks in -N debug gen
Than McIntosh
2021-04-30
cmd/compile: handle field padding for register-passed structs
Than McIntosh
2021-04-30
cmd/compile: regabi support for DWARF location expressions
Than McIntosh
2021-04-30
cmd/compile: revise block/func end sentinels in debug analysis
Than McIntosh
2021-03-04
cmd/compile: register abi, morestack work and mole whacking
David Chase
2020-12-08
[dev.regabi] cmd/compile: replace many uses of ir.Node with *ir.Name
Matthew Dempsky
2020-12-08
[dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated]
Matthew Dempsky
2020-12-08
[dev.regabi] cmd/compile: change LocalSlot.N to *ir.Name
Matthew Dempsky
2020-12-08
[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux
Matthew Dempsky
2020-11-25
[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacks
Russ Cox
2020-08-17
all: add empty line between copyright header and package clause
Tobias Klauser
2019-04-23
cmd/link: revert/revise CL 98075 because LLDB is very picky now
David Chase
2018-12-12
cmd/compile: Avoid and filter out zero-length location-lists.
David Chase
2018-12-02
cmd/compile: for location lists, handle case where prev block is not a pred
David Chase
2018-11-29
cmd/compile: begin OpArg and OpPhi location lists at block start
David Chase
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-11
cmd/compile: repair display of values & blocks in prog column
David Chase
2018-08-20
cmd/compile: remove empty branches
Yury Smolsky
2018-07-09
cmd/compile/internal/ssa: fix partsByVarOffset.Less method
Iskander Sharipov
2018-05-23
cmd/compile: fix debug info generation for loads from Phis
Heschi Kreinick
2018-05-23
cmd/compile: clean up debug info generation logging
Heschi Kreinick
2018-05-21
cmd/compile: use math/bits functions where possible
Michael Munday
2018-05-15
cmd/compile: improve error message emitted by debug info generation
Michael Munday
2018-03-14
cmd/compile/internal/ssa: track stack-only vars
Heschi Kreinick
2018-03-13
cmd/compile: fix failure to reset reused bit of storage
David Chase
2018-03-09
cmd/compile: add DWARF reg defs & fix 32-bit location list bug
David Chase
2018-03-02
cmd/compile/internal/ssa: batch up all zero-width instructions
Heschi Kreinick
2018-03-01
cmd/compile/internal/ssa: avoid accidental list ends
Heschi Kreinick
2018-02-26
cmd: avoid unnecessary type conversions
Kunpei Sakai
2018-02-21
cmd/compile/internal: reuse more memory
Heschi Kreinick
2018-02-21
cmd/compile/internal/ssa: refactor buildLocationLists
Heschi Kreinick
2018-02-21
cmd/compile/internal: use sparseSet, optimize isSynthetic
Heschi Kreinick
2018-02-21
cmd/compile/internal/ssa: shrink commonly-used structs
Heschi Kreinick
2018-02-20
cmd/compile/internal/ssa: only store relevant slots in pendingEntries
Heschi Kreinick
2018-02-20
cmd/compile/internal/ssa: don't store block start states
Heschi Kreinick
2018-02-14
cmd/compile/internal: pass LocalSlot values, not pointers
Heschi Kreinick
[next]