]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/walk.go
all: merge dev.inline into master
[gostls13.git] / src / cmd / compile / internal / gc / walk.go
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-31 Russ Coxall: merge dev.typealias into master
2017-01-16 Josh Bleecher Snydercmd/compile: lvalues are only required for == when...
2016-12-19 Matthew Dempskycmd/compile: restore zero assignment optimization for...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: rename various fields from...
2016-11-16 Daniel Martícmd/compile: remove some unused code
2016-11-04 Vladimir Stefanoviccmd/compile/internal/gc: add support for GOARCH=mips...
2016-11-04 Matthew Dempskycmd/compile: prevent Noalg from breaking user types
2016-11-02 Keith Randallcmd/compile: do more type conversion inline
2016-10-31 David Chasecmd/compile: mark temps with new AutoTemp flag, and...
2016-10-28 Austin Clementscmd/compile: disable various write barrier optimizations
2016-10-28 Martin Möhrmanncmd/compile: move stringtoslicebytetmp to the backend
2016-10-27 Keith Randallcmd/compile: emit assignments after calls in the right...
2016-10-25 Keith RandallRevert "Revert "cmd/compile: inline convI2E""
2016-10-24 Josh Bleecher Snydercmd/compile: preserve type information in inrange
2016-10-24 Josh Bleecher Snydercmd/compile: remove OREGISTER, Node.Reg
2016-10-17 Matthew DempskyRevert "cmd/compile: inline convI2E"
2016-10-17 Keith Randallcmd/compile: inline convI2E
2016-10-15 Austin Clementscmd/compile: add go:notinheap type pragma
2016-10-13 Anthony Caninocmd/compile: "abc"[1] is not an ideal constant
2016-10-13 Matthew Dempskycmd/compile: add OSTRUCTKEY for keyed struct literals
2016-10-13 Matthew Dempskycmd/compile: replace aindex with typArray
2016-10-12 Keith Randallcmd/compile,runtime: redo how map assignments work
2016-10-11 Cherry Zhangcmd/compile: intrinsify math/big.mulWW, divWW on AMD64
2016-10-06 Cherry Zhangcmd/compile: intrinsify math.Sqrt when compiling "math...
2016-09-27 Alberto Donizetticmd/compile: fix misaligned comments
2016-09-26 Alberto Donizetticmd/compile: fix bogus "fallthrough statement out of...
2016-09-22 Ian Lance Taylorcmd/compile: don't instrument copy and append in runtime
2016-09-19 Keith Randallcmd/compile: inline convT2{I,E} when result doesn't...
2016-09-16 Cherry Zhangcmd/compile: enable rewritings that are blocked by...
2016-09-16 Dave Cheneycmd/compile/internal/gc: make Nod private
2016-09-15 Josh Bleecher Snydercmd/compile: nodintconst is the new Nodintconst
2016-09-15 Josh Bleecher Snydercmd/compile: unroll comparisons to short constant strings
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport private variables
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport more helper functions
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport helper functions
2016-09-14 Matthew Dempskycmd/compile: fix comma-ok assignments for non-boolean ok
2016-09-14 Martin Möhrmanncmd/compile: intrinsify slicebytetostringtmp when not...
2016-09-14 Matthew Dempskycmd/compile: add Nodes.Prepend helper method
2016-09-12 Robert Griesemercmd/compile: rewrite %1v and %2v formats to %S and...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for Nodes formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Node formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Type formats...
2016-09-05 Josh Bleecher Snydercmd/compile: clean up ctxt params in sinit
2016-09-04 Josh Bleecher Snydercmd/compile: simplify staticname
2016-09-04 Josh Bleecher Snydercmd/compile: document sinit ctxt and pass/kind arguments
2016-09-04 Josh Bleecher Snydercmd/compile: unify arraylit and structlit
2016-09-04 Josh Bleecher Snydercmd/compile: add OSLICELIT
2016-09-04 Dave CheneyRevert "cmd/compile/internal/gc: clean up sinit.go"
2016-09-03 Dave Cheneycmd/compile/internal/gc: clean up sinit.go
2016-08-29 Martin Möhrmanncmd/compile: generate makeslice calls with int arguments
2016-08-25 Josh Bleecher Snydercmd/compile: when inlining ==, don’t take the address...
2016-08-25 Josh Bleecher Snydercmd/compile: optimize integer "in range" expressions
2016-08-24 Josh Bleecher Snydercmd/compile: convert Dodata to a bool, rename to IsStatic
2016-08-24 Josh Bleecher Snydercmd/compile: simplify isglobal
2016-08-17 Josh Bleecher Snydercmd/compile: handle e == T comparison more efficiently
2016-08-17 Josh Bleecher Snydercmd/compile: inline x, ok := y.(T) where T is a scalar
2016-08-16 Cherry Zhangcmd/compile: fix uint<->float conversion on 386
2016-08-16 Josh Bleecher Snydercmd/compile: inline _, ok = i.(T)
2016-08-16 Cherry Zhangcmd/compile: remove nil check in accessing PAUTOHEAP...
2016-08-16 Gerrit Code ReviewMerge "Merge remote-tracking branch 'origin/dev.ssa...
2016-08-16 Keith RandallMerge remote-tracking branch 'origin/dev.ssa' into...
2016-08-15 Cherry Zhang[dev.ssa] cmd/compile, etc.: more ARM64 optimizations...
2016-08-04 Keith Randall[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a918...
2016-08-04 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-21 Keith Randall[dev.ssa] cmd/compile: 386 port now works
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-06 Cherry Zhang[dev.ssa] cmd/compile: handle floating point on ARM
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-27 Russ Coxcmd/compile: additional paranoia and checking in plive.go
2016-05-27 Russ Coxcmd/compile: eliminate PPARAMREF
2016-05-27 Russ Coxcmd/compile: fix liveness computation for heap-escaped...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-28 Dave Cheneycmd/compile/internal/gc: unexport {J,S,F,H,B,V}conv
2016-04-27 Dave Cheneycmd/compile/internal/gc: remove all uses of oconv(op...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-27 Dave Cheneycmd/compile/internal/gc: remove oconv(op, 0) calls
2016-04-27 Zhongwei Yaocmd/compile: enable const division for arm64
2016-04-27 Dave Cheneycmd/compile/internal: unexport gc.Oconv
2016-04-25 Matthew Dempskycmd/compile: treat empty and absent struct field tags...
2016-04-25 Josh Bleecher Snydercmd/compile: encapsulate OSLICE* representation
2016-04-25 Josh Bleecher Snydercmd/compile: replace len(Nodes.Slice()) with Nodes...
2016-04-24 Josh Bleecher Snydercmd/compile: don't generate algs for ... args
2016-04-24 Keith Randallcmd/compile: reorder how slicelit initializes a slice
2016-04-22 Keith Randallcmd/compile: don't nilcheck newobject and return values...
2016-04-21 Matthew Dempskycmd/compile: split TSLICE into separate Type kind
2016-04-20 Keith Randallcmd/compile: change the way we handle large map values
2016-04-20 Keith Randallcmd/compile,runtime: pass elem type to {make,grow}slice
2016-04-19 Josh Bleecher Snydercmd/compile: fix isStaticCompositeLiteral
2016-04-18 Keith Randallcmd/compile: eliminate copy for static literals
2016-04-14 Matthew Dempskycmd/compile/internal/gc: change flags to bool where...
2016-04-12 Michael Mundaycmd/compile/internal/gc: add s390x support
2016-04-07 Matthew Dempskycmd: add new common architecture representation
2016-04-06 Josh Bleecher Snydercmd/compile: shrink gc.Type in half
2016-04-06 Josh Bleecher Snydercmd/compile: encapsulate reads of gc.Type.Funarg
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-03 Eric Engestromall: fix spelling mistakes
2016-04-02 Matthew Dempskycmd/compile: eliminate dead code in walkappend
next