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
/
deadcode_test.go
Age
Commit message (
Expand
)
Author
2017-05-09
cmd/compile: change ssa.Type into *types.Type
Josh Bleecher Snyder
2017-03-19
cmd/compile: clean up SSA test API
Josh Bleecher Snyder
2017-03-17
cmd/compile: move Frontend field from ssa.Config to ssa.Func
Josh Bleecher Snyder
2017-03-17
cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.Config
Josh Bleecher Snyder
2016-05-05
cmd/compile: enable constant-time CFG editing
Keith Randall
2016-02-02
[dev.ssa] cmd/compile: add aux typing, flags to ops
Keith Randall
2015-11-03
[dev.ssa] cmd/compile: start arguments as spilled
Keith Randall
2015-09-04
[dev.ssa] cmd/compile: store bools in AuxInt
Todd Neal
2015-07-30
[dev.ssa] cmd/compile: move most types outside SSA
Josh Bleecher Snyder
2015-07-28
[dev.ssa] cmd/compile/internal/ssa: Split OpConst into an OpConst8, OpConst16...
Keith Randall
2015-07-11
[dev.ssa] cmd/compile/ssa: handle nested dead blocks
Josh Bleecher Snyder
2015-06-21
[dev.ssa] cmd/compile/ssa: separate logging, work in progress, and fatal errors
Josh Bleecher Snyder
2015-06-14
[dev.ssa] cmd/compiler/internal/ssa: Add auxint field
Keith Randall
2015-06-04
[dev.ssa] cmd/compile/internal/ssa: Add dummy frontend for testing.
Keith Randall
2015-05-30
[dev.ssa] cmd/compile/internal/ssa: Implement block rewriting rules
Keith Randall
2015-05-30
[dev.ssa] cmd/compile/internal/ssa: Add code to test generated opcode counts
Keith Randall
2015-05-28
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall