summaryrefslogtreecommitdiff
path: root/src/cmd/6g/prog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-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/gc: &x panics if x doesRuss Cox2013-08-151-0/+1
* cmd/6g, cmd/8g: proginfo carry fixesRuss Cox2013-08-121-12/+12
* cmd/gc: support for "portable" optimization logicRuss Cox2013-08-121-5/+2
* cmd/8g: factor out prog informationRuss Cox2013-08-121-5/+11
* cmd/6g: move opt instruction decode into common functionRuss Cox2013-08-111-0/+309