]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/sinit.go
all: merge dev.inline into master
[gostls13.git] / src / cmd / compile / internal / gc / sinit.go
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-07 shawnpsall: fix misspellings
2017-01-06 David Chasecmd/compile: rewrite literal.method to ensure full...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: rename various fields from...
2016-12-06 Matthew Dempskycmd/compile: fix static-initialization compilation...
2016-10-31 Josh Bleecher Snydercmd/compile: remove unreachable code
2016-10-28 Austin Clementscmd/compile: disable various write barrier optimizations
2016-10-27 Matthew Dempskycmd/compile: stop adding implicit OKEY nodes
2016-10-25 Matthew Dempskycmd/compile: cleanup gdata slightly
2016-10-13 Matthew Dempskycmd/compile: add OSTRUCTKEY for keyed struct literals
2016-09-26 Alberto Donizetticmd/compile: only allow integer expressions as keys...
2016-09-16 Dave Cheneycmd/compile/internal/gc: make Nod private
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport private variables
2016-09-15 Dave Cheneycmd/compile/internal/gc: fix build
2016-09-15 Josh Bleecher Snydercmd/compile: unwrap fewer CONVNOPs in staticassign
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-12 Josh Bleecher Snydercmd/compile: statically initialize some interface values
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Node 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-24 Josh Bleecher Snydercmd/compile: minor cleanup in mapinit
2016-08-24 Josh Bleecher Snydercmd/compile: convert getdyn int arg to bool
2016-08-24 Josh Bleecher Snydercmd/compile: convert Dodata to a bool, rename to IsStatic
2016-08-23 Josh Bleecher Snydercmd/compile: use two tables for table-driven map inserts
2016-08-16 Keith Randallcmd/compile: allow unsafe.Pointer(nil) as static data
2016-08-16 Keith Randallcmd/compile: add size hint to map literal allocations
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
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-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-25 Josh Bleecher Snydercmd/compile: encapsulate OSLICE* representation
2016-04-24 Josh Bleecher Snydercmd/compile: give gc.Op a String method, use it
2016-04-24 Keith Randallcmd/compile: reorder how slicelit initializes a slice
2016-04-22 Matthew Dempskycmd/compile: remove redundant "// fallthrough" comments
2016-04-22 Matthew Dempskycmd/compile: replace Ctype switches with type switches
2016-04-21 Matthew Dempskycmd/compile: split TSLICE into separate Type kind
2016-04-19 Josh Bleecher Snydercmd/compile: fix isStaticCompositeLiteral
2016-04-18 Keith Randallcmd/compile: eliminate copy for static literals
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-01 Josh Bleecher Snydercmd/compile: rename Node.Int to Node.Int64
2016-04-01 Josh Bleecher Snydercmd/compile: add Type.SetNumElem
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-04-01 David Chasecmd/compile: ignore OXXX nodes in closure captured...
2016-03-31 Josh Bleecher Snydercmd/compile: encapsulate Type.Nname
2016-03-30 Matthew Dempskycmd/compile: use t.IsFoo() instead of Isfoo[t.Etype]
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 Josh Bleecher Snydercmd/compile: use IsSlice and IsArray instead of checkin...
2016-03-29 Josh Bleecher Snydercmd/compile: add typArray, typSlice, and typDDDArray
2016-03-29 Josh Bleecher Snydercmd/compile: encapsulate map value type
2016-03-29 Josh Bleecher Snydercmd/compile: use t.Key() instead of t.Down
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-24 Dave Cheneycmd/compile: minor cleanups
2016-03-22 Josh Bleecher Snydercmd/compile: reduce use of **Node parameters
2016-03-21 Matthew Dempskycmd/compile: change Mp{int,flt} functions into methods
2016-03-21 Brad Fitzpatrickcmd/compile: remove most of the Lookupf users and garbage
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-16 Josh Bleecher Snydercmd/compile: further sinit.go cleanup
2016-03-16 Josh Bleecher Snydercmd/compile: make sinit consts Go-ish
2016-03-15 Matthew Dempskycmd: collapse internal/obj/fmt.go into compile/internal...
2016-03-14 Matthew Dempskycmd/compile: replace TFIELD kind with separate Field...
2016-03-14 Matthew Dempskycmd/compile: stop storing TFIELD types in Node.Type
2016-03-14 Josh Bleecher Snydercmd/compile: minor cleanup in sinit.go
2016-03-14 Matthew Dempskycmd/compile: add Fields field to Type
2016-03-14 Josh Bleecher Snydercmd/compile: simplify InitPlan
2016-03-14 Josh Bleecher Snydercmd/compile: fix CTNIL static data comments
2016-03-11 Matthew Dempskycmd/compile: move InitPlan and InitEntry into sinit.go
2016-03-10 Matthew Dempskycmd/compile: add Key, FieldSlice, and SetFields helpers
2016-03-10 Ian Lance Taylorcmd/compile: add Nodes.Set1 method and use it where...
2016-03-10 Matthew Dempskycmd/compile: consolidate Type construction and copying...
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-08 Ian Lance Taylorcmd/compile: remove nodesOrNodeList outside of syntax.go
2016-03-08 Ian Lance Taylorcmd/compile: remove nodesOrNodeListPtr outside of syntax.go
2016-03-05 Ian Lance Taylorcmd/compile: convert select, sinit, ssa to nodeSeq
2016-03-04 Ian Lance Taylorcmd/compile: convert walk.go and friends to use nodeSeq
2016-03-03 Robert Griesemercmd/compile: remove more superfluous int(lineno) conver...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-01 Gerrit Code ReviewMerge "Merge branch 'dev.ssa' into mergebranch"
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-02-29 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-29 Josh Bleecher Snydercmd/compile: superficial cleanup in maplit
2016-02-29 Ian Lance Taylorcmd/compile: change Node.Nbody, Func.Inl from *NodeList...
2016-02-27 Ian Lance Taylorcmd/compile: change Func.Cvars to the new Nodes type
2016-02-26 Ian Lance Taylorcmd/compile: convert Func.Cvars from *NodeList to ...
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
next