summaryrefslogtreecommitdiff
path: root/src/cmd/gc/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-63/+9
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+71
2011-09-13Imported Upstream version 60Ondřej Surý1-67/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-16/+7
2010-03-23gc: fix build in FranceRuss Cox1-1/+1
2010-01-28gc: tweak error messages, avoid internalization settings in bisonRuss Cox1-1/+1
2010-01-26gc: improved syntax errorsRuss Cox1-3/+11
2010-01-22gc: do not build builtin.c automatically; use golden copy instead.Russ Cox1-3/+2
2010-01-11gc: clean opnames.hYongjian Xu1-1/+1
2009-12-11mkbuiltin: generate builtin.c directlyYongjian Xu1-1/+1
2009-10-15rename sys functions to runtime,Russ Cox1-1/+1
2009-10-03clean moreRuss Cox1-1/+1
2009-09-02the last bug involving type hashesRuss Cox1-0/+2
2009-08-07forward declarations not necessary.Russ Cox1-1/+1
2009-08-05delay range processing. old2new is goneRuss Cox1-0/+1
2009-08-04move various bits of code aroundRuss Cox1-14/+16
2009-08-04move select into its own file.Russ Cox1-0/+1
2009-07-31checkpoint; still plenty to clean upRuss Cox1-0/+5
2009-07-30typechecking checkpoint.Russ Cox1-0/+1
2009-07-29expression printer; %#NRuss Cox1-0/+1
2009-07-076g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox1-0/+1
2009-05-21added key:val extension toKen Thompson1-0/+1
2009-05-12no need for compiler to hard-code definition of runtime.Russ Cox1-1/+1
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+1
2009-03-30move portable object routines (especiallyRuss Cox1-0/+1
2009-03-30move portable code generation (basic statements) to gc.Russ Cox1-0/+1
2009-03-30move alignment calculations into gcRuss Cox1-0/+1
2009-03-30move bits.c from 6g to gcRuss Cox1-0/+1
2009-03-12chan flags close/closed installedKen Thompson1-1/+1
2009-03-05new approach for generating sysimport.cRuss Cox1-19/+5
2009-03-05new switch implementationKen Thompson1-0/+1
2009-01-06make acid build with bison.Russ Cox1-1/+1
2008-12-19g4 open sysimport.c before writing itRuss Cox1-0/+1
2008-12-11fix race with fresh perforce checkoutsRuss Cox1-6/+15
2008-12-08foundation for import unsafeKen Thompson1-2/+5
2008-12-01remove reference to non-existent mparith.hRuss Cox1-1/+0
2008-12-01multi precision floating pointKen Thompson1-0/+1
2008-10-03new import/export formatRuss Cox1-3/+5
2008-09-22better yacc rule in MakefileRuss Cox1-1/+1
2008-09-18make Makefiles safe for parallel makeRuss Cox1-1/+4
2008-08-09mp fixed arithKen Thompson1-1/+3
2008-08-08mp constantsKen Thompson1-1/+1
2008-08-03Use a single Make.conf for setting CC, etc.Russ Cox1-4/+1
2008-06-13plan9 line numbers and line tableKen Thompson1-0/+1
2008-06-12remove reference to 9arRob Pike1-1/+1
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-1/+1
2008-06-11tweaks in clean rules and dependenciesRob Pike1-1/+1
2008-06-11convert from mk to makeRob Pike1-0/+45