summaryrefslogtreecommitdiff
path: root/src/cmd/5c
Commit message (Expand)AuthorAgeFilesLines
* cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatalRuss Cox2014-10-071-6/+3
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-121-2/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/cc: generate error if #pragma pack off does anythingRuss Cox2014-08-301-3/+6
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-274-19/+61
* cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm supportShenghou Ma2014-07-103-1/+15
* cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove unused global variable retok.Shenghou Ma2014-06-171-1/+0
* liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor2014-04-161-1/+1
* cmd/5c: fix arm buildDave Cheney2014-03-071-1/+7
* cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/cc: support for Native Cl...Dave Cheney2014-02-272-3/+4
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-122-52/+0
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-163-278/+5
* cmd/5c, cmd/6c, cmd/8c: use liblinkRuss Cox2013-12-086-390/+87
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-5/+5
* cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit...R?my Oudompheng2013-08-091-2/+2
* cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions.R?my Oudompheng2013-08-083-14/+21
* 5c: fix pc recalculation in the presence of AFUNCDATAKeith Randall2013-07-251-0/+1
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-191-0/+1
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-191-10/+3
* cmd/5c, cmd/6c, cmd/8c: record arg size for every callRuss Cox2013-07-164-2/+19
* all: fix typosShenghou Ma2013-06-091-1/+1
* cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflagAnthony Martin2013-06-041-3/+8
* cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox2013-03-011-13/+3
* libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARMShenghou Ma2013-02-261-1/+2
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update referenceCarl Shapiro2013-01-181-1/+1
* cmd/5c: fix handling of side effects when assigning a struct literal.R?my Oudompheng2013-01-121-2/+2
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-061-1/+1
* cmd/5c: fix dataflag annotationShenghou Ma2012-09-251-4/+2
* cmd/5c, cmd/5g, cmd/5l: fix cross compilation failure on darwinDave Cheney2012-06-081-1/+1
* cmd/5c, cmd/5g, cmd/5l: fix array indexing warning under Clang 3.1Dave Cheney2012-06-061-1/+1
* cmd/5c, cmd/5g, cmd/5l: enable use of R12, F8-F15Shenghou Ma2012-06-021-4/+5
* cmd/5c: re-enable regopt()Shenghou Ma2012-05-171-7/+0
* cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma2012-05-051-0/+4
* cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-inShenghou Ma2012-05-043-1/+16
* cmd/cc: add PREFETCH built-in (like SET, USED)Russ Cox2012-05-022-0/+7
* 5c, 6c, 8c: take GOROOT_FINAL into considerationShenghou Ma2012-04-041-0/+31
* 5c, 5g, 5l: fix arm bugRuss Cox2012-02-221-1/+2
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-212-4/+5
* 5a, 5c, 5g, 5l: fix build for Linux/ARM.Shenghou Ma2012-02-191-3/+4
* 5c, 6c, 8c, 6g, 8g: correct boundary checkingShenghou Ma2012-02-151-1/+1
* build: delete make paraphernaliaRuss Cox2012-02-061-31/+2
* gc, cc: avoid using the wrong library when building the compilersAnthony Martin2012-02-011-1/+1
* build: move the "-c" flag into HOST_CFLAGSAnthony Martin2012-01-311-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-1/+1
* 5c, 6c, 8c: support 64-bit switch valueAnthony Martin2011-12-142-3/+23
* cc: change cas to newcaseRon Minnich2011-10-261-1/+1
* 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu2011-09-071-8/+4
* build: avoid redundant bss declarationsRuss Cox2011-08-231-1/+1
* 5c, 6c, 6l: fix Plan 9 build warningsLucio De Re2011-08-161-0/+1