]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/8g/reg.c
[dev.cc] all: merge dev.power64 (f57928630b36) into dev.cc
[gostls13.git] / src / cmd / 8g / reg.c
2014-11-20 Russ Cox[dev.cc] all: merge dev.power64 (f57928630b36) into...
2014-11-16 David du Colombier[dev.cc] cmd/8g: work around "out of fixed registers...
2014-11-14 Russ Cox[dev.cc] all: merge dev.power64 (7667e41f3ced) into...
2014-11-14 Austin Clements[dev.power64] 5g,6g,8g,9g: debug prints for regopt...
2014-11-13 Austin Clements[dev.power64] 6g,8g: remove unnecessary and incorrect...
2014-11-04 Austin Clements[dev.power64] gc: convert Bits to a uint64 array
2014-10-22 Austin Clements[dev.power64] build: merge default into dev.power64
2014-08-25 Josh Bleecher Snydercmd/5g, cmd/6g, cmd/8g: clear Addr node when registerizing
2014-07-02 Russ Coxbuild: annotations and modifications for c2go
2014-05-30 Russ Coxcmd/6g: treat vardef-initialized fat variables as live...
2014-05-15 Russ Coxcmd/gc: correct handling of globals, func args, results
2014-05-12 Russ Coxcmd/gc: fix liveness vs regopt mismatch for input variables
2014-05-09 Josh Bleecher Snydercmd/gc: don't give credit for NOPs during register...
2014-04-16 Russ Coxcmd/5g, cmd/6g, cmd/8g: preserve wide values in large...
2014-04-01 Russ Coxcmd/gc: shorten temporary lifetimes when possible
2014-03-27 Russ Coxcmd/gc: liveness-related bug fixes
2014-02-15 Russ Coxcmd/gc: correct liveness for fat variables
2014-02-13 Shenghou Macmd/6c, cmd/8c, cmd/8g: fix print of pc (which is vlong).
2014-02-13 Russ Coxcmd/5g: fix regopt bug in copyprop
2014-02-12 Anthony Martincmd/cc, cmd/gc, cmd/ld: consolidate print format routines
2013-12-09 Russ Coxcmd/5g, cmd/6g, cmd/8g: use liblink
2013-12-06 Carl Shapirocmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd...
2013-08-13 Russ Coxcmd/gc: add temporary-merging optimization pass
2013-08-13 Russ Coxcmd/gc: move flow graph into portable opt
2013-08-12 Russ Coxcmd/gc: support for "portable" optimization logic
2013-08-12 Russ Coxcmd/8g: factor out prog information
2013-07-19 Russ Coxruntime: use funcdata to supply garbage collection...
2013-06-09 Shenghou Maall: fix typos
2013-05-29 Carl Shapirocmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and...
2013-02-25 Russ Coxcmd/gc: can stop tracking gotype in regopt
2013-02-25 Russ Coxcmd/gc: emit explicit type information for local variables
2013-02-03 Russ Coxcmd/gc: slightly better code generation
2013-01-19 Anthony Martincmd/8g, cmd/dist, cmd/gc: fix warnings on Plan 9
2013-01-04 Daniel Morsingcmd/5g, cmd/6g, cmd/8g: flush return parameters in...
2013-01-02 Rémy Oudomphengcmd/8g: extend elimination of temporaries to SSE2 code.
2013-01-02 Rémy Oudomphengcmd/dist, cmd/8g: implement GO386=387/sse to choose...
2012-12-13 Dave Cheneycmd/{5,6,8}g: reduce size of Prog and Addr
2012-12-09 Rémy Oudomphengcmd/[568]g: recycle ONAME nodes used in regopt to denot...
2012-11-13 Rémy Oudomphengcmd/8g: eliminate obviously useless temps before regopt.
2012-11-07 Rémy Oudomphengcmd/6g, cmd/8g: mark used registers in indirect addressing.
2012-09-24 Rémy Oudomphengcmd/{5g,6g,8g,6c}: remove unused macro, use %E to print...
2012-09-22 Russ Coxcmd/5g: fix register opt bug
2012-09-17 Lucio De Rebuild: fix various 'set and not used' for Plan 9
2012-06-05 Rémy Oudomphengcmd/[568]g: correct freeing of allocated Regs.
2012-05-30 Russ Coxcmd/gc: contiguous loop layout
2012-02-20 Russ Cox5g, 6g, 8g: flush modified globals aggressively
2012-02-11 Russ Cox8g: fix opt bug
2011-10-04 Russ Cox5g, 6g, 8g: fix loop finding bug, squash jmps
2011-10-03 Russ Cox5g, 6g, 8g: registerize variables again
2011-09-06 Russ Coxgc: unify stack frame layout
2011-08-25 Russ Coxgc: shuffle #includes
2011-08-24 Russ Coxbuild: avoid redundant bss declarations
2011-07-28 Russ Cox5g, 6g, 8g: shift, opt fixes
2011-06-17 Russ Coxgc: descriptive panic for nil pointer -> value method...
2011-06-09 Luuk van Dijkgc: compact stackframe
2011-06-03 Russ Cox8g: compute register liveness during regopt
2011-01-20 Russ Coxgc: delete float, complex
2010-10-27 Russ Cox5g, 6g, 8g: generate code for string index
2010-10-13 Russ Coxvarious: avoid %ld etc
2010-05-21 Ken Thompsonfix issue 798
2010-04-02 Russ Coxruntime: turn run time errors checks into panics
2010-01-23 Russ Coxeliminate the package global name space assumption...
2009-12-21 Russ Cox8g: add TESTL etc to reg opt
2009-12-12 Ken Thompsonmore on the optimizer
2009-12-05 Russ Cox6g/8g optimizer fix: throw functions now in runtime
2009-12-03 Russ Cox8g: discard tempalloc/tempfree experiment
2009-12-01 Charles L. Dorian8g: fix 386 floating point stack bug
2009-11-07 Ken Thompson8g optimizer