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
/
func_test.go
Age
Commit message (
Expand
)
Author
2026-02-10
cmd/compile: move likely used values into registers before entering loop
Keith Randall
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-03
cmd/compile: accounts rematerialize ops's output reginfo
Junyang Shao
2025-08-19
cmd/compile/internal: make function comments match function names
cuishuang
2023-09-08
cmd/compile/internal/ssa: simplify NewFunc API
Matthew Dempsky
2022-04-01
all: fix TODO comment hanging indents
Russ Cox
2020-12-08
[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux
Matthew Dempsky
2020-09-16
cmd/compile: introduce special ssa Aux type for calls
David Chase
2019-05-14
cmd/compile: index line number tables by source file to improve sparsity
David Chase
2018-05-14
cmd/compile: assign and preserve statement boundaries.
David Chase
2018-04-09
cmd: remove a few more unused parameters
Daniel MartÃ
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
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-05-05
cmd/compile: enable constant-time CFG editing
Keith Randall
2016-03-17
cmd/compile: keep value use counts in SSA
Keith Randall
2016-03-10
cmd/compile: remove values from const cache upon free
Todd Neal
2016-02-25
[dev.ssa] cmd/compile: enhance command line option processing for SSA
David Chase
2016-02-02
[dev.ssa] cmd/compile: add aux typing, flags to ops
Keith Randall
2016-01-29
[dev.ssa] cmd/compile: fix build
Keith Randall
2015-12-11
[dev.ssa] cmd/compile: allocate the flag register in a separate pass
Keith Randall
2015-11-03
[dev.ssa] cmd/compile: start arguments as spilled
Keith Randall
2015-08-29
[dev.ssa] cmd/compile: move addEdge function to ssa
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-21
[dev.ssa] cmd/compile/internal/ssa: use width and sign specific opcodes
Keith Randall
2015-06-24
[dev.ssa] cmd/compile/ssa: add -f suffix to logging methods
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-10
[dev.ssa] cmd/compile/internal/ssa: add line numbers to Values
Michael Matloob
2015-06-05
[dev.ssa] cmd/compile/internal/ssa: add missing copyright notices
Michael Matloob
2015-06-04
[dev.ssa] cmd/compile/internal/ssa: Add dummy frontend for testing.
Keith Randall
2015-06-03
[dev.ssa] cmd/compile/internal/ssa: add a String() method to Func
Michael Matloob
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