]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 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 Keith Randall[dev.ssa] cmd/runtime: generate gc bitmaps for SSA...
2015-09-05 David Chase[dev.ssa] cmd/compile: cleanup fp conversions in ssa.go
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 Todd Neal[dev.ssa] cmd/compile: rewrite user nil check as OpIsNonNil
2015-09-04 Keith Randall[dev.ssa] cmd/compile: teach live variable analysis...
2015-09-04 Todd Neal[dev.ssa] cmd/compile/ssa: add timing to compiler passes
2015-09-04 Todd Neal[dev.ssa] cmd/compile: store floats in AuxInt
2015-09-04 Todd Neal[dev.ssa] cmd/compile: store bools in AuxInt
2015-09-03 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix fallthrough...
2015-09-03 Keith Randall[dev.ssa] cmd/compile/internal/ssa: distinguish exit...
2015-09-03 Keith Randall[dev.ssa] cmd/compile: add pxor to list of instructions...
2015-09-03 Todd Neal[dev.ssa] cmd/compile: cse should treat -0.0 and 0...
2015-09-03 Todd Neal[dev.ssa] cmd/compile: fix complex128
2015-09-02 Todd Neal[dev.ssa] cmd/compile: fix liblink rewrite of -0.0
2015-09-02 Todd Neal[dev.ssa] cmd/compile: truncate when converting floats...
2015-09-02 Todd Neal[dev.ssa] cmd/compile: make REPSTOSQ clobber flags
2015-09-01 Keith Randall[dev.ssa] cmd/compile/internal/ssa: make SETEQF and...
2015-09-01 Todd Neal[dev.ssa] cmd/compile: fix rare issue caused by liblink...
2015-09-01 David Chase[dev.ssa] cmd/compile: add complex arithmetic
2015-09-01 Keith Randall[dev.ssa] cmd/compile/internal/ssa: allow ops to have...
2015-09-01 Todd Neal[dev.ssa] cmd/compile: add more specific regalloc logging
2015-08-31 Todd Neal[dev.ssa] cmd/compile: schedule values dependent on...
2015-08-31 Todd Neal[dev.ssa] cmd/compile: fix typo in log
2015-08-31 Todd Neal[dev.ssa] cmd/compile: add instrumentation to regalloc
2015-08-31 Todd Neal[dev.ssa] cmd/compile: make test panic on failure
2015-08-31 Todd Neal[dev.ssa] cmd/compile: map EQ/NE intptr to OpEqPtr...
2015-08-29 Keith Randall[dev.ssa] cmd/compile/internal/ssa: handle dead code...
2015-08-29 Josh Bleecher... [dev.ssa] cmd/compile: implement PPARAMREF
2015-08-29 Todd Neal[dev.ssa] cmd/compile: move addEdge function to ssa
2015-08-29 Todd Neal[dev.ssa] cmd/compile: implement OFALL
2015-08-28 Todd Neal[dev.ssa] cmd/compile: implement len/cap(chan)
2015-08-28 David Chase[dev.ssa] cmd/compile: added floating point to [u]int...
2015-08-28 Keith Randall[dev.ssa] cmd/compile/internal/ssa: allocate complex...
2015-08-28 Todd Neal[dev.ssa] cmd/compile: fix type of nil ptr in check
2015-08-28 Keith Randall[dev.ssa] cmd/compile/internal/ssa: add arg-dominating...
2015-08-28 David Chase[dev.ssa] cmd/compile: add compose/decompose for comple...
2015-08-28 Todd Neal[dev.ssa] cmd/compile: implement len(map)
2015-08-27 Josh Bleecher... [dev.ssa] cmd/compile: make block kinds clickable in...
2015-08-27 Josh Bleecher... [dev.ssa] cmd/compile: fix OANDAND and OOROR type
2015-08-26 Todd Neal[dev.ssa] cmd/compile: fix phi floats
2015-08-26 Todd Neal[dev.ssa] cmd/compile: support float zeroing
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-25 Keith Randall[dev.ssa] cmd/compile/internal/ssa: add more critical...
2015-08-25 Ulrich Kunitzcmd/compile: fix register allocation for == operator
2015-08-25 Keith Randall[dev.ssa] cmd/compile/internal/ssa: update TODO and...
2015-08-25 Keith Randall[dev.ssa] cmd/compile: implement OSLICESTR
2015-08-25 David Chase[dev.ssa] cmd/compile: add FP comparison ops
2015-08-25 Austin Clementscmd/compile: fix uninitialized memory in compare of...
2015-08-25 David Chase[dev.ssa] cmd/compile: add [u]int and FP to FP conversions
2015-08-25 Keith Randall[dev.ssa] cmd/compile: make sure to keep offset and...
2015-08-25 Dave Cheneyruntime: check pointer equality in arm64 cmpbody
2015-08-25 Todd Nealruntime: fix nmspinning comparison
2015-08-25 Shenghou Maruntime: add a missing hex conversion
2015-08-25 Didier Speziadebug/elf: map/slice literals janitoring
2015-08-25 Shenghou Macmd/go: skip test using external linking on linux/ppc64 too
2015-08-25 Todd Nealencoding/gob: remove always false comparison
2015-08-25 Aaron Jacobsos/signal: skip the nohup test on darwin when running...
2015-08-24 Josh Bleecher... [dev.ssa] cmd/compile: streamline unimplemented strings
2015-08-24 Josh Bleecher... [dev.ssa] cmd/compile: support spilling and loading...
2015-08-24 Josh Bleecher... [dev.ssa] cmd/compile: mark LEA and MOV instructions...
2015-08-24 Josh Bleecher... [dev.ssa] cmd/compile: make "*Value".String more robust
2015-08-24 Joe Tsaihash/fnv: fix wiki url
2015-08-24 Dave Cheneyruntime: check pointer equality in arm cmpbody
2015-08-24 Rob Pikefmt: in Scanf, %c can scan a space, so don't skip space...
2015-08-24 Andrew Gerranddoc: remove mention of defunct golang-bugs mailing...
2015-08-24 Tarmigan Caseboltencoding/asn1: fix unused assignments
2015-08-24 Matt Layhernet: allow ParseMAC to parse 20-octet IPoIB link-layer...
2015-08-24 Tarmigan Caseboltimage/gif: avoid unused assignment
2015-08-24 Marcel van... unicode: include rune 0 in RangeTables.
2015-08-24 Tarmigan Caseboltgo/internal/gcimporter: remove unused assignment
2015-08-24 Tarmigan Caseboltmath: avoid unused assignment in jn.go
2015-08-24 Alex Brainmaninternal/syscall/windows/registry: remove debugging...
2015-08-24 Dave Cheneymake.bash: abort if $GOROOT_BOOTSTRAP == $GOROOT
2015-08-23 Josh Bleecher... cmd/internal/obj: delete Debugzerostack dead code
2015-08-23 Mikio Haranet: drop redundant domain name length check
2015-08-22 Andrew Gerrandmime: move examples to external test file
2015-08-22 Brad Fitzpatrickcmd/compile: in usage messages, name the binary "compil...
2015-08-22 Todd Neal[dev.ssa] cmd/compile/internal: mark len(map), len...
2015-08-22 Ingo Oeserhtml: speed up UnescapeString
2015-08-22 Justin Nußtime: Use AppendFormat in Marshal[Text|JSON]
2015-08-21 Brad Fitzpatrickcmd/compile/internal, cmd/internal/obj: used keyed...
2015-08-21 Alberto Donizetticmd/compile: allow huge rsh in constants arithmetic
2015-08-21 Todd Neal[dev.ssa] cmd/compile/internal/ssa: implement OMOD
2015-08-21 Robert Griesemercmd/compile/internal/big: update vendored math/big
2015-08-21 Robert Griesemermath/big: fix TestBytes test
2015-08-21 David du Colombiercmd/trace: don't fail when no browser is available
2015-08-21 Josh Bleecher... [dev.ssa] cmd/compile: everything is live and reachable...
2015-08-21 Alberto Donizettimath/big: correctly handle large exponent in SetString
2015-08-21 Josh Bleecher... [dev.ssa] cmd/compile: SETcc instructions do not clobbe...
2015-08-21 Robert Griesemermath/big: remove superfluous comparison
2015-08-21 Hyang-Ah (Hana... runtime/cgo: remove __stack_chk_fail_local
2015-08-21 Shawn Walker... runtime, syscall: remove unused bits from Solaris imple...
next