summaryrefslogtreecommitdiff
path: root/src/cmd/8g
Commit message (Expand)AuthorAgeFilesLines
* gc: delete float, complexRuss Cox2011-01-193-4/+1
* remove naclRuss Cox2010-12-151-11/+1
* gc: introduce explicit alignmentsRuss Cox2010-12-132-3/+2
* 5g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry2010-12-121-1/+1
* 5g, 6g, 8g: generate code for string indexRuss Cox2010-10-262-12/+38
* arm: prop up software floating pointRuss Cox2010-10-211-1/+1
* various: avoid %ld etcRuss Cox2010-10-133-14/+14
* gc: O(1) string comparison when lengths differRuss Cox2010-10-061-0/+3
* 6g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox2010-09-122-4/+11
* gc: more accurate line numbers for ATEXTRuss Cox2010-09-091-0/+4
* 8g: use FCHS, not FMUL, for minus floatRuss Cox2010-08-272-9/+7
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-15/+6
* 6g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16)Russ Cox2010-08-111-5/+26
* 5g, 8g: dead code (already removed from 6g)Russ Cox2010-08-111-12/+2
* gc: index bounds tests and fixesRuss Cox2010-08-032-12/+42
* 5g: fix buildRuss Cox2010-07-271-1/+1
* gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox2010-07-261-1/+1
* gc: bug293Russ Cox2010-07-151-5/+5
* gc: issue 894Russ Cox2010-07-151-0/+2
* 8g: out of register bug fixRuss Cox2010-06-301-1/+3
* code gen bug in len(nil) and cap(nil)Ken Thompson2010-06-291-0/+4
* 8g compiler missing call to splitclean().Ken Thompson2010-06-281-1/+4
* gc: better error messages for interface failures, conversionsRuss Cox2010-06-201-1/+1
* 8g: out of register bugRuss Cox2010-05-241-4/+8
* gc: bug281 - bad overlap in stack copyRuss Cox2010-05-241-1/+32
* fix issue 798Ken Thompson2010-05-203-0/+21
* 8g: bug272Russ Cox2010-04-301-13/+37
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-1/+11
* runtime: turn run time errors checks into panicsRuss Cox2010-04-014-11/+11
* gc: implement panic and recoverRuss Cox2010-03-311-2/+7
* gc: allow taking address of out parametersRuss Cox2010-03-261-3/+24
* issue 682Ken Thompson2010-03-201-0/+21
* fix 386 a[i] = cmplx(r, j)Russ Cox2010-03-101-6/+6
* identical complex implementationKen Thompson2010-03-094-14/+34
* 5g/6g/8g: fix double function call in sliceRuss Cox2010-03-082-32/+25
* 6g complex type usableKen Thompson2010-03-051-0/+18
* gc: better compilation of floating point +=Russ Cox2010-03-052-11/+24
* 8g: fix out of register bug in byte(x) codeRuss Cox2010-02-261-6/+1
* 8g: make a[byte(x)] truncate xRuss Cox2010-02-261-1/+8
* gc: fix this morning's bug fixRuss Cox2010-02-181-0/+2
* 5g/8g: fix buildRuss Cox2010-02-171-0/+1
* 8g: respect ullman numbers in float comparisonRuss Cox2010-02-171-8/+14
* 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
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-8/+1
* 8g: float->uint64 conversion optimizationEvan Shaw2010-01-061-9/+3
* 8g: add TESTL etc to reg optRuss Cox2009-12-211-0/+3
* more on the optimizerKen Thompson2009-12-121-54/+60
* bug in 6g optimizerKen Thompson2009-12-111-0/+2