summaryrefslogtreecommitdiff
path: root/src/cmd/8g/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: delete make paraphernaliaRuss Cox2012-02-061-33/+2
* gc, cc: avoid using the wrong library when building the compilersAnthony Martin2012-02-011-1/+1
* build: move the "-c" flag into HOST_CFLAGSAnthony Martin2012-01-311-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-1/+1
* gc: typecheck the whole tree before walking. preparation for some escape-ana...Luuk van Dijk2011-06-021-5/+6
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-15/+6
* identical complex implementationKen Thompson2010-03-091-0/+4
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* 8g optimizerKen Thompson2009-11-061-3/+3
* clean moreRuss Cox2009-10-031-1/+1
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* trivial cut and paste: move 64-bit simulation into cgen64.cRuss Cox2009-06-021-0/+1
* 8g: hello world works againRuss Cox2009-05-261-3/+3
* minimal 8g. can compileRuss Cox2009-03-311-0/+39