index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/compile: eliminate PPARAMREF
Russ Cox
2016-05-27
1
-10
/
+1
*
cmd/compile: fix liveness computation for heap-escaped parameters
Russ Cox
2016-05-27
1
-1
/
+1
*
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-05-02
3
-3
/
+3
*
cmd/compile: ecx is reserved for PIC, don't let peep work on it
Keith Randall
2016-04-30
1
-0
/
+4
*
cmd/compile/internal: unexport gc.Oconv
Dave Cheney
2016-04-27
3
-7
/
+7
*
cmd/internal/obj: change Link.Flag_shared to bool
Matthew Dempsky
2016-04-14
1
-1
/
+1
*
cmd: add new common architecture representation
Matthew Dempsky
2016-04-07
1
-6
/
+1
*
cmd/compile: rename Node.Int to Node.Int64
Josh Bleecher Snyder
2016-04-01
3
-9
/
+9
*
cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype]
Matthew Dempsky
2016-03-30
2
-8
/
+8
*
cmd/compile: use t.IsFoo() instead of t.Etype == TFOO
Matthew Dempsky
2016-03-30
1
-1
/
+1
*
cmd/compile: encapsulate Type.Argwid
Josh Bleecher Snyder
2016-03-29
1
-1
/
+1
*
cmd/compile: unexport convlit
Josh Bleecher Snyder
2016-03-21
1
-2
/
+1
*
cmd/compile: change ODOT and friends to use Sym, not Right
Ian Lance Taylor
2016-03-19
1
-1
/
+1
*
cmd: collapse internal/obj/fmt.go into compile/internal/gc/fmt.go
Matthew Dempsky
2016-03-15
2
-2
/
+2
*
cmd/compile/internal/gc: remove Thearch.Linkarchinit
Dave Cheney
2016-03-15
1
-4
/
+0
*
cmd/compile/internal: clean up galign.go constants
Dave Cheney
2016-03-15
1
-12
/
+4
*
cmd/compile: add Fields field to Type
Matthew Dempsky
2016-03-14
1
-1
/
+1
*
cmd/compile/internal: peep.go cleanups
Dave Cheney
2016-03-10
1
-57
/
+46
*
cmd/compile: shrink tables
Brad Fitzpatrick
2016-03-09
1
-208
/
+208
*
cmd/internal/obj: add As type for assembly opcodes
Matthew Dempsky
2016-03-08
2
-12
/
+12
*
cmd/compile: change Oconv to take an Op parameter
Matthew Dempsky
2016-03-07
3
-7
/
+7
*
cmd/compile: use a uint8-sized named type for Addr.Type
Josh Bleecher Snyder
2016-03-06
2
-4
/
+4
*
cmd/compile: remove unnecessary conversions
Matthew Dempsky
2016-03-04
1
-1
/
+1
*
cmd/compile: eliminate arch-specific typedefs
Matthew Dempsky
2016-03-03
1
-11
/
+0
*
cmd/compile: use int32 for line numbers consistently
Robert Griesemer
2016-03-02
1
-1
/
+1
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
3
-3
/
+3
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge
Keith Randall
2016-02-29
2
-5
/
+2
|
\
|
*
cmd/compile: change Func.{Dcl,Inldcl} from NodeList to slice
Ian Lance Taylor
2016-02-26
1
-4
/
+1
|
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-1
/
+1
*
|
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2016-01-19
3
-11
/
+19
|
\
\
|
|
/
|
*
cmd/compile: recognize Syscall-like functions for liveness analysis
Russ Cox
2016-01-14
1
-0
/
+1
|
*
cmd/compile: stop using fucomi* ops for 387 builds
Keith Randall
2016-01-13
3
-11
/
+18
*
|
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2016-01-07
3
-13
/
+24
|
\
\
|
|
/
|
*
cmd/compile: fix magic multiply smashing AX
Russ Cox
2015-12-16
1
-11
/
+10
|
*
cmd/compile: add 386 special case for testing first field of struct variable
Ian Lance Taylor
2015-11-29
1
-1
/
+9
|
*
cmd/compile, cmd/compile/internal/x86: do not let regopt use CX in position i...
Michael Hudson-Doyle
2015-11-18
1
-1
/
+5
*
|
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2015-11-16
3
-275
/
+314
|
\
\
|
|
/
|
*
cmd/compile/internal/x86: avoid CX in a couple of places in the int64 code
Michael Hudson-Doyle
2015-11-11
2
-15
/
+13
|
*
cmd/compile/internal: named types for Etype and Op in struct Node
Marvin Stenger
2015-10-30
3
-260
/
+301
*
|
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2015-09-08
6
-57
/
+43
|
\
\
|
|
/
|
*
cmd/compile/internal: some janitoring
Marvin Stenger
2015-09-07
1
-25
/
+11
|
*
cmd/compile/internal: slice/map literals janitoring
Didier Spezia
2015-09-04
1
-3
/
+3
|
*
cmd/compile/internal/gc: rename Fatal to Fatalf
Håvard Haugen
2015-08-31
5
-29
/
+29
*
|
[dev.ssa] cmd/compile: teach live variable analysis about LEAW
Keith Randall
2015-09-04
1
-0
/
+1
*
|
[dev.ssa] cmd/compile: add pxor to list of instructions analyzeable by livene...
Keith Randall
2015-09-03
1
-0
/
+1
|
/
*
cmd/compile/internal, cmd/internal/obj: used keyed ProgInfo literals
Brad Fitzpatrick
2015-08-21
1
-211
/
+211
*
cmd/compile: remove stale register use array
Keith Randall
2015-08-15
2
-4
/
+2
*
cmd/compile: enable PAUTO capture variables on arch != 6
Russ Cox
2015-06-29
1
-2
/
+5
*
cmd/compile, cmd/link: create from 5g, 5l, etc
Russ Cox
2015-05-21
8
-0
/
+4823