summaryrefslogtreecommitdiff
path: root/src/cmd/5g
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Imported Upstream version 2011.02.15Ondřej Surý4-145/+199
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý7-196/+300
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý12-215/+3245
2010-06-29code gen bug in len(nil) and cap(nil)Ken Thompson1-0/+4
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox1-1/+1
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox1-0/+32
2010-05-20fix issue 798Ken Thompson1-0/+6
2010-04-01runtime: turn run time errors checks into panicsRuss Cox4-70/+22
2010-03-31gc: implement panic and recoverRuss Cox1-4/+9
2010-03-26arm: fix buildDean Prichard1-5/+4
2010-03-26gc: allow taking address of out parametersRuss Cox1-0/+20
2010-03-23arm: fix buildDean Prichard1-2/+2
2010-03-20issue 682Ken Thompson1-0/+21
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox1-32/+24
2010-03-056g complex type usableKen Thompson1-0/+18
2010-03-05gc: better compilation of floating point +=Russ Cox1-9/+17
2010-02-175g/8g: fix buildRuss Cox1-0/+1
2010-02-01gc: add ... T, rework plain ...Russ Cox1-1/+0
2010-01-27change print print buffer sizeKen Thompson1-3/+3
2010-01-22eliminate the package global name space assumption in object filesRuss Cox3-5/+5
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-8/+1
2010-01-15Don't check array bounds if we have been told not to.Ian Lance Taylor1-1/+1
2009-12-09Continuation of issue 221 fix. When 8g or 6g or 5g are called with aCharles L. Dorian1-1/+1
2009-12-026g etc: groundwork for eliminating redundant bounds checks.Russ Cox2-3/+3
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20x[lo:] - gc and runtime.Russ Cox2-0/+382
2009-11-16s/AJMP/AB/ to fix build breakage.Kai Backman1-3/+3
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox1-1/+12
2009-11-09tweak documentation of commandsRuss Cox1-2/+2
2009-11-06fix argument order bug for floatKai Backman1-2/+1
2009-11-03document the gc go compilers.Rob Pike1-0/+15
2009-10-30added missing sgen reverse character copy code.Kai Backman1-1/+24
2009-10-27shift for non-64 bit integers.Kai Backman4-2/+96
2009-10-26bug162, large indices on nil referencesKai Backman3-14/+71
2009-10-26fix defer. gave up on unified code for defer and go for now.Kai Backman1-5/+49
2009-10-24 fix conditional branch instructions for unsigned ints andKai Backman2-30/+34
2009-10-23 fixed len/cap for chan. disable gc for now.Kai Backman1-1/+26
2009-10-23one more argsize fix. we were copying with the correctKai Backman1-1/+1
2009-10-23fix broken code produced for ominusKai Backman1-5/+10
2009-10-22fix off by 4 in newproc arg copying.Kai Backman1-2/+2
2009-10-19removed tempalloc/tempfree and replaced with tempnameKai Backman4-62/+10
2009-10-19bug190.Russ Cox1-1/+0
2009-10-19function literalsKai Backman1-4/+10
2009-10-16fix arm build, add 64 bit cgen_asopKai Backman1-0/+21
2009-10-15fix minor typo in float conversionsKai Backman1-2/+2
2009-10-15fix OINDEX address generation, leftover misunderstanding aboutKai Backman2-1/+18
2009-10-15test/64bit.go passes but doesn't generate properly yet.Kai Backman2-117/+171
2009-10-12changed 5c 64 bit word ordering to little endian so it matchesKai Backman3-80/+74
2009-10-1164bit and float code generation. fmt compiles butKai Backman3-161/+361
2009-10-09floating point calc, added a few more packages that passKai Backman1-1/+43