]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/ssa.go
Merge "[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge" into...
[gostls13.git] / src / cmd / compile / internal / gc / ssa.go
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 Keith Randall[dev.ssa] cmd/compile: MOVBconst might also clobber...
2016-02-29 Ilya Tocar[dev.ssa] cmd/compile: Use movups for xmm->xmm mov
2016-02-28 David Chase[dev.ssa] cmd/compile: use 32-bit load to read writebarrier
2016-02-27 Keith Randall[dev.ssa] cmd/compile: with -N, don't put JMPs after...
2016-02-26 Keith Randall[dev.ssa] cmd/compile: get rid of nil checks before...
2016-02-25 David Chase[dev.ssa] cmd/compile: enhance command line option...
2016-02-25 Keith Randall[dev.ssa] cmd/compile: small improvements
2016-02-24 Keith Randall[dev.ssa] cmd/compile: leave JMPs in when using -N
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-23 Todd Neal[dev.ssa] cmd/compile: truncate auxint when constructin...
2016-02-11 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-08 Ilya Tocar[dev.ssa] cmd/compile: use INC/DEC instead of add when...
2016-02-07 Keith Randall[dev.ssa] cmd/compile: panic doesn't return
2016-02-06 Keith Randall[dev.ssa] cmd/compile: strength-reduce 64-bit constant...
2016-02-05 Keith Randall[dev.ssa] cmd/compile: reorg write barriers a bit
2016-02-05 Keith Randall[dev.ssa] cmd/compile: add store constant indexed opera...
2016-02-05 Keith Randall[dev.ssa] cmd/compile: Use ADD instead of LEA when...
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-29 David Chase[dev.ssa] cmd/compile: exposed do-log boolean to reduce...
2016-01-29 Keith Randall[dev.ssa] cmd/compile: prepare for some load+op combining
2016-01-29 Keith Randall[dev.ssa] cmd/compile: fix write barriers for SSA
2016-01-29 Keith Randall[dev.ssa] cmd/compile: fix build
2016-01-28 Keith Randall[dev.ssa] cmd/compile: preallocate small-numbered value...
2016-01-28 Keith Randall[dev.ssa] cmd/compile: make cse faster
2016-01-26 Keith Randall[dev.ssa] cmd/compile: disable xor clearing when flags...
2016-01-26 Keith Randall[dev.ssa] cmd/compile: get rid of +0.0 hack
2016-01-22 Keith Randall[dev.ssa] cmd/compile: short-circuit empty blocks
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-19 Keith Randall[dev.ssa] cmd/compile: use wider move instruction for...
2016-01-19 Keith Randall[dev.ssa] cmd/compile: report better line numbers for...
2016-01-13 Keith Randall[dev.ssa] cmd/compile: clean up comparisons
2016-01-13 Keith Randall[dev.ssa] cmd/compile: fix spill sizes
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-18 Keith Randall[dev.ssa] cmd/compile: change ssa compilation trigger
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-10 Keith Randall[dev.ssa] cmd/compile: Deduplicate panic{index,slice...
2015-11-03 Keith Randall[dev.ssa] cmd/compile: Handle ONOT in conditionals...
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-11-03 Keith Randall[dev.ssa] cmd/compile: better ANDAND and OROR in IF...
2015-10-30 David Chase[dev.ssa] cmd/compile: default compile+test with SSA
2015-10-28 Todd Neal[dev.ssa] cmd/compile/internal/ssa: reuse Aux values...
2015-10-28 David Chase[dev.ssa] cmd/compile: make zero-divide panic from...
2015-10-28 Keith Randall[dev.ssa] cmd/compile: remember names of values
2015-10-28 Keith Randall[dev.ssa] cmd/compile: introduce storeconst ops
2015-10-27 Keith Randall[dev.ssa] cmd/compile: give GetClosurePtr pointer type
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-23 Keith Randall[dev.ssa] cmd/compile: implement reserved registers
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-20 Keith Randall[dev.ssa] cmd/compile: getg needs a memory arg
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-19 Todd Neal[dev.ssa] cmd/compile/internal/ssa: reuse symbols
2015-10-18 David Chase[dev.ssa] cmd/compile: fill remaining SSA gaps
2015-10-09 Keith Randall[dev.ssa] cmd/compile: make sure we don't move loads...
2015-10-09 David Chase[dev.ssa] cmd/compile: handle addr of PARAM nodes
2015-10-08 David Chase[dev.ssa] cmd/compile: fixed heap-escaped-paramout
2015-10-08 Keith Randall[dev.ssa] cmd/compile: fix failed lowerings
2015-10-05 Keith Randall[dev.ssa] cmd/compile: Eval append args after growslice
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-20 Keith Randall[dev.ssa] cmd/compile: Move runtime call gen to its...
2015-09-20 Keith Randall[dev.ssa] cmd/compile: Use varkill only for non-SSAable...
2015-09-19 Keith Randall[dev.ssa] cmd/compile: move un-SSAable objects
2015-09-19 Keith Randall[dev.ssa] cmd/compile: implement OSTRUCTLIT and OARRAYLIT
2015-09-17 Keith Randall[dev.ssa] cmd/compile: consistent naming of temporary...
2015-09-17 Keith Randall[dev.ssa] cmd/compile: implement ODOTTYPE and OAS2DOTTYPE
2015-09-17 Keith Randall[dev.ssa] cmd/compile: Generate AUNDEF at the end 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-16 Keith Randall[dev.ssa] cmd/compile/internal/gc: implement OAPPEND
2015-09-14 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement write...
2015-09-14 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement slice...
2015-09-14 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix string index
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: OCHECKNIL is a...
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement OCOMPLEX
2015-09-12 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement OSQRT
2015-09-11 Josh Bleecher Snyder[dev.ssa] cmd/compile: refactor assign
2015-09-11 Josh Bleecher Snyder[dev.ssa] cmd/compile: add constBool helpers
2015-09-11 Keith Randall[dev.ssa] cmd/compile/internal/ssa: simplify how exit...
2015-09-10 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix complex compares
2015-09-10 Keith Randall[dev.ssa] cmd/compile/internal/ssa: add == and != for...
2015-09-10 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix real/imag ops
2015-09-10 Todd Neal[dev.ssa] cmd/compile/internal/ssa: implement OCFUNC
2015-09-10 Todd Neal[dev.ssa] cmd/compile/internal/ssa: treat -0.0 literal...
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/ssa: implement ORETJMP
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/ssa: eval defer args...
2015-09-09 Keith Randall[dev.ssa] cmd/compile/internal/ssa: handle returns...
2015-09-08 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-08 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa: fix string slice...
next