| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: add (unused for now) gc field to type information | Jan Ziak | 2012-06-02 | 2 | -10/+13 |
* | cmd/5c, cmd/5g, cmd/5l: enable use of R12, F8-F15 | Shenghou Ma | 2012-06-02 | 3 | -12/+21 |
* | api: add FreeBSD to go1 API | Brad Fitzpatrick | 2012-06-01 | 1 | -0/+2 |
* | cmd/6l: loop alignment, disabled | Russ Cox | 2012-06-01 | 2 | -1/+61 |
* | cmd/5g, cmd/6g, cmd/8g: delete clearstk | Russ Cox | 2012-06-01 | 3 | -134/+0 |
* | cmd/go: add -ccflags | Dave Cheney | 2012-05-31 | 1 | -3/+6 |
* | cmd/gc: contiguous loop layout | Russ Cox | 2012-05-30 | 19 | -254/+247 |
* | cmd/5l: fix PLD | Russ Cox | 2012-05-30 | 1 | -0/+1 |
* | cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction | Russ Cox | 2012-05-30 | 14 | -3/+30 |
* | cmd/ld: align function entry on arch-specific boundary | Russ Cox | 2012-05-30 | 4 | -3/+8 |
* | cmd/6l, cmd/8l: fix chaining bug in jump rewrite | Russ Cox | 2012-05-30 | 2 | -14/+16 |
* | cmd/6g: avoid MOVSD between registers | Russ Cox | 2012-05-30 | 1 | -0/+11 |
* | cmd/ld: increase number of ELF sections | Joel Sing | 2012-05-31 | 1 | -1/+1 |
* | cmd/6g: change sbop swap logic | Russ Cox | 2012-05-30 | 1 | -1/+19 |
* | runtime: handle windows exceptions, even in cgo programs | Alex Brainman | 2012-05-30 | 1 | -0/+2 |
* | runtime: replace runtime?rnd function with ROUND macro | Russ Cox | 2012-05-29 | 1 | -12/+20 |
* | cmd/6l: Fixes for 64-bit Plan 9 | Akshat Kumar | 2012-05-29 | 4 | -13/+33 |
* | cmd/6g, cmd/8g: move panicindex calls out of line | Russ Cox | 2012-05-29 | 17 | -1180/+1075 |
* | cmd/8c: better fix for 64-bit register smash | Russ Cox | 2012-05-24 | 2 | -28/+22 |
* | cmd/gc: fix parallel assignment in range | Russ Cox | 2012-05-24 | 2 | -3/+14 |
* | cmd/gc: faster code, mainly for rotate | Russ Cox | 2012-05-24 | 19 | -117/+507 |
* | cmd/gc: fix small integer bounds check bug | Russ Cox | 2012-05-24 | 1 | -0/+2 |
* | godoc: correctly categorize interface methods, performance tuning | Robert Griesemer | 2012-05-24 | 1 | -48/+36 |
* | cmd/6g: peephole fixes/additions | Russ Cox | 2012-05-24 | 2 | -26/+185 |
* | cmd/cc: fix uint right shift in constant evaluation | Shenghou Ma | 2012-05-25 | 1 | -1/+4 |
* | cmd/api: add flag to specify contexts | Brad Fitzpatrick | 2012-05-23 | 1 | -6/+36 |
* | cmd/ld: fix Linux/ARM build | Shenghou Ma | 2012-05-23 | 1 | -0/+3 |
* | cmd/api: add api/next.txt | Brad Fitzpatrick | 2012-05-22 | 1 | -33/+74 |
* | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems | Shenghou Ma | 2012-05-23 | 11 | -103/+149 |
* | cmd/ld: take section symbols' value into account for PE | Shenghou Ma | 2012-05-23 | 1 | -0/+5 |
* | cmd/gc: export constants in hexadecimal | Jan Ziak | 2012-05-22 | 3 | -33/+141 |
* | cmd/6a: delete dead code | Russ Cox | 2012-05-22 | 1 | -14/+0 |
* | cmd/8a, cmd/8l: add BSWAPL | Russ Cox | 2012-05-22 | 3 | -0/+10 |
* | cmd/6a, cmd/6l: add BSWAPL, BSWAPQ | Russ Cox | 2012-05-22 | 3 | -0/+11 |
* | cmd/6g: allow use of R14, R15 now | Russ Cox | 2012-05-21 | 1 | -2/+2 |
* | cmd/go: fix typo | Russ Cox | 2012-05-17 | 3 | -3/+3 |
* | cmd/5c: re-enable regopt() | Shenghou Ma | 2012-05-17 | 1 | -7/+0 |
* | cmd/go: invoke godoc with import path when possible | Russ Cox | 2012-05-15 | 5 | -9/+53 |
* | 8l,5l: 2% faster | Jan Ziak | 2012-05-15 | 2 | -19/+19 |
* | cmd/gc: make append(nil, x) error more precise | Russ Cox | 2012-05-15 | 1 | -0/+4 |
* | runtime: add parallel for algorithm | Dmitriy Vyukov | 2012-05-11 | 1 | -0/+1 |
* | cmd/go: fix remote help reference to "go help packages" | Francisco Souza | 2012-05-09 | 1 | -1/+1 |
* | go: fix the import path "./..." not matching ".". | Nigel Tao | 2012-05-09 | 1 | -3/+15 |
* | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma | 2012-05-05 | 12 | -2/+113 |
* | cmd/go: cgo for Linux/ARM | Shenghou Ma | 2012-05-04 | 1 | -0/+8 |
* | cmd/cgo: support Linux/ARM | Shenghou Ma | 2012-05-04 | 1 | -1/+3 |
* | cmd/5l, cmd/ld: dynamic linking library support | Shenghou Ma | 2012-05-04 | 9 | -58/+450 |
* | cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-in | Shenghou Ma | 2012-05-04 | 7 | -287/+306 |
* | cmd/dist: remove stray src/pkg/runtime/z* when cleaning | Shenghou Ma | 2012-05-04 | 1 | -0/+9 |
* | cmd/cc: add PREFETCH built-in (like SET, USED) | Russ Cox | 2012-05-02 | 18 | -810/+886 |