]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-10-20 Keith Randall[dev.ssa] cmd/compile: Don't rematerialize getg
2015-10-19 Keith Randall[dev.ssa] cmd/compile: Rematerialize in regalloc
2015-10-19 Todd Neal[dev.ssa] cmd/compile/internal/ssa: reuse symbols
2015-10-18 Keith Randall[dev.ssa] cmd/compile: Reuse stack slots for spill...
2015-10-18 David Chase[dev.ssa] cmd/compile: fill remaining SSA gaps
2015-10-14 Keith Randall[dev.ssa] cmd/compile: allow rewrite rules to specify...
2015-10-09 Keith Randall[dev.ssa] cmd/compile: make sure we don't move loads...
2015-10-09 David Chase[dev.ssa] cmd/compile: handle addr of PARAM nodes
2015-10-08 David Chase[dev.ssa] cmd/compile: fixed heap-escaped-paramout
2015-10-08 Keith Randall[dev.ssa] cmd/compile: fix failed lowerings
2015-10-05 Keith Randall[dev.ssa] cmd/compile: Eval append args after growslice
2015-09-23 David Chase[dev.ssa] cmd/compile: remove done items from TODO
2015-09-22 David Chase[dev.ssa] cmd/compile: addressed vars and closures
2015-09-21 Keith Randall[dev.ssa] cmd/compile: clean up zeroing. Use duffzero...
2015-09-21 Keith Randall[dev.ssa] cmd/compile: use function calls instead of...
2015-09-20 Keith Randall[dev.ssa] cmd/compile: Move runtime call gen to its...
2015-09-20 Keith Randall[dev.ssa] cmd/compile: Use varkill only for non-SSAable...
2015-09-19 Keith Randall[dev.ssa] cmd/compile: move un-SSAable objects
2015-09-19 Keith Randall[dev.ssa] cmd/compile: implement OSTRUCTLIT and OARRAYLIT
2015-09-17 Keith Randall[dev.ssa] cmd/compile: consistent naming of temporary...
2015-09-17 Keith Randall[dev.ssa] cmd/compile: implement ODOTTYPE and OAS2DOTTYPE
2015-09-17 Keith Randall[dev.ssa] cmd/compile: Generate AUNDEF at the end of...
2015-09-17 Keith Randall[dev.ssa] cmd/compile/internal/ssa: complete call ops
2015-09-16 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix iface and slice...
2015-09-16 Keith Randall[dev.ssa] cmd/compile/internal/gc: implement OAPPEND
2015-09-15 Keith Randall[dev.ssa] cmd/compile/internal/ssa: turn off runtime...
2015-09-15 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix sign extension...
2015-09-14 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement write...
2015-09-14 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement slice...
2015-09-14 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix string index
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: don't treat vardef...
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: OCHECKNIL is a...
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement OCOMPLEX
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement OSQRT
2015-09-11 Josh Bleecher... [dev.ssa] cmd/compile: refactor assign
2015-09-11 Josh Bleecher... [dev.ssa] cmd/compile: minor CSE cleanup
2015-09-11 Josh Bleecher... [dev.ssa] cmd/compile: add constBool helpers
2015-09-11 Keith Randall[dev.ssa] cmd/compile/internal/ssa: simplify how exit...
2015-09-10 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix complex compares
2015-09-10 Keith Randall[dev.ssa] cmd/compile/internal/ssa: add == and != for...
2015-09-10 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix real/imag ops
2015-09-10 Todd Neal[dev.ssa] test: fix build
2015-09-10 Todd Neal[dev.ssa] cmd/compile/internal/ssa: implement OCFUNC
2015-09-10 Todd Neal[dev.ssa] cmd/compile/internal/ssa: treat -0.0 literal...
2015-09-09 David Chase[dev.ssa] cmd/compile: fix N^2 dominator queries in CSE
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement ORETJMP
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/ssa: eval defer args...
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/ssa: handle returns...
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/gc: avoid generating...
2015-09-08 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-08 Shenghou Macmd/compile/internal/mips64: copy cmd/compile/internal...
2015-09-08 Shenghou Macmd/internal/obj/mips: copy cmd/internal/obj/ppc64
2015-09-08 Michael Hudson... cmd/internal/obj: remove dead code and small cleanups
2015-09-08 Brad FitzpatrickAUTHORS: add Oracle as corporate copyright holder
2015-09-08 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa: fix string slice...
2015-09-08 Rob Pikedoc: mention that go install removes binaries built...
2015-09-08 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix defer in functi...
2015-09-08 Rob Pikedoc: strconv.QuoteToGraphic in go1.6.txt
2015-09-08 Rob Pikestrconv: add QuoteToGraphic and friends
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Type to...
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Pkg to bool
2015-09-08 Todd Neal[dev.ssa] test: ensure that all current tests run
2015-09-08 Håvard Haugencmd/compile/internal/gc: unexport and make Hasdefer...
2015-09-08 Marvin Stengercmd/compile/internal/gc: remove unused field Type.Siggen
2015-09-08 Håvard Haugencmd/compile: make importlist a []*Node instead of ...
2015-09-08 Dave Cheneycmd/compile/internal/gc: convert Type.Broke into a...
2015-09-07 Dave Cheneycmd/compile/internal/gc: convert Label.Used to bool
2015-09-07 Keith Randall[dev.ssa] cmd/compile/internal/ssa: large object load...
2015-09-07 Michael Hudson... runtime: remove unused FUNCDATA_DeadValueMaps
2015-09-07 Todd Neal[dev.ssa] cmd/compile: clean up nilcheck logic
2015-09-07 Josh Bleecher... [dev.ssa] test: use SSA codegen for runnable tests
2015-09-07 Josh Bleecher... [dev.ssa] cmd/compile: update SSA todos
2015-09-07 Marvin Stengercmd/compile/internal: some janitoring
2015-09-07 Josh Bleecher... [dev.ssa] cmd/compile: implement OIMAG and OREAL
2015-09-07 Michael Hudson... runtime: add stub sigreturn on arm
2015-09-07 Dave Cheneycmd/dist: fix mkzversion to produce gofmt'd output
2015-09-07 Josh Bleecher... [dev.ssa] cmd/compile: implement OEFACE
2015-09-07 Josh Bleecher... [dev.ssa] cmd/compile: implement OCHECKNIL
2015-09-06 Dave Cheneycmd/compile: convert typecheck_stack to []*Node
2015-09-06 Keith Randall[dev.ssa] cmd/compile/internal/gc: handle local functio...
2015-09-06 Josh Bleecher... [dev.ssa] cmd/compile: fix build
2015-09-06 Josh Bleecher... [dev.ssa] cmd/compile: implement OPLUS
2015-09-06 Keith Randall[dev.ssa] cmd/compile/internal/gc: implement go and...
2015-09-05 Josh Bleecher... [dev.ssa] cmd/compile: run std tests with SSA codegen...
2015-09-05 Didier Speziacmd/asm: fix another infinite loop in register list...
2015-09-05 Keith Randall[dev.ssa] cmd/runtime: generate gc bitmaps for SSA...
2015-09-05 Dave Cheneycmd/compile: use []*Node instead of NodeList in bottomU...
2015-09-05 David Chase[dev.ssa] cmd/compile: cleanup fp conversions in ssa.go
2015-09-05 Paul Marksnet: Make Listen(":port") use IPv6 when IPv4 is not...
2015-09-05 Josh Bleecher... [dev.ssa] cmd/compile: add allocs to pass stats
2015-09-05 Josh Bleecher... [dev.ssa] cmd/compile: minor code cleanup
2015-09-05 Dave Cheneycmd/compile: use []*Node instead of NodeList in sinit
2015-09-05 Russ Coxreflect: record unsafe.Pointer, not uintptr, during...
2015-09-05 Todd Neal[dev.ssa] cmd/compile: rewrite user nil check as OpIsNonNil
2015-09-05 Robert Griesemercmd/compile/internal/gc: fix go.y (rename of Fatal...
2015-09-04 Keith Randall[dev.ssa] cmd/compile: teach live variable analysis...
2015-09-04 Shawn Walker... cmd/go: fix Go buildid reading on Solaris
2015-09-04 Dave CheneyRevert "cmd/internal/ld: put read-only relocated data...
2015-09-04 Dan Petersonnet: make DNSError.Temporary return true on SERVFAIL
2015-09-04 Artyom Pervukhinnet/http: optimize some io.Copy calls by reusing buffers
next