summaryrefslogtreecommitdiff
path: root/src/cmd/8g/prog.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/8g: fix liveness for 387 build (including plan9)Russ Cox2014-04-061-5/+10
* runtime: get rid of most uses of REP for copying/zeroing.Keith Randall2014-04-011-0/+2
* cmd/gc: shorten temporary lifetimes when possibleRuss Cox2014-04-011-0/+1
* cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox2014-02-131-1/+1
* cmd/6g, cmd/8g, cmd/5g: make the undefined instruction have no successorsDaniel Morsing2014-02-111-1/+1
* cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro2013-12-051-0/+1
* cmd/8g: add descriptions for some missing instructions.Lucio De Re2013-08-291-3/+13
* cmd/gc: &x panics if x doesRuss Cox2013-08-151-0/+1
* cmd/6g, cmd/8g: proginfo carry fixesRuss Cox2013-08-121-9/+9
* cmd/gc: support for "portable" optimization logicRuss Cox2013-08-121-4/+2
* cmd/8g: factor out prog informationRuss Cox2013-08-121-0/+331