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
/
gc
/
testdata
Age
Commit message (
Expand
)
Author
2020-12-23
[dev.regabi] cmd/compile: split out package test [generated]
Russ Cox
2020-05-29
cmd/compile: add test case for issue 38068
Than McIntosh
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2019-07-02
cmd/compile: make duplicate anonymous interface output deterministic
Keith Randall
2019-04-30
cmd/compile: add signed divisibility rules
Brian Kessler
2019-04-27
cmd/compile: add unsigned divisibility rules
Brian Kessler
2019-04-25
cmd/compile: add signed divisibility by power of 2 rules
Brian Kessler
2019-04-23
Revert "cmd/compile: add signed divisibility by power of 2 rules"
Keith Randall
2019-04-23
cmd/compile: add signed divisibility by power of 2 rules
Brian Kessler
2019-02-19
src, misc: apply gofmt
Robert Griesemer
2018-10-23
cmd/compile: use proved bounds to remove signed division fix-ups
ChrisALiles
2018-08-28
cmd/compile: add a test for reproducible build with anonymous interfaces
Cherry Zhang
2018-08-24
cmd/compile: remove vet-blocking hack
Keith Randall
2018-08-24
cmd/compile: enable two orphaned tests
Keith Randall
2018-08-24
cmd/compile: move last compile tests to new test infrastructure
Keith Randall
2018-08-24
cmd/compile: move more compiler tests to new test infrastructure
Keith Randall
2018-08-24
cmd/compile: move autogenerated tests to new infrastructure
Keith Randall
2018-08-24
cmd/compile: move over more compiler tests to new test infrastructure
Keith Randall
2018-08-24
cmd/compile: unify compilation of compiler tests
Keith Randall
2018-03-28
cmd/compile: strength reduce more x86 constant multiplication
Josh Bleecher Snyder
2018-03-28
cmd/compile/internal/gc: speed up arith const tests
Josh Bleecher Snyder
2018-02-20
all: fix misspellings
Shawn Smith
2017-10-31
cmd/compile: on ARM, make sure *const's AuxInt fit into int32
Cherry Zhang
2017-10-06
cmd/compile: add test generator for control and data flow
David Chase
2017-09-26
cmd/compile: fix regression in PPC64.rules move zero
Lynn Boger
2017-08-18
cmd/compile: add rules handling unsigned div/mod by constant 1<<63
Cherry Zhang
2017-05-09
cmd/compile: make builds reproducible in presence of **byte and **int8
Josh Bleecher Snyder
2017-04-17
cmd/compile: remove underscore from variable names in constant comparison test
Michael Munday
2017-04-13
cmd/compile: fix s390x unsigned comparison constant merging rules
Michael Munday
2017-04-12
cmd/compile: fix PPC64.rules for LoweredMove
Lynn Boger
2017-03-31
cmd/compile: use std "DO NOT EDIT" comment for generated files
Robert Griesemer
2017-02-28
cmd/compile: emit fused multiply-{add,subtract} instructions on s390x
Michael Munday
2017-02-22
cmd/compile: zero extend when replacing load-hit-store on s390x
Michael Munday
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-09-15
test,cmd/compile: remove _ssa file suffix
Keith Randall
2016-08-23
cmd/compile: precompute constant square roots
Kevin Burke
2016-08-16
cmd/compile: fix bad generated format strings in test
Josh Bleecher Snyder
2016-07-15
[dev.ssa] cmd/compile: use shifted and indexed ops in SSA for ARM
Cherry Zhang
2016-06-14
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2016-06-05
[dev.ssa] cmd/compile: handle Div, Convert, GetClosurePtr etc. on ARM
Cherry Zhang
2016-05-29
cmd/compile: add constant fold comparison tests
Keith Randall
2016-05-25
cmd/compile: add generated tests for constant folding
Keith Randall
2016-05-04
cmd/compile: use SSA tests on legacy compiler
Keith Randall
2016-04-23
cmd/compile: combine stores into larger widths
Keith Randall
2016-04-12
cmd/compile: add x.Uses==1 test to load combiners
Keith Randall
2016-04-06
cmd/compile: fix x=x assignments
Keith Randall
2016-04-04
cmd/compile: constant fold modulo
Alexandru Moșoi
2016-04-04
cmd/compile: fold IsInBounds of modulo.
Alexandru Moșoi
2016-03-21
cmd/compile: don't write back unchanged slice results
Keith Randall
2016-03-17
cmd/compile/test: replace switch{} with go:noinline
Todd Neal
[next]