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
/
flagalloc.go
Age
Commit message (
Expand
)
Author
2022-10-31
cmd/compile: add cache of sizeable objects so they can be reused
Keith Randall
2020-10-22
cmd/compile: remove go115flagallocdeadcode
Cherry Zhang
2020-04-23
cmd/compile: remove dead values after flagalloc
Josh Bleecher Snyder
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-03-19
cmd/compile: move flagalloc op splitting to rewrite rules
Josh Bleecher Snyder
2018-08-20
cmd/compile: optimize 386's comparison
Ben Shi
2018-05-08
cmd/compile: rename memory-using operations
Keith Randall
2018-02-26
cmd/compile: implement comparisons directly with memory
Keith Randall
2016-09-19
cmd/compile: cache CFG-dependent computations
Keith Randall
2016-09-12
cmd/compile: fix tuple-generating flag ops as clobbering flags
Keith Randall
2016-08-07
[dev.ssa] cmd/compile: remove flags from regMask
Cherry Zhang
2016-06-08
[dev.ssa] cmd/compile: fix scheduling of tuple ops
Cherry Zhang
2016-06-02
[dev.ssa] cmd/compile: decompose 64-bit integer on ARM
Cherry Zhang
2016-05-19
[dev.ssa] cmd/compile: handle boolean values for SSA on ARM
Cherry Zhang
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: fix defer/deferreturn
Keith Randall
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-11
[dev.ssa] cmd/compile: remove redundant compare ops
Keith Randall
2016-01-29
[dev.ssa] cmd/compile: prepare for some load+op combining
Keith Randall
2016-01-26
[dev.ssa] cmd/compile: disable xor clearing when flags must be preserved
Keith Randall
2015-12-21
[dev.ssa] cmd/compile: better register allocator
Keith Randall
2015-12-12
[dev.ssa] cmd/compile: allow control values to be CSEd
Keith Randall
2015-12-11
[dev.ssa] cmd/compile: allocate the flag register in a separate pass
Keith Randall