- 028f74f 5g, 6g, 8g: fix comments in method call generation by Anthony Martin · 14 years ago
- 7f4c5ea gc: implement goto restriction by Russ Cox · 14 years ago
- e852202 gc: descriptive panic for nil pointer -> value method call by Russ Cox · 14 years ago
- 5a5a7b5 6g, 8g: fix goto fix by Russ Cox · 14 years ago
- 5d9dbe1 gc: work around goto bug by Russ Cox · 14 years ago
- 2ad42a8 gc: frame compaction for arm. by Luuk van Dijk · 14 years ago
- 2ac375b gc: compact stackframe by Luuk van Dijk · 14 years ago
- 84f291b 8g: compute register liveness during regopt by Russ Cox · 14 years ago
- e59aa8e gc: typecheck the whole tree before walking. preparation for some escape-analysis related changes. by Luuk van Dijk · 14 years ago
- d6b2925 gc: inline append when len<cap by Luuk van Dijk · 14 years ago
- bac8f18 gc: fix order of operations for f() < g(). by Russ Cox · 14 years ago
- 3a1fdc6 gc: fix import width bug by Russ Cox · 14 years ago
- a89c0ff for GCC4.6: fix a bunch of set-and-not-used errors. by Rob Pike · 14 years ago
- 1bc84b7 ld: 25% faster by Russ Cox · 14 years ago
- 66f09fd gc: diagnose unused labels by Russ Cox · 14 years ago
- e6a934a 6g: fix registerization of temporaries by Eoghan Sherry · 14 years ago
- 50fe459 6g: fix uint64(uintptr(unsafe.Pointer(&x))) by Russ Cox · 14 years ago
- 0849944 gc: delete float, complex rename cmplx -> complex by Russ Cox · 14 years ago
- e7a0f67 gc: introduce explicit alignments by Russ Cox · 14 years ago
- e48c0fb 5g, 6g, 8g: generate code for string index instead of calling function. by Russ Cox · 14 years ago
- c00f9f4 6g: avoid too-large immediate constants by Russ Cox · 14 years ago
- d9c989f various: avoid %ld etc by Russ Cox · 14 years ago
- 30dd191 gc: O(1) string comparison when lengths differ by Russ Cox · 14 years ago
- 698fb4f 6g, 6l, 8g, 8l: move read-only data to text segment by Russ Cox · 15 years ago
- 1678dcc gc: more accurate line numbers for ATEXT by Russ Cox · 15 years ago
- aafe474e build: $GOBIN defaults to $GOROOT/bin by Russ Cox · 15 years ago
- 96cbdd6 better job on 2007043 better registerization by Ken Thompson · 15 years ago
- 3dc3ef4 attempt to gete better registeration by Ken Thompson · 15 years ago
- 5b0c317 code optimization on slices by Ken Thompson · 15 years ago
- 1d77ff5 6g, 8g: handle slice by sub-word-sized index (uint8, int8, uint16, int16) by Russ Cox · 15 years ago
- 9bac9d2 gc: index bounds tests and fixes by Russ Cox · 15 years ago
- f930d28 5g: fix build by Russ Cox · 15 years ago
- 607eaea gc: fix smaller-than-pointer-sized receivers in interfaces by Russ Cox · 15 years ago
- ece6a8c gc: bug293 by Russ Cox · 15 years ago
- b2a919f gc: issue 894 by Russ Cox · 15 years ago
- 1246ad8 code gen bug in len(nil) and cap(nil) fixes #892 by Ken Thompson · 15 years ago
- a212d17 gc: better error messages for interface failures, conversions by Russ Cox · 15 years ago
- 565b5dc gc: new typechecking rules by Russ Cox · 15 years ago
- 9fc9246 gc: bug281 - bad overlap in stack copy by Russ Cox · 15 years ago
- d14baee 6g: avoid unnecessary conversion in shift bounds check by Russ Cox · 15 years ago
- b028361 fix issue 798 by Ken Thompson · 15 years ago
- f75d0d2 runtime: turn run time errors checks into panics by Russ Cox · 15 years ago
- 9b1507b gc: implement panic and recover by Russ Cox · 15 years ago
- 97d0e8f gc: allow taking address of out parameters by Russ Cox · 15 years ago
- 8021296 issue 682 complex DATA statement fo initialization of complex variables. by Ken Thompson · 15 years ago
- f229c8b identical complex implementation by Ken Thompson · 15 years ago
- 4f89dcd 5g/6g/8g: fix double function call in slice by Russ Cox · 15 years ago
- 426099f 6g complex type usable 8g and 5g have stubs to ignore complex by Ken Thompson · 15 years ago
- ac499ed gc: better compilation of floating point += by Russ Cox · 15 years ago
- 7d4b1e4 more on type complex. getting close. by Ken Thompson · 15 years ago
- 458b53e all done except - complex divide float(complex) conversion 8g 5g etc tests by Ken Thompson · 15 years ago
- f59cb49 fixed bug in mpconst float multiply by 0. by Ken Thompson · 15 years ago
- 33d6a26 new types complex, complex64 and complex128 by Ken Thompson · 15 years ago
- 68796b0 gc: add ... T, rework plain ... by Russ Cox · 15 years ago
- 424f9ca change print print buffer size to go with the full path names by Ken Thompson · 15 years ago
- 758f2bc eliminate the package global name space assumption in object files by Russ Cox · 15 years ago
- cd47c90 part 2 of sudoaddable optimization by Ken Thompson · 15 years ago
- a6736fa cleanup toward eliminating package global name space by Russ Cox · 15 years ago
- dfc0ed9 start of better addressing of arrays/slices in structures by Ken Thompson · 15 years ago
- c332ff4 Don't check array bounds if we have been told not to. by Ian Lance Taylor · 15 years ago
- bedfc2c more on the optimizer trying to get alizses to optimize by Ken Thompson · 15 years ago
- cd00bc7 bug in 6g optimizer 8g still needs fixing by Ken Thompson · 15 years ago
- 3ca1b1d Continuation of issue 221 fix. When 8g or 6g or 5g are called with a by Charles L. Dorian · 15 years ago
- 7c4aeec 6g/8g optimizer fix: throw functions now in runtime by Russ Cox · 15 years ago
- 62be24d 6g code gen bug by Ken Thompson · 15 years ago
- fdb030d 6g etc: groundwork for eliminating redundant bounds checks. by Russ Cox · 15 years ago
- 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
- 652f556 x[lo:] - gc and runtime. by Russ Cox · 15 years ago
- ef46a9d gc: fix up floating point NaN comparisons by Russ Cox · 15 years ago
- 18ccbc6 tweak documentation of commands so that first sentence is better for cmd page. by Russ Cox · 15 years ago
- 0eb2a79 8g optimizer by Ken Thompson · 15 years ago
- 3fa379e document the gc go compilers. fix the usage message. by Rob Pike · 15 years ago
- 9dd2e1e nil pointer checks in 8g. by Russ Cox · 15 years ago
- 02fd255 bug162, over and over by Russ Cox · 15 years ago
- 8fffa1d bug190. by Russ Cox · 15 years ago
- 11d3805 clean more by Russ Cox · 15 years ago
- 2975308 more inlining of sliceslice by Ken Thompson · 15 years ago
- cb49a99 move static init code from 6g into gc. hook up to 8g and 5g too. by Russ Cox · 16 years ago
- 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
- 0631d65 composit literal under by Ken Thompson · 16 years ago
- 5438be4 write-only variable _ by Russ Cox · 16 years ago
- 18f2e36 composit literals plateau - more to come by Ken Thompson · 16 years ago
- d4903ab use %L in listings so we see source line number in easy format by Rob Pike · 16 years ago
- 9e85c79 fix initialization of noreturn by Rob Pike · 16 years ago
- 6e8524b array index bug by Russ Cox · 16 years ago
- be219c5 removed debug print by Ken Thompson · 16 years ago
- bc15b94 sped up optimization by not optimizing very large functions. by Ken Thompson · 16 years ago
- e667e8a arraytoslice and some cleanup by Ken Thompson · 16 years ago
- 3983171 sliceslice bug by Ken Thompson · 16 years ago
- 47c5688 bug in sliceslice by Ken Thompson · 16 years ago
- bf0130c sliceslice inline by Ken Thompson · 16 years ago
- c19c933 bug in arrayslice by Ken Thompson · 16 years ago
- 9bf597a inline slicearray by Ken Thompson · 16 years ago
- 89f69bb gc: handle iface == nil in back end by Russ Cox · 16 years ago
- 7b29dbb symbol bugs. do not emit unreachable data symbols. by Russ Cox · 16 years ago
- 8a45917 len and cap on chans by Russ Cox · 16 years ago
- ce9b379 no debug symbols for internal-only method types. by Russ Cox · 16 years ago
- 311c0b4 6g/6l: add go type information to symbol table. by Russ Cox · 16 years ago
- 43f29e6 mechanism for putting go types into 6.out symbol table. no types yet. by Russ Cox · 16 years ago
- dd5f323 6g: save all 64 bits of AX/DX by Russ Cox · 16 years ago