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
/
test
/
sliceopt.go
Age
Commit message (
Expand
)
Author
2018-03-08
cmd/compile: make prove pass use unsatisfiability
Austin Clements
2016-10-27
cmd/compile: use masks instead of branches for slicing
Keith Randall
2016-10-20
cmd/compile: Repurpose old sliceopt.go for prove phase.
David Chase
2016-10-06
test: delete sliceopt.go
David Chase
2016-09-13
cmd/compile: add SSA backend for s390x and enable by default
Michael Munday
2016-08-26
cmd/compile: add MIPS64 optimizations, SSA on by default
Cherry Zhang
2016-08-18
cmd/compile: ppc64le working, not optimized enough
David Chase
2016-08-15
[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by default
Cherry Zhang
2016-08-10
[dev.ssa] cmd/compile: implement GO386=387
Keith Randall
2016-08-09
[dev.ssa] cmd/compile: port SSA backend to amd64p32
Keith Randall
2016-07-16
[dev.ssa] cmd/compile: support NaCl in SSA for ARM
Cherry Zhang
2016-07-06
[dev.ssa] cmd/compile: enable SSA on ARM by default
Cherry Zhang
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2015-10-30
[dev.ssa] cmd/compile: default compile+test with SSA
David Chase
2015-05-13
cmd/internal/gc: optimize slice + write barrier
Russ Cox
2015-05-12
cmd/internal/gc: optimize append + write barrier
Russ Cox