]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/ssa.go
all: merge dev.inline into master
[gostls13.git] / src / cmd / compile / internal / gc / ssa.go
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-31 Russ Coxall: merge dev.typealias into master
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/src: introduce compact source...
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/src: replace src.Pos with...
2017-01-09 David Chasecmd/compile: insert scheduling checks on loop backedges
2016-12-08 Robert Griesemer[dev.inline] cmd/compile/internal/ssa: rename various...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: rename various fields from...
2016-12-08 Robert Griesemer[dev.inline] cmd/internal/src: make Pos implementation...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: introduce cmd/internal/src...
2016-11-04 Vladimir Stefanoviccmd/compile/internal/gc: add support for GOARCH=mips...
2016-11-02 Keith Randallcmd/compile: compute faulting args before writing args...
2016-11-02 Keith Randallcmd/compile: do more type conversion inline
2016-11-02 Keith Randallcmd/compile: On a runtime.KeepAlive call, keep whole...
2016-10-31 Keith Randallcmd/compile: make [0]T and [1]T SSAable types
2016-10-31 David Chasecmd/compile: mark temps with new AutoTemp flag, and...
2016-10-28 Austin Clementscmd/compile: use typedmemclr for zeroing if there are...
2016-10-28 Martin Möhrmanncmd/compile: move stringtoslicebytetmp to the backend
2016-10-27 Keith Randallcmd/compile: use masks instead of branches for slicing
2016-10-25 Cherry Zhangcmd/compile: add a writebarrier phase in SSA
2016-10-25 Michael Mundaycmd/compile: intrinsify atomic operations on s390x
2016-10-25 shaharkocmd/compile, cmd/link: stop generating unused go.string...
2016-10-24 Josh Bleecher Snydercmd/compile: remove OREGISTER, Node.Reg
2016-10-20 David Chasecmd/compile: Repurpose old sliceopt.go for prove phase.
2016-10-15 Austin Clementscmd/compile, runtime: add go:yeswritebarrierrec pragma
2016-10-13 Anthony Caninocmd/compile: "abc"[1] is not an ideal constant
2016-10-11 Cherry Zhangcmd/compile: intrinsify math/big.mulWW, divWW on AMD64
2016-10-10 Cherry Zhangcmd/compile: remove some write barriers for stack writes
2016-10-06 Hajime Hoshicmd/compile/internal/gc: unexport global variable Pc
2016-10-04 Matthew Dempskycmd/compile/internal/ssa: add Op.UsesScratch method
2016-10-04 Matthew Dempskycmd/compile: layout stack frame during SSA
2016-10-04 Keith Randallcmd/compile: remove duplicate statement list function
2016-10-03 Keith Randallcmd/compile: Use Sreedhar+Gao phi building algorithm
2016-10-03 Cherry Zhangcmd/compile: remove unnecessary write barriers for...
2016-09-30 Matthew Dempskycmd/compile: eliminate stkdelta
2016-09-22 Keith Randallcmd/compile: fix type of static closure pointer
2016-09-20 Keith Randallcmd/compile: simple cleanups
2016-09-19 Michael Mundaycmd/compile: intrinsify Ctz{32,64} and Bswap{32,64...
2016-09-19 Keith Randallcmd/compile: args no longer live until end-of-function
2016-09-17 Cherry Zhangcmd/compile: intrinsify runtime/internal/atomic.Xaddint64
2016-09-16 Keith Randallcmd/compile: reorganize SSA register numbering
2016-09-16 Dave Cheneycmd/compile/internal/gc: make Nod private
2016-09-15 David Chasecmd/compile: adapt GOSSAHASH to set a DebugTest flag...
2016-09-15 David Chasecmd/compile: repair GOSSAFUNC functionality
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 Keith Randallcmd/compile: redo nil checks
2016-09-14 Martin Möhrmanncmd/compile: intrinsify slicebytetostringtmp when not...
2016-09-14 Keith Randallcmd/compile: make ssa compilation unconditional
2016-09-14 David Chasecmd/compile: enable SSA for PowerPC 64 Big-endian
2016-09-13 Michael Mundaycmd/compile: add SSA backend for s390x and enable by...
2016-09-13 Cherry Zhangcmd/compile, runtime/internal/atomic: intrinsify And8...
2016-09-12 Keith Randallcmd/compile: get rid of BlockCall
2016-09-12 Robert Griesemercmd/compile: rewrite %1v and %2v formats to %S and...
2016-09-12 Cherry Zhangcmd/compile: intrinsify Ctz, Bswap on ARM
2016-09-12 Josh Bleecher Snydercmd/compile: add more non-returning runtime calls
2016-09-08 Cherry Zhangcmd/compile: intrinsify Ctz, Bswap, and some atomics...
2016-09-07 Josh Bleecher Snydercmd/compile: omit some temp panicdivide calls
2016-09-06 Cherry Zhangcmd/compile: fix intrinsifying sync/atomic.Swap* on...
2016-09-04 Josh Bleecher Snydercmd/compile: add OSLICELIT
2016-09-04 Michael Prattcmd/compile: refactor out KeepAlive
2016-08-30 Keith Randallcmd/compile: intrinsify sync/atomic for amd64
2016-08-28 Keith Randallcmd/compile: intrinsify the rest of runtime/internal...
2016-08-26 Cherry Zhangcmd/compile: add MIPS64 optimizations, SSA on by default
2016-08-25 Keith Randallcmd/compile: inline atomics from runtime/internal/atomi...
2016-08-25 Dave Cheneycmd/{asm,compile/internal}: delete dead code
2016-08-23 Keith Randallcmd/compile: clean up ctz ops
2016-08-21 Josh Bleecher Snydercmd/compile: don’t generate pointless gotos during...
2016-08-21 Martin Möhrmanncmd/compile: fix compilation of math.Sqrt when used...
2016-08-18 David Chasecmd/compile: ppc64le working, not optimized enough
2016-08-17 Cherry Zhangcmd/compile: add more ARM64 optimizations
2016-08-17 Josh Bleecher Snydercmd/compile: inline x, ok := y.(T) where T is a scalar
2016-08-16 Brad Fitzpatrickcmd/compile/internal/gc: get rid of useless autopkg...
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 David Chase[dev.ssa] cmd/compile: PPC64, FP to/from int conversions.
2016-08-15 Cherry Zhang[dev.ssa] cmd/compile, etc.: more ARM64 optimizations...
2016-08-10 Keith Randall[dev.ssa] cmd/compile: implement GO386=387
2016-08-09 Keith Randall[dev.ssa] cmd/compile: port SSA backend to amd64p32
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-18 Keith Randall[dev.ssa] cmd/compile: clean up tuple types and selects
2016-07-16 Cherry Zhang[dev.ssa] cmd/compile: support NaCl in SSA for ARM
2016-07-15 Cherry Zhang[dev.ssa] cmd/compile: fix argument size of runtime...
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-06 Cherry Zhang[dev.ssa] cmd/compile: enable SSA on ARM by default
2016-07-04 Josh Bleecher Snyder[dev.ssa] cmd/compile: unify and check LoweredGetClosurePtr
2016-07-02 Cherry Zhang[dev.ssa] cmd/compile: ensure alignment for Zero and...
2016-07-01 Cherry Zhangcmd/compile: don't set line number to 0 when building SSA
2016-06-30 Brad Fitzpatrickall: be consistent about spelling of cancelation
2016-06-28 Lynn Boger[dev.ssa] cmd/compile: Add initial SSA configuration...
2016-06-16 Josh Bleecher Snyder[dev.ssa] cmd/compile: refactor out CheckLoweredPhi
2016-06-16 Josh Bleecher Snyder[dev.ssa] cmd/compile: add and use SSAReg
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-13 Cherry Zhang[dev.ssa] cmd/compile: ensure OffPtr has pointer type
2016-06-08 Cherry Zhangcmd/compile: nilcheck interface value in go/defer inter...
2016-06-07 Keith Randallcmd/compile: use fake package for allocating autos
2016-06-06 Cherry Zhang[dev.ssa] cmd/compile: handle floating point on ARM
2016-06-05 Cherry Zhang[dev.ssa] cmd/compile: handle Div, Convert, GetClosureP...
2016-06-02 Cherry Zhang[dev.ssa] cmd/compile: decompose 64-bit integer on ARM
next