summaryrefslogtreecommitdiff
path: root/src/cmd/gc/obj.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: mark auxiliary symbols as containing no pointersDmitriy Vyukov2014-07-231-4/+5
* liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor2014-04-161-1/+1
* cmd/gc: correct GOARCH in object files for amd64p32.R?my Oudompheng2014-03-071-1/+1
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-1/+1
* cmd/gc, cmd/ld: fix Plan 9 warningsDavid du Colombier2014-01-221-1/+1
* cmd/gc: use 100x less memory for []byte("string")Russ Cox2014-01-061-0/+28
* cmd/gc: bypass DATA instruction for data initialized to integer constantRuss Cox2013-12-201-0/+10
* cmd/gc: implement -pack flagRuss Cox2013-12-171-2/+50
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-161-4/+9
* cmd/5g, cmd/6g, cmd/8g: use liblinkRuss Cox2013-12-081-166/+18
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-1/+1
* gc: fix line directive processing on windowsAlex Brainman2013-07-261-1/+1
* all: fix typosShenghou Ma2013-06-091-1/+1
* cmd/gc: enable inlining in generated method wrappers.R?my Oudompheng2013-03-111-0/+14
* cmd/gc: emit explicit type information for local variablesRuss Cox2013-02-251-1/+1
* cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox2013-02-211-0/+6
* cmd/gc: prepare for 64-bit intsRuss Cox2012-09-241-2/+2
* cmd/gc: cache itab lookup in convT2I.Nigel Tao2012-07-031-1/+1
* cmd/gc: if $GOROOT_FINAL is set, rewrite file names in object filesRuss Cox2012-03-051-1/+31
* gc: clean up printing.Luuk van Dijk2011-10-311-1/+1
* gc: introduce runeRuss Cox2011-10-251-1/+1
* 5g, 6g, 8g: registerize variables againRuss Cox2011-10-031-0/+1
* ld: grow dwarf includestack on demand.Luuk van Dijk2011-09-091-9/+1
* gc: make static initialization more staticRuss Cox2011-08-311-8/+2
* gc: fix build on Plan 9Lucio De Re2011-08-291-1/+1
* gc: shuffle #includesRuss Cox2011-08-251-0/+2
* gc: fix pc/line tableJulian Phillips2011-08-231-1/+10
* 5g: alignment fixesRuss Cox2011-05-251-0/+1
* ld: 25% fasterRuss Cox2011-04-091-0/+54
* gc, ld: detect stale or incompatible object filesRuss Cox2011-02-031-1/+1
* gc: fix symbol table generation on windowsAlex Brainman2010-09-121-26/+81
* gc: no more ...Russ Cox2010-06-141-4/+6
* gc: distinguish fatal compiler bug from error+exitRuss Cox2010-04-111-2/+5
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-5/+3
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-4/+6
* gc: five bug fixes, one better error.Russ Cox2009-11-151-2/+10
* 6g/6l: add go type information to symbol table.Russ Cox2009-08-131-0/+2
* make Syms smaller.Russ Cox2009-08-041-13/+9
* 6g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox2009-07-071-412/+1
* various 6g cleanup:Russ Cox2009-07-061-2/+32
* gc: grammar cleanup:Russ Cox2009-06-061-5/+8
* more 8g progress.Russ Cox2009-06-041-1/+1
* eqtype(t1, t2, 0) => eqtype(t1, t2)Russ Cox2009-05-081-1/+1
* if a struct s contains an anonymous interface valueRuss Cox2009-05-071-2/+2
* 6g: new interface rules (code got simpler!)Russ Cox2009-05-061-43/+38
* 6g: generate string data as individual symbols,Russ Cox2009-05-061-37/+1
* fix stringrange testRuss Cox2009-04-131-1/+0
* change representation of stringsKen Thompson2009-04-091-6/+11
* type n t;Russ Cox2009-04-021-0/+1
* move portable object routines (especiallyRuss Cox2009-03-301-0/+585