| Commit message (Expand) | Author | Age | Files | Lines |
* | [dev.power64] cc: 8-byte align argument size on power64 | Austin Clements | 2014-10-27 | 1 | -1/+1 |
* | [dev.power64] all: merge default into dev.power64 | Austin Clements | 2014-10-22 | 1 | -1/+1 |
|\ |
|
| * | build: merge the great pkg/ rename into dev.power64 | Austin Clements | 2014-10-22 | 1 | -1/+1 |
| |\ |
|
| * \ | [dev.power64] build: merge default into dev.power64 | Austin Clements | 2014-10-22 | 1 | -11/+34 |
| |\ \ |
|
| * | | | [dev.power64] cmd/cc: round argsize to multiples of wordsize on power64 | Shenghou Ma | 2014-08-13 | 1 | -1/+1 |
* | | | | runtime: get rid of copyable check - all G frames are copyable. | Keith Randall | 2014-09-11 | 1 | -163/+0 |
| |_|/
|/| | |
|
* | | | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1/+1 |
| |/
|/| |
|
* | | cmd/ld: diagnose Go calling C | Russ Cox | 2014-08-31 | 1 | -0/+1 |
* | | cmd/cc, runtime: convert C compilers to use Go calling convention | Russ Cox | 2014-08-27 | 1 | -11/+33 |
|/ |
|
* | cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove unused global variable retok. | Shenghou Ma | 2014-06-17 | 1 | -2/+0 |
* | cmd/cc: emit gc bitmaps in read-only memory | Russ Cox | 2014-04-03 | 1 | -0/+1 |
* | runtime: redo stack map entries to avoid false retention | Keith Randall | 2014-03-25 | 1 | -3/+7 |
* | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi... | Carl Shapiro | 2013-12-05 | 1 | -59/+65 |
* | cmd/cgo: retain Go pointer passed to C call for duration of call | Russ Cox | 2013-09-24 | 1 | -5/+14 |
* | cmd/cc, cmd/gc, runtime: Uniquely encode iface and eface pointers in the poin... | Carl Shapiro | 2013-08-09 | 1 | -2/+6 |
* | cmd/cc: use a temporary bitmap when constructing pointer maps | Carl Shapiro | 2013-08-09 | 1 | -67/+52 |
* | cmd/cc, cmd/gc, runtime: emit bitmaps for scanning locals. | Carl Shapiro | 2013-08-07 | 1 | -6/+20 |
* | undo CL 11788043 / 62d06cccc261 | Keith Randall | 2013-07-25 | 1 | -14/+120 |
* | undo CL 11683043 / bb75d03e6ccb | Keith Randall | 2013-07-24 | 1 | -121/+14 |
* | cc: generate argument pointer maps for C functions. | Keith Randall | 2013-07-24 | 1 | -14/+121 |
* | runtime: use funcdata to supply garbage collection information | Russ Cox | 2013-07-19 | 1 | -2/+33 |
* | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall | 2013-07-19 | 1 | -3/+4 |
* | cmd/5c, cmd/6c, cmd/8c: record arg size for every call | Russ Cox | 2013-07-16 | 1 | -0/+11 |
* | cmd/cc: emit size of locals. Will be used for stack copying. | Keith Randall | 2013-06-11 | 1 | -0/+1 |
* | all: fix typos | Shenghou Ma | 2013-06-09 | 1 | -1/+1 |
* | cmd/cc: add PREFETCH built-in (like SET, USED) | Russ Cox | 2012-05-02 | 1 | -0/+5 |
* | 5c, 6c, 8c: support 64-bit switch value | Anthony Martin | 2011-12-14 | 1 | -10/+2 |
* | undo CL 5485063 / 21595dc0395a | Russ Cox | 2011-12-14 | 1 | -2/+10 |
* | 8c: handle 64-bit switch value | Russ Cox | 2011-12-14 | 1 | -10/+2 |
* | cc: change cas to newcase | Ron Minnich | 2011-10-26 | 1 | -3/+3 |
* | cc: broken return is an error, not a warning | Russ Cox | 2011-06-28 | 1 | -1/+1 |
* | cc: fix vlong condition | Russ Cox | 2011-01-18 | 1 | -2/+1 |
* | gc: align structs according to max alignment of fields | Russ Cox | 2010-12-13 | 1 | -4/+4 |
* | cc: disallow ... argument unless NOSPLIT is set. | Russ Cox | 2010-03-04 | 1 | -0/+1 |
* | with rsc: argsize rounding to 8 smashes stack data on 32bit machines. | Kai Backman | 2009-11-06 | 1 | -1/+5 |
* | fix bug in codegen when we modified move instruction instead | Kai Backman | 2009-07-13 | 1 | -2/+1 |
* | compilers were inconsistent about | Russ Cox | 2009-07-13 | 1 | -7/+7 |
* | move 6c/pgen.c, 6c/pswt.c into cc | Russ Cox | 2009-07-07 | 1 | -0/+591 |
* | bug in stack size used in | Ken Thompson | 2009-04-10 | 1 | -550/+0 |
* | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. | Russ Cox | 2008-08-03 | 1 | -2/+2 |
* | Add compiler source to new directory structure | Rob Pike | 2008-06-04 | 1 | -0/+550 |