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
/
value.go
Age
Commit message (
Expand
)
Author
2023-01-20
cmd/compile: use a boolean as a avoid clobbering flags mov marker
Jakub Ciolek
2022-11-17
cmd/compile: teach regalloc about temporary registers
Keith Randall
2022-08-18
cmd/compile: rip out support for OpVarKill from ssa backend
Keith Randall
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-10-25
cmd/compile: remove Value.RemoveArg
Cuong Manh Le
2021-09-16
cmd/compile: preserve statements better in expandCalls
David Chase
2021-04-08
cmd/compile: add recursive-invalidate Value method, use in expand_calls
David Chase
2021-03-31
cmd/compile: make expandCalls preserve types of pointer stores
David Chase
2021-03-09
cmd/compile: fix failure to communicate between ABIinfo producer&consumer
David Chase
2021-03-08
cmd/compile: minor doc improvements
Josh Bleecher Snyder
2021-03-04
cmd/compile: fix pointer maps for morestack
David Chase
2021-03-03
cmd/compile: make modified Aux type for OpArgXXXX pass ssa/check
David Chase
2021-02-25
cmd/compile: automate resultInArg0 register checks
Josh Bleecher Snyder
2021-02-24
docs: fix spelling
John Bampton
2020-12-23
[dev.regabi] cmd/compile: split out package liveness [generated]
Russ Cox
2020-12-08
[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux
Matthew Dempsky
2020-10-01
cmd/compile: enable late expansion for interface calls
David Chase
2020-09-16
cmd/compile: introduce special ssa Aux type for calls
David Chase
2020-09-05
cmd/compile: ensure that ssa.Func constant cache is consistent
David Chase
2020-09-03
cmd/compile: store the comparison pseudo-ops of arm64 conditional instruction...
fanzha02
2020-08-27
cmd/compile: invalidate zero-use values during rewrite
Keith Randall
2020-08-24
cmd/compile: convert rest ARM64.rules lines to typed aux mode
fanzha02
2020-06-18
cmd/compile: redo flag constant ops for arm
Keith Randall
2020-04-17
cmd/compile: make some s390x rules use strongly typed aux values
Michael Munday
2020-04-08
cmd/compile: handle some additional phis in shortcircuit
Josh Bleecher Snyder
2020-03-02
cmd/compile: add specialized Value reset for OpCopy
Josh Bleecher Snyder
2020-03-01
cmd/compile: add specialized AddArgN functions for rewrite rules
Josh Bleecher Snyder
2020-02-28
cmd/compile: add dedicated ARM64BitField aux type
Josh Bleecher Snyder
2019-10-04
cmd/compile: preserve statement mark in rematerialized values
David Chase
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-09-26
cmd/compile: use numeric condition code masks on s390x
Michael Munday
2019-08-28
cmd/compile: remove auxSymInt32
Keith Randall
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-07-03
cmd/compile: reorganise and improve ssa/README.md
Daniel MartÃ
2018-05-23
cmd/compile: add wasm stack optimization
Richard Musiol
2018-05-22
cmd/compile: refactor inlining parameters; inline panic
David Chase
2018-05-14
cmd/compile: assign and preserve statement boundaries.
David Chase
2018-03-26
cmd/compile: clarify unsigned interpretation of AuxInt
Austin Clements
2018-02-20
cmd/compile/internal/ssa: emit csel on arm64
philhofer
2017-11-21
cmd/compile: improve debugging output for GOSSAFUNC
David Chase
2017-11-08
cmd/compile: adjust Pos setting for "empty" blocks
David Chase
2017-10-07
cmd/compile: better XPos for rematerialized values and JMPs
David Chase
2017-09-19
cmd/compile: remove Symbol wrappers from Aux fields
Keith Randall
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-15
cmd/compile: better check for single live memory
Keith Randall
2017-05-10
cmd/compile: repair copy-pasted method comment
David Chase
2017-05-10
cmd/compile: reduce debugger-worsening line number churn
David Chase
2017-05-09
cmd/compile: change ssa.Type into *types.Type
Josh Bleecher Snyder
2017-04-12
cmd/compile/internal/ssa: ExternSymbol's Typ field is unused too
Matthew Dempsky
[next]