]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/sinit.go
[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge
[gostls13.git] / src / cmd / compile / internal / gc / sinit.go
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
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...
2016-01-06 Kevin Vucmd/compile/internal/gc: fix initialization logic
2015-12-10 Keith Randallcmd/compile: captureless closures are constants
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-23 Jeremy Jackinscmd/compile/internal/gc: update old c-style comments
2015-10-20 Keith Randall[dev.ssa] cmd/compile: don't issue nops for static...
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-17 Marvin Stengercmd/compile/internal/gc: cleaning; use range when appro...
2015-09-08 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-05 Dave Cheneycmd/compile: use []*Node instead of NodeList in sinit
2015-08-31 HÃ¥vard Haugencmd/compile/internal/gc: rename Fatal to Fatalf
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-28 Josh Bleecher Snyder[dev.ssa] cmd/compile: implement static data generation
2015-07-07 Russ Coxcmd/compile: allow static init for unsafe.Pointer(...
2015-07-07 David Chasecmd/compile: initialize line number properly for tempor...
2015-06-11 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-04 Russ Coxcmd/compile: merge Node.Opt and Node.Val behind access...
2015-06-04 Russ Coxcmd/compile: cleanups for Node trimming sequence
2015-06-03 Russ Coxcmd/compile: remove use of Node.Nname in initplan
2015-06-03 Russ Coxcmd/compile: move Node.Curfn into both Node.Func and...
2015-06-03 Russ Coxcmd/compile: move Node.Param, Node.Funcdepth into Node...
2015-06-03 Russ Coxcmd/compile: remove Node.Alloc
2015-06-03 Russ Coxcmd/compile: remove Val.Ctype
2015-06-03 Russ Coxcmd/compile: move Node.Defn to Node.Name.Defn
2015-06-03 Russ Coxcmd/compile: remove Node.Ntest, Node.Stkdelta
2015-06-03 Russ Coxcmd/compile: remove Node.Nincr, Node.Nelse, Node.Initplan
2015-05-28 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-05-28 Josh Bleecher Snydercmd/internal/gc: unembed Param field
2015-05-21 Russ Coxcmd/compile, cmd/link: create from 5g, 5l, etc