]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/gc/go.h
[dev.garbage] all: merge dev.cc into dev.garbage
[gostls13.git] / src / cmd / gc / go.h
2014-11-15 Russ Cox[dev.garbage] all: merge dev.cc into dev.garbage
2014-11-14 Russ Cox[dev.cc] all: merge dev.power64 (7667e41f3ced) into...
2014-11-14 Russ Cox[dev.garbage] all: merge dev.power64 (7667e41f3ced...
2014-11-14 Russ Cox[dev.garbage] all: merge default (f38460037b72) into...
2014-11-11 Russ Cox[dev.cc] cmd/gc: changes for removing runtime C code
2014-11-05 Russ Cox[dev.garbage] cmd/gc, runtime: add locks around print...
2014-11-04 Austin Clements[dev.power64] gc: convert Bits to a uint64 array
2014-10-29 Russ Cox[dev.garbage] all: merge default (dd5014ed9b01) into...
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-22 Austin Clements[dev.power64] build: merge default into dev.power64
2014-10-16 Russ Coxcmd/gc: elide write barrier for x = x[0:y] and x =...
2014-10-15 Russ Coxcmd/gc: simplify compiled code for explicit zeroing
2014-09-11 Russ Coxcmd/gc: emit write barriers
2014-08-25 Russ Coxcmd/gc, runtime: treat slices and strings like pointers...
2014-08-25 Russ Coxcmd/gc: fix build
2014-08-19 Russ Coxcmd/gc, runtime: refactor interface inlining decision...
2014-08-06 Russ Cox[dev.power64] all: merge default, for codereview update
2014-08-06 Russ Coxcmd/gc: make liveness ~10x faster
2014-07-29 Dmitriy Vyukovruntime: simpler and faster GC
2014-07-23 Dmitriy Vyukovcmd/gc: mark auxiliary symbols as containing no pointers
2014-06-26 Evan Kroskecmd/gc: moved usefield to correct section of go.h,...
2014-06-25 Russ Coxcmd/gc: drop parenthesization restriction for receiver...
2014-06-17 Keith Randallundo CL 105260044 / afd6f214cc81
2014-06-17 Keith Randallundo CL 93380044 / 7f0999348917
2014-06-17 Keith Randallruntime: implement string ops in Go
2014-06-03 Russ Coxcmd/gc: fix escape analysis of func returning indirect...
2014-05-20 Russ Coxcmd/gc: fix float32 const conversion and printing of...
2014-05-12 Josh Bleecher Snydercmd/gc: alias more variables during register allocation
2014-04-03 Russ Coxcmd/gc, runtime: optimize map[string] lookup from ...
2014-04-02 Russ Coxcmd/gc, cmd/ld, runtime: compact liveness bitmaps
2014-04-02 Russ Coxcmd/gc: shorten more temporary lifetimes
2014-04-01 Russ Coxcmd/gc: shorten temporary lifetimes when possible
2014-03-27 Russ Coxcmd/gc: liveness-related bug fixes
2014-03-19 Jan Ziakcmd/gc: check exponent overflow and underflow in mparith
2014-03-07 Dave Cheneycmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit...
2014-03-04 Russ Coxcmd/ld: clear unused ctxt before morestack
2014-02-25 Russ Coxall: nacl import round 2
2014-02-25 Dave Cheneyall: merge NaCl branch (part 1)
2014-02-16 Russ Coxcmd/gc: record &x[0] as taking address of x, if x is...
2014-02-14 Russ Coxcmd/gc: rename AFATVARDEF to AVARDEF
2014-02-12 Anthony Martincmd/cc, cmd/gc, cmd/ld: consolidate print format routines
2014-01-16 Russ Coxcmd/gc: handle non-escaping address-taken variables...
2014-01-14 Russ Coxcmd/gc: add -live flag for debugging liveness maps
2014-01-07 Russ Coxcmd/gc: use 100x less memory for []byte("string")
2013-12-27 Martin Olssonall: fix a few spelling errors in source comments
2013-12-18 Russ Coxcmd/gc: implement -pack flag
2013-12-16 Russ Coxcmd/cc, cmd/gc: update compilers, assemblers for liblin...
2013-12-10 David du Colombierliblink, cmd/gc: fix incompatible type signatures on...
2013-12-09 Russ Coxcmd/gc: fix windows build, probably
2013-12-09 Russ Coxcmd/5g, cmd/6g, cmd/8g: use liblink
2013-12-06 Carl Shapirocmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd...
2013-12-03 Keith Randallcmd/gc: fix special-casing of the printed names of...
2013-12-02 Keith Randallruntime: pass key/value to map accessors by reference...
2013-10-03 Dave Daycmd/gc: support -installsuffix in the compiler and...
2013-10-02 Rémy Oudomphengcmd/gc: qualified embedded fields with owner package.
2013-09-17 Russ Coxbuild: disable precise collection of stack frames
2013-09-14 Rémy Oudomphengcmd/gc: don't generate algs for internal map types.
2013-09-12 Russ Coxruntime, cmd/gc, cmd/ld: ignore method wrappers in...
2013-09-11 Rémy Oudomphengcmd/gc: inline copy in frontend to call memmove directly.
2013-09-09 Russ Coxbuild: remove various uses of C undefined behavior
2013-09-09 Russ Coxcmd/gc: more detail in import conflict error message
2013-08-31 Keith Randallruntime: record type information for hashtable internal...
2013-08-17 Russ Coxcmd/gc: separate "has pointers" from "needs zeroing...
2013-08-15 Russ Coxcmd/gc: &x panics if x does
2013-08-13 Russ Coxcmd/gc: add temporary-merging optimization pass
2013-08-10 Russ Coxcmd/gc: zero pointers on entry to function
2013-08-08 Russ Coxcmd/gc: make bitmaps shorter
2013-08-08 Russ Coxcmd/gc: move large stack variables to heap
2013-07-30 Russ Coxcmd/gc: insert \n at end of every input file
2013-07-02 Russ Coxcmd/gc: support x[i:j:k]
2013-06-18 Russ Coxcmd/gc: fix race detector on tail-call wrappers
2013-06-12 Ian Lance Taylorcmd/gc: save local var list before inlining
2013-06-12 Russ Coxcmd/gc: turn race detector off for tail-call method...
2013-06-11 Russ Coxcmd/gc: move genembedtramp into portable code
2013-05-29 Carl Shapirocmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and...
2013-04-30 Rob Pikecmd/gc: fix some overflows in the compiler
2013-04-04 Carl Shapirocmd/gc: fix a typo
2013-04-02 David Symondscmd/gc: preserve safe annotation of package def.
2013-03-20 Russ Coxcmd/gc: implement method values
2013-03-15 Russ Coxcmd/gc: ensure unique parameter and result names in...
2013-03-04 Russ Coxcmd/gc: implement new return requirements
2013-03-04 Rémy Oudomphengcmd/gc: unbreak exporting of composite literals.
2013-02-25 Russ Coxcmd/gc: can stop tracking gotype in regopt
2013-02-25 Russ Coxcmd/gc: emit explicit type information for local variables
2013-02-22 Russ Coxcmd/gc: avoid runtime code generation for closures
2013-02-21 Russ Coxcmd/gc, reflect, runtime: switch to indirect func value...
2013-02-05 Russ Coxcmd/gc: add way to specify 'noescape' for extern funcs
2013-02-05 Russ Coxcmd/gc: fix escape analysis
2013-02-02 Russ Coxcmd/gc: reject non-Go constants
2013-02-01 Elias Naurcmd/6c, cmd/6g: add flag to support large-model code...
2013-01-29 Carl Shapirocmd/gc: document more of the declaration context enumer...
2013-01-18 Rémy Oudomphengcmd/gc, cmd/6g: fix error on large stacks.
2013-01-07 Russ Coxcmd/gc, cmd/ld: rename -b to -race
2013-01-06 Russ Coxcmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing
2013-01-02 Rémy Oudomphengcmd/dist, cmd/8g: implement GO386=387/sse to choose...
2012-12-30 Russ Coxcmd/gc: do not generate code for var _ = ... unless...
2012-12-22 Russ Coxcmd/gc: make forward declaration in pure Go package...
2012-12-22 Russ Coxundo CL 6938073 / 1542912cf09d
2012-12-17 Russ Coxcmd/gc: add GOEXPERIMENT=zerostack to clear stack on...
2012-12-12 Rémy Oudomphengcmd/gc: don't import the same package multiple times.
next