summaryrefslogtreecommitdiff
path: root/src/cmd/6g
Commit message (Expand)AuthorAgeFilesLines
* gc: allow taking address of out parametersRuss Cox2010-03-261-3/+24
* issue 682Ken Thompson2010-03-201-1/+21
* identical complex implementationKen Thompson2010-03-094-570/+6
* 5g/6g/8g: fix double function call in sliceRuss Cox2010-03-081-32/+24
* 6g complex type usableKen Thompson2010-03-053-74/+166
* gc: better compilation of floating point +=Russ Cox2010-03-051-9/+17
* more on type complex.Ken Thompson2010-03-024-10/+138
* all done except -Ken Thompson2010-02-213-103/+297
* fixed bug in mpconst float multiply by 0.Ken Thompson2010-02-195-0/+196
* new types complex, complex64 and complex128Ken Thompson2010-02-171-0/+1
* gc: add ... T, rework plain ...Russ Cox2010-02-011-1/+0
* change print print buffer sizeKen Thompson2010-01-271-2/+2
* eliminate the package global name space assumption in object filesRuss Cox2010-01-224-9/+9
* part 2 of sudoaddable optimizationKen Thompson2010-01-201-17/+42
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-8/+1
* start of better addressing ofKen Thompson2010-01-191-8/+32
* Don't check array bounds if we have been told not to.Ian Lance Taylor2010-01-151-1/+1
* more on the optimizerKen Thompson2009-12-121-13/+24
* bug in 6g optimizerKen Thompson2009-12-112-57/+54
* Continuation of issue 221 fix. When 8g or 6g or 5g are called with aCharles L. Dorian2009-12-091-1/+1
* 6g/8g optimizer fix: throw functions now in runtimeRuss Cox2009-12-041-4/+4
* 6g code gen bugKen Thompson2009-12-031-1/+2
* 6g etc: groundwork for eliminating redundant bounds checks.Russ Cox2009-12-022-13/+14
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* x[lo:] - gc and runtime.Russ Cox2009-11-201-64/+57
* gc: fix up floating point NaN comparisonsRuss Cox2009-11-152-18/+41
* tweak documentation of commandsRuss Cox2009-11-091-2/+2
* 8g optimizerKen Thompson2009-11-061-1/+1
* document the gc go compilers.Rob Pike2009-11-031-0/+13
* nil pointer checks in 8g.Russ Cox2009-11-012-11/+23
* bug162, over and overRuss Cox2009-10-205-47/+100
* bug190.Russ Cox2009-10-192-2/+0
* clean moreRuss Cox2009-10-031-1/+1
* more inlining of slicesliceKen Thompson2009-09-211-12/+37
* move static init code from 6g into gc.Russ Cox2009-09-172-168/+29
* fix bug206.Russ Cox2009-09-104-45/+77
* composit literal underKen Thompson2009-09-091-0/+31
* write-only variable _Russ Cox2009-09-081-1/+1
* composit literalsKen Thompson2009-09-053-49/+22
* use %L in listings so we see source line number in easy formatRob Pike2009-09-031-3/+3
* fix initialization of noreturnRob Pike2009-09-021-3/+3
* array index bugRuss Cox2009-08-301-3/+3
* removed debug printKen Thompson2009-08-301-1/+1
* sped up optimization by not optimizingKen Thompson2009-08-293-39/+62
* arraytoslice and some cleanupKen Thompson2009-08-281-67/+101
* sliceslice bugKen Thompson2009-08-281-13/+12
* bug in slicesliceKen Thompson2009-08-281-13/+24
* sliceslice inlineKen Thompson2009-08-283-18/+91
* bug in arraysliceKen Thompson2009-08-271-19/+34
* inline slicearrayKen Thompson2009-08-273-0/+173