summaryrefslogtreecommitdiff
path: root/src/cmd/gc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: update Makefile to track source code dependencies betterShenghou Ma2012-03-131-1/+1
* build: delete make paraphernaliaRuss Cox2012-02-061-62/+5
* gc: check in y.tab.[ch], yerr.h, builtin.c.Russ Cox2012-02-031-14/+12
* gc, cc: avoid using the wrong library when building the compilersAnthony Martin2012-02-011-1/+1
* gc: fix order of evaluationRuss Cox2012-01-251-0/+1
* gc: inlining (disabled without -l)Luuk van Dijk2011-12-141-0/+1
* gc: clean up printing.Luuk van Dijk2011-10-311-2/+2
* gc: introduce runeRuss Cox2011-10-251-0/+2
* gc: Escape analysis.Luuk van Dijk2011-08-241-0/+1
* gc: fix mkbuiltinRuss Cox2011-08-171-0/+4
* gc: patch y.tab.c to fix build when using Bison 2.5Ian Lance Taylor2011-05-261-1/+1
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-16/+7
* gc: fix build in FranceRuss Cox2010-03-231-1/+1
* gc: tweak error messages, avoid internalization settings in bisonRuss Cox2010-01-281-1/+1
* gc: improved syntax errorsRuss Cox2010-01-261-3/+11
* gc: do not build builtin.c automatically; use golden copy instead.Russ Cox2010-01-221-3/+2
* gc: clean opnames.hYongjian Xu2010-01-111-1/+1
* mkbuiltin: generate builtin.c directlyYongjian Xu2009-12-111-1/+1
* rename sys functions to runtime,Russ Cox2009-10-151-1/+1
* clean moreRuss Cox2009-10-031-1/+1
* the last bug involving type hashesRuss Cox2009-09-021-0/+2
* forward declarations not necessary.Russ Cox2009-08-071-1/+1
* delay range processing. old2new is goneRuss Cox2009-08-051-0/+1
* move various bits of code aroundRuss Cox2009-08-041-14/+16
* move select into its own file.Russ Cox2009-08-041-0/+1
* checkpoint; still plenty to clean upRuss Cox2009-07-311-0/+5
* typechecking checkpoint.Russ Cox2009-07-301-0/+1
* expression printer; %#NRuss Cox2009-07-291-0/+1
* 6g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox2009-07-071-0/+1
* added key:val extension toKen Thompson2009-05-211-0/+1
* no need for compiler to hard-code definition of runtime.Russ Cox2009-05-121-1/+1
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+1
* move portable object routines (especiallyRuss Cox2009-03-301-0/+1
* move portable code generation (basic statements) to gc.Russ Cox2009-03-301-0/+1
* move alignment calculations into gcRuss Cox2009-03-301-0/+1
* move bits.c from 6g to gcRuss Cox2009-03-301-0/+1
* chan flags close/closed installedKen Thompson2009-03-121-1/+1
* new approach for generating sysimport.cRuss Cox2009-03-051-19/+5
* new switch implementationKen Thompson2009-03-051-0/+1
* make acid build with bison.Russ Cox2009-01-061-1/+1
* g4 open sysimport.c before writing itRuss Cox2008-12-191-0/+1
* fix race with fresh perforce checkoutsRuss Cox2008-12-111-6/+15
* foundation for import unsafeKen Thompson2008-12-081-2/+5
* remove reference to non-existent mparith.hRuss Cox2008-12-011-1/+0
* multi precision floating pointKen Thompson2008-12-011-0/+1
* new import/export formatRuss Cox2008-10-031-3/+5
* better yacc rule in MakefileRuss Cox2008-09-221-1/+1
* make Makefiles safe for parallel makeRuss Cox2008-09-181-1/+4
* mp fixed arithKen Thompson2008-08-091-1/+3
* mp constantsKen Thompson2008-08-081-1/+1