summaryrefslogtreecommitdiff
path: root/src/cmd/gc/go.h
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] all: merge dev.cc into dev.garbageRuss Cox2014-11-151-0/+7
|\
| * [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-0/+7
| |\
| | * [dev.cc] cmd/gc: changes for removing runtime C codeRuss Cox2014-11-111-0/+7
* | | [dev.garbage] all: merge dev.power64 (7667e41f3ced) into dev.garbageRuss Cox2014-11-141-5/+7
|\ \ \ | |/ /
| * | [dev.power64] gc: convert Bits to a uint64 arrayAustin Clements2014-11-041-5/+7
| |/
* | [dev.garbage] cmd/gc, runtime: add locks around print statementsRuss Cox2014-11-051-0/+1
|/
* cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...)Russ Cox2014-10-161-0/+1
* cmd/gc: simplify compiled code for explicit zeroingRuss Cox2014-10-151-0/+1
* cmd/gc: emit write barriersRuss Cox2014-09-111-0/+3
* cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox2014-08-251-1/+0
* cmd/gc: fix buildRuss Cox2014-08-241-0/+1
* cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox2014-08-181-0/+1
* cmd/gc: make liveness ~10x fasterRuss Cox2014-08-061-1/+1
* runtime: simpler and faster GCDmitriy Vyukov2014-07-291-1/+1
* cmd/gc: mark auxiliary symbols as containing no pointersDmitriy Vyukov2014-07-231-1/+1
* cmd/gc: moved usefield to correct section of go.h, from "reflect.c" to "walk.c".Evan Kroske2014-06-261-1/+1
* cmd/gc: drop parenthesization restriction for receiver typesRuss Cox2014-06-251-1/+0
* undo CL 105260044 / afd6f214cc81Keith Randall2014-06-171-0/+2
* undo CL 93380044 / 7f0999348917Keith Randall2014-06-161-2/+0
* runtime: implement string ops in GoKeith Randall2014-06-161-0/+2
* cmd/gc: fix escape analysis of func returning indirect of parameterRuss Cox2014-06-031-1/+3
* cmd/gc: fix float32 const conversion and printing of big float constsRuss Cox2014-05-191-0/+1
* cmd/gc: alias more variables during register allocationJosh Bleecher Snyder2014-05-121-0/+1
* cmd/gc, runtime: optimize map[string] lookup from []byte keyRuss Cox2014-04-031-0/+1
* cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox2014-04-021-1/+1
* cmd/gc: shorten more temporary lifetimesRuss Cox2014-04-011-1/+0
* cmd/gc: shorten temporary lifetimes when possibleRuss Cox2014-04-011-0/+2
* cmd/gc: liveness-related bug fixesRuss Cox2014-03-271-1/+1
* cmd/gc: check exponent overflow and underflow in mparithJan Ziak2014-03-191-0/+1
* cmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit and add amd64p32 supportDave Cheney2014-03-071-0/+1
* cmd/ld: clear unused ctxt before morestackRuss Cox2014-03-041-0/+1
* all: nacl import round 2Russ Cox2014-02-251-0/+1
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-0/+3
* cmd/gc: record &x[0] as taking address of x, if x is an arrayRuss Cox2014-02-151-0/+1
* cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox2014-02-131-1/+1
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-121-11/+4
* cmd/gc: handle non-escaping address-taken variables betterRuss Cox2014-01-161-0/+1
* cmd/gc: add -live flag for debugging liveness mapsRuss Cox2014-01-141-0/+1
* cmd/gc: use 100x less memory for []byte("string")Russ Cox2014-01-061-0/+1
* all: fix a few spelling errors in source commentsMartin Olsson2013-12-271-2/+2
* cmd/gc: implement -pack flagRuss Cox2013-12-171-0/+1
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-161-0/+3
* liblink, cmd/gc: fix incompatible type signatures on Plan 9David du Colombier2013-12-101-0/+3
* cmd/gc: fix windows build, probablyRuss Cox2013-12-091-1/+0
* cmd/5g, cmd/6g, cmd/8g: use liblinkRuss Cox2013-12-081-35/+6
* cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro2013-12-051-5/+27
* cmd/gc: fix special-casing of the printed names of map internal structures.Keith Randall2013-12-031-0/+1
* runtime: pass key/value to map accessors by reference, not by value.Keith Randall2013-12-021-0/+2
* cmd/gc: support -installsuffix in the compiler and builderDave Day2013-10-031-0/+1
* cmd/gc: qualified embedded fields with owner package.R?my Oudompheng2013-10-021-1/+1