- f59cb49 fixed bug in mpconst float multiply by 0. by Ken Thompson · 15 years ago
- 02fd255 bug162, over and over by Russ Cox · 15 years ago
- 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
- 18f2e36 composit literals plateau - more to come by Ken Thompson · 16 years ago
- bf0130c sliceslice inline by Ken Thompson · 16 years ago
- 9bf597a inline slicearray by Ken Thompson · 16 years ago
- 43f29e6 mechanism for putting go types into 6.out symbol table. no types yet. by Russ Cox · 16 years ago
- 34f76b5 1. integer division by a constant done. by Ken Thompson · 16 years ago
- 8b8a2bd more work on divide by constant. no real change -- disabled because of bugs by Ken Thompson · 16 years ago
- f1baf78 divide by a constant power of 2 by Ken Thompson · 16 years ago
- 4238b18 1. check for dups in complex literals by Ken Thompson · 16 years ago
- da49bfe static initialization of strings by Ken Thompson · 16 years ago
- 52b0f77 static initialization structure set up - no change yet by Ken Thompson · 16 years ago
- 83cd4ee 6g: generate string data as individual symbols, by Russ Cox · 16 years ago
- a5a8789 more code fiddling by Ken Thompson · 16 years ago
- 3657061 change representation of strings by Ken Thompson · 16 years ago
- 441da9a fix build (moved decl to go.h earlier and changed vlong to int64). by Russ Cox · 16 years ago
- 5e792b6 move portable object routines (especially signature generation) into gc. by Russ Cox · 16 years ago
- bac922c move portable code generation (basic statements) to gc. by Russ Cox · 16 years ago
- d30285a move some portable pieces of 6g/gsubr.c into gc/subr.c by Russ Cox · 16 years ago
- e5ba266 delete dregs: inarggen, genpanic, regret by Russ Cox · 16 years ago
- 8e54729 move alignment calculations into gc by Russ Cox · 16 years ago
- 48f6b51 bug 137 by Ken Thompson · 16 years ago
- bf98347 new switch implementation by Ken Thompson · 16 years ago
- 4a43198 update compiler to new func rules by Russ Cox · 16 years ago
- 391425a if take address of local, move to heap. by Russ Cox · 16 years ago
- 1e1cc4e defer by Ken Thompson · 16 years ago
- d8c7980 comment sudoaddable; remove unused second parameter. by Russ Cox · 16 years ago
- 2d259c8 add comments and delete dead code by Russ Cox · 16 years ago
- 6fa74e0 portability bug cant assign to closed array by Ken Thompson · 16 years ago
- 42d89ac even more code improvement by Ken Thompson · 16 years ago
- 23fc0ac more code optimization by Ken Thompson · 16 years ago
- 719b088 code generation by Ken Thompson · 16 years ago
- 937ac13 code improvement by Ken Thompson · 16 years ago
- 2dd16a3 first cut at optimizing by Ken Thompson · 16 years ago
- dc78c64 byte multiply by Ken Thompson · 16 years ago
- f25843e bug 026 by Ken Thompson · 16 years ago
- 45f4e38 silence gcc warnings by Russ Cox · 16 years ago
- 8877d27 interfaces of all types by Ken Thompson · 16 years ago
- ed139c1 more on arbitrary receiver types by Ken Thompson · 16 years ago
- adaec0c vectors bug by Ken Thompson · 16 years ago
- 904d404 1 got rid if static 'fn wo return' test by Ken Thompson · 17 years ago
- 33ee527 fixed labels/break/continue/goto by Ken Thompson · 17 years ago
- 9aad9fe make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. by Russ Cox · 17 years ago
- cb9b103 select by Ken Thompson · 17 years ago
- 1d31a25 more coroutine fixed a,b,c := x,x,x by Ken Thompson · 17 years ago
- efec14b plan9 line numbers and line table by Ken Thompson · 17 years ago
- ef61a4c better version of op= fixed bugs in /= and %/ by Ken Thompson · 17 years ago
- 2254a8e import/export by Ken Thompson · 17 years ago
- f7753f1 more code generation - mostly shift and multiply by Ken Thompson · 17 years ago
- d83b994 div and mod operators by Ken Thompson · 17 years ago
- 0cafb9e Add compiler source to new directory structure by Rob Pike · 17 years ago