]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/opGen.go
[dev.ssa] Merge branch 'master' into dev.ssa
[gostls13.git] / src / cmd / compile / internal / ssa / opGen.go
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-19 Cherry Zhang[dev.ssa] cmd/compile: implement Zero, Move, Copy for...
2016-05-19 Cherry Zhang[dev.ssa] cmd/compile: implement shifts & multiplicatio...
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-10 Cherry Zhang[dev.ssa] cmd/compile: implement the following for...
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 Keith Randallcmd/compile: remove BlockDead state
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-26 Keith Randallcmd/compile: more sanity checks on rewrite rules
2016-04-25 Alexandru Moșoicmd/compile: introduce bool operations.
2016-04-23 Keith Randallcmd/compile: get rid of most byte and word insns for...
2016-04-10 Keith Randallcmd/compile: regalloc enforces 2-address instructions
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-31 Keith Randallcmd/compile: Add more idx1 load/store instructions
2016-03-29 Matthew Dempskycmd/compile: fix plan9-amd64 build
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-23 Keith Randallcmd/compile: MOVBload and MOVBQZXload are the same op
2016-03-22 Keith Randallcmd/compile: remove dots from register names
2016-03-13 Todd Nealcmd/compile: const folding for float32/64
2016-03-11 Keith Randallcmd/compile: regalloc of two address instructions
2016-03-10 Keith Randallcmd/compile: fix defer/deferreturn
2016-03-09 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-08 Matthew Dempskycmd/internal/obj: add As type for assembly opcodes
2016-03-06 Keith Randallcmd/compile: Combine smaller loads into a larger load
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Keith Randallcmd/compile: some SSA cleanup
2016-03-01 Gerrit Code ReviewMerge "Merge branch 'dev.ssa' into mergebranch"
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-03-01 Matthew Dempskycmd/compile/internal/ssa: cleanup godocs
2016-03-01 Ilya Tocar[dev.ssa] cmd/compile: promote byte/word operation
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-28 Todd Neal[dev.ssa] cmd/compile: add max arg length to opcodes
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-22 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa: handle commutative...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-06 Keith Randall[dev.ssa] cmd/compile: strength-reduce 64-bit constant...
2016-02-05 Keith Randall[dev.ssa] cmd/compile: add store constant indexed opera...
2016-02-04 Keith Randall[dev.ssa] cmd/compile: more combining of ops into instr...
2016-02-02 Keith Randall[dev.ssa] cmd/compile: add aux typing, flags to ops
2016-01-31 Keith Randall[dev.ssa] cmd/compile: lots of small rewrite optimizations
2016-01-26 Keith Randall[dev.ssa] cmd/compile: disable xor clearing when flags...
2016-01-20 Keith Randall[dev.ssa] cmd/compile: Allow structs to be SSAd
2016-01-20 Keith Randall[dev.ssa] cmd/compile: optimize phi ops
2016-01-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-13 Keith Randall[dev.ssa] cmd/compile: clean up comparisons
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-12 Keith Randall[dev.ssa] cmd/compile: allow control values to be CSEd
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-11 Keith Randall[dev.ssa] cmd/compile: be safer about uintptr/unsafe...
2015-11-03 Keith Randall[dev.ssa] cmd/compile: start arguments as spilled
2015-11-03 Keith Randall[dev.ssa] cmd/compile: Do pointer arithmetic with int...
2015-10-28 Keith Randall[dev.ssa] cmd/compile: introduce storeconst ops
2015-10-27 Keith Randall[dev.ssa] cmd/compile: better copying
2015-10-25 Keith Randall[dev.ssa] cmd/compile: optimize nil checks
2015-10-23 David Chase[dev.ssa] cmd/compile: enhance SSA filtering, add OpConvert
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-22 David Chase[dev.ssa] cmd/compile: addressed vars and closures
2015-09-21 Keith Randall[dev.ssa] cmd/compile: clean up zeroing. Use duffzero...
2015-09-21 Keith Randall[dev.ssa] cmd/compile: use function calls instead of...
2015-09-17 Keith Randall[dev.ssa] cmd/compile/internal/ssa: complete call ops
2015-09-16 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix iface and slice...
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement OSQRT
2015-09-11 Keith Randall[dev.ssa] cmd/compile/internal/ssa: simplify how exit...
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement ORETJMP
2015-09-08 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-06 Keith Randall[dev.ssa] cmd/compile/internal/gc: implement go and...
2015-09-05 Keith Randall[dev.ssa] cmd/runtime: generate gc bitmaps for SSA...
2015-09-03 Keith Randall[dev.ssa] cmd/compile/internal/ssa: distinguish exit...
2015-09-02 Todd Neal[dev.ssa] cmd/compile: truncate when converting floats...
2015-09-02 Todd Neal[dev.ssa] cmd/compile: make REPSTOSQ clobber flags
2015-09-01 Keith Randall[dev.ssa] cmd/compile/internal/ssa: make SETEQF and...
2015-09-01 Todd Neal[dev.ssa] cmd/compile: fix rare issue caused by liblink...
2015-09-01 David Chase[dev.ssa] cmd/compile: add complex arithmetic
2015-08-29 Keith Randall[dev.ssa] cmd/compile/internal/ssa: handle dead code...
2015-08-28 David Chase[dev.ssa] cmd/compile: add compose/decompose for comple...
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-25 Keith Randall[dev.ssa] cmd/compile: implement OSLICESTR
2015-08-25 David Chase[dev.ssa] cmd/compile: add FP comparison ops
2015-08-25 David Chase[dev.ssa] cmd/compile: add [u]int and FP to FP conversions
2015-08-24 Josh Bleecher Snyder[dev.ssa] cmd/compile: mark LEA and MOV instructions...
2015-08-21 Todd Neal[dev.ssa] cmd/compile/internal/ssa: implement OMOD
2015-08-21 Josh Bleecher Snyder[dev.ssa] cmd/compile: SETcc instructions do not clobbe...
2015-08-20 Keith Randall[dev.ssa] cmd/compile: add decompose pass
2015-08-19 Keith Randall[dev.ssa] cmd/compile: implement more panic stuff
2015-08-19 Todd Neal[dev.ssa] cmd/compile/internal/ssa: implement OHMUL
2015-08-18 Todd Neal[dev.ssa] cmd/compile/internal/ssa: implement ODIV
2015-08-17 Keith Randall[dev.ssa] cmd/compile/internal/ssa: New register allocator
2015-08-17 David Chase[dev.ssa] cmd/compile: first unoptimized cut at adding...
2015-08-14 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa/gen: fold Mul8 properly.
2015-08-13 Alexandru Moșoi[dev.ssa] cmd/compile/internal/gc: handle all inputs...
2015-08-13 Keith Randall[dev.ssa] cmd/compile: add register spec to getg
2015-08-12 Josh Bleecher Snyder[dev.ssa] cmd/compile: implement OGETG
2015-08-11 Josh Bleecher Snyder[dev.ssa] cmd/compile: make failed nil checks panic
2015-08-11 David Chase[dev.ssa] cmd/compile: add support for LROT, and tests
2015-08-04 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement ITAB
next