]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/ssa.go
[dev.ssa] Merge branch 'master' into dev.ssa
[gostls13.git] / src / cmd / compile / internal / gc / ssa.go
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-27 Cherry Zhang[dev.ssa] cmd/compile: implement Defer, RetJmp on SSA...
2016-05-27 Russ Coxcmd/compile: eliminate PPARAMREF
2016-05-27 Russ Coxcmd/compile: fix liveness computation for heap-escaped...
2016-05-19 Cherry Zhang[dev.ssa] cmd/compile: handle boolean values for SSA...
2016-05-18 Keith Randallcmd/compile: keep pointer input arguments live througho...
2016-05-16 David Chasecmd/compile: use sparse algorithm for phis in large...
2016-05-10 Cherry Zhang[dev.ssa] cmd/compile/internal/gc, runtime: use 32...
2016-05-10 Cherry Zhang[dev.ssa] cmd/compile: handle symbolic constant for...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-05 Josh Bleecher Snydercmd/compile: optimize lookupVarOutgoing
2016-05-05 Keith Randallcmd/compile: enable constant-time CFG editing
2016-05-02 Keith Randallcmd/compile: don't SSA any variables when -N
2016-04-29 Keith Randallcmd/compile: make vet happy with ssa code
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-27 Michael Hudson-Doylecmd/compile: de-dup the gclocals symbols in compiler too
2016-04-27 Dave Cheneycmd/compile/internal/gc: remove oconv(op, 0) calls
2016-04-27 Keith Randallcmd/compile: don't use line numbers from ONAME and...
2016-04-27 Dave Cheneycmd/compile/internal: unexport gc.Oconv
2016-04-25 Alexandru Moșoicmd/compile: introduce bool operations.
2016-04-25 Josh Bleecher Snydercmd/compile: encapsulate OSLICE* representation
2016-04-24 Josh Bleecher Snydercmd/compile: use gc.Etype's String method
2016-04-24 Josh Bleecher Snydercmd/compile: give gc.Op a String method, use it
2016-04-22 Matthew Dempskycmd/compile: replace Ctype switches with type switches
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-21 Cherry Zhangcmd/compile/internal/gc: fix return value offset for...
2016-04-20 Keith Randallcmd/compile,runtime: pass elem type to {make,grow}slice
2016-04-19 Josh Bleecher Snydercmd/compile: re-enable in-place append optimization
2016-04-14 Matthew Dempskycmd/compile/internal/gc: change flags to bool where...
2016-04-12 Josh Bleecher Snydercmd/compile: temporarily disable inplace append special...
2016-04-11 Josh Bleecher Snydercmd/compile: avoid write barrier in append fast path
2016-04-11 Keith Randallcmd/compile: fix naming of decomposed structs
2016-04-10 Josh Bleecher Snydercmd/compile: avoid a spill in append fast path
2016-04-08 David Chasecmd/compile: insert instrumentation more carefully...
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 Keith Randallcmd/compile: fix x=x assignments
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-05 Josh Bleecher Snydercmd/compile: pull ssa OAPPEND expression handing into...
2016-04-03 Eric Engestromall: fix spelling mistakes
2016-04-01 Josh Bleecher Snydercmd/compile: rename Node.Int to Node.Int64
2016-04-01 Matthew Dempskycmd/compile: more Isfoo Type cleanups
2016-04-01 Josh Bleecher Snydercmd/compile: use Node.Int more
2016-04-01 Josh Bleecher Snydercmd/compile: use NumElem instead of Type.Bound
2016-03-31 Keith Randallcmd/compile: better job of naming compound types
2016-03-30 Matthew Dempskycmd/compile: use t.IsFoo() instead of t.Etype == TFOO
2016-03-30 Matthew Dempskycmd/compile: get rid of redundant Type helper functions
2016-03-30 Josh Bleecher Snydercmd/compile: add Type.Elem
2016-03-30 Matthew Dempskycmd/compile: rename Type.IsPtr to Type.IsPtrShaped
2016-03-29 Josh Bleecher Snydercmd/compile: encapsulate Type.Argwid
2016-03-28 Matthew Dempskycmd/compile: rename Field's Width field to Offset
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-28 David Chasecmd/compile: added some intrinsics to SSA back end
2016-03-23 Keith Randallcmd/compile: start on ARM port
2016-03-22 Keith Randallcmd/compile: change the way SSA does slice zero-cap...
2016-03-21 Keith Randallcmd/compile: don't write back unchanged slice results
2016-03-21 Matthew Dempskycmd/compile: change Mp{int,flt} functions into methods
2016-03-19 Ian Lance Taylorcmd/compile: change ODOT and friends to use Sym, not...
2016-03-17 Matthew Dempskycmd/compile: eliminate NumFields wrapper functions
2016-03-17 Keith Randallcmd/compile: enforce nowritebarrier in SSA compiler
2016-03-17 Matthew Dempskycmd/compile: eliminate a bunch of IterFields/IterMethod...
2016-03-17 Ian Lance Taylorcmd/compile: don't create 2 Sym's and 2 Node's for...
2016-03-17 Keith Randallcmd/compile: keep value use counts in SSA
2016-03-17 Dave Cheneycmd/compile/internal/gc: disable logProgs debug flag
2016-03-15 Matthew Dempskycmd/compile: use int for field index
2016-03-15 Matthew Dempskycmd/compile: make Type.Field stricter about bounds...
2016-03-14 Matthew Dempskycmd/compile: replace TFIELD kind with separate Field...
2016-03-14 Michael Prattcmd/compile: remove amd64 code from package gc and...
2016-03-14 Todd Nealcmd/compile: change the type of ssa Warnl line number
2016-03-12 Todd Nealcmd/compile: reuse auto symbols during ssa construction
2016-03-11 Keith Randallcmd/compile: don't use PPARAMOUT names for temps
2016-03-10 Matthew Dempskycmd/compile: rename ssa.Type's Elem method to ElemType
2016-03-10 Keith Randallcmd/compile: fix defer/deferreturn
2016-03-10 Matthew Dempskycmd/compile: more use of IterXXX functions
2016-03-10 Matthew Dempskycmd/compile: add Recv0 and Field helper methods for...
2016-03-09 Ian Lance Taylorcmd/compile: remove remaining nodeSeqIterate calls
2016-03-09 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-09 Ian Lance Taylorcmd/compile: rewrite code to omit many nodeSeq calls
2016-03-09 Matthew Dempskycmd/compile: change get{this,inarg,outarg}x? into methods
2016-03-09 Matthew Dempskycmd/compile: simplify Iter
2016-03-08 David Chasecmd/compile: attach correct line number for fallthru...
2016-03-08 Ian Lance Taylorcmd/compile: remove nodesOrNodeList outside of syntax.go
2016-03-08 Josh Bleecher Snydercmd/compile: cache const nil, iface, slice, and ""
2016-03-08 Matthew Dempskycmd/internal/obj: add As type for assembly opcodes
2016-03-07 Matthew Dempskycmd/compile: change Oconv to take an Op parameter
2016-03-06 Josh Bleecher Snydercmd/compile: use OffPtr when possible
2016-03-05 Matthew Dempskycmd/compile: remove syslook's copy parameter
2016-03-05 Ian Lance Taylorcmd/compile: convert select, sinit, ssa to nodeSeq
2016-03-04 Ian Lance Taylorcmd/compile: change export.go and fmt.go to use nodeSeq
2016-03-04 Keith Randallcmd/compile: more ssa config flags
2016-03-03 Keith Randallcmd/compile: load some live values into registers befor...
2016-03-02 Robert Griesemercmd/compile: introduce linestr helper to simplify line...
2016-03-02 Robert Griesemercmd/compile: use int32 for line numbers consistently
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Keith Randallcmd/compile: some SSA cleanup
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Ian Lance Taylorcmd/compile: s/flag_race/instrumenting/ in OCONVNOP...
2016-03-01 Keith Randallcmd/compile: remove _ssa print trigger
next