summaryrefslogtreecommitdiff
path: root/src/cmd/ld
Commit message (Expand)AuthorAgeFilesLines
* liblink: use pc-relative addressing for all memory references in amd64 codeRuss Cox2014-08-181-3/+7
* cmd/ld: fix operator precedenceDave Cheney2014-08-161-1/+1
* cmd/ld: fix operator precedenceShenghou Ma2014-08-161-1/+1
* cmd/ld: handle large link base addressesRuss Cox2014-08-122-8/+8
* undo CL 114420043 / b613f2acdf69Shenghou Ma2014-08-061-1/+1
* cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma2014-08-062-104/+4
* cmd/ld: fix operator precedenceShenghou Ma2014-08-061-1/+1
* runtime: remove type.goDmitriy Vyukov2014-08-051-2/+2
* cmd/ld: better diagnostics on unaligned symbolsDmitriy Vyukov2014-07-291-4/+8
* runtime: simpler and faster GCDmitriy Vyukov2014-07-293-39/+190
* cmd/ld: remove duplicated nuxiinit() call.Shenghou Ma2014-07-261-1/+0
* cmd/ld: mark hostobj sections as containing no pointersDmitriy Vyukov2014-07-223-7/+7
* runtime: convert map implementation to Go.Keith Randall2014-07-161-1/+1
* cmd/ld: use count, not upper bound, in type of arrayRob Pike2014-07-161-4/+5
* cmd/ld: change DWARF encoding for array lengthsRob Pike2014-07-151-1/+1
* cmd/ld: consistently document flags that expect valuesMatthew Dempsky2014-07-151-4/+4
* cmd/ld: generate correct upper bound value for array types.Rob Pike2014-07-152-2/+3
* cmd/ld: add go-specific dwarf type informationRuss Cox2014-07-111-47/+65
* ld: change DWARF output for structsRob Pike2014-07-111-5/+2
* cmd/ld: fix off-by-one in DWARF frame tablesRob Pike2014-07-071-3/+3
* cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw2014-07-035-4/+18
* build: annotations and modifications for c2goRuss Cox2014-07-021-0/+13
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-263-15/+15
* cmd/ld: fix PC deltas in DWARF line number tableIan Lance Taylor2014-06-101-2/+2
* cmd/ld: really import runtime/cgo for external linkIan Lance Taylor2014-05-201-0/+2
* cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox2014-05-201-0/+9
* cmd/ld: abort if (32-bit) address relocation is negative on amd64.Shenghou Ma2014-05-191-0/+10
* cmd/ld: correct pe section number in symbol tableAlex Brainman2014-05-061-18/+17
* cmd/ld: correct addresses in windows pe symbol tableAlex Brainman2014-04-211-1/+12
* runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma2014-04-211-2/+2
* cmd/ld: don't delete output binary if not "ordinary" file (redux).Mike Andrews2014-04-181-12/+19
* cmd/ld: don't pass -rdynamic to external linker if -static is usedIan Lance Taylor2014-04-161-0/+14
* cmd/ld: restore the call graph dumpAnthony Martin2014-04-163-0/+23
* cmd/ld: populate pe symbol table with Go symbolsAlex Brainman2014-04-161-29/+97
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-167-111/+90
* liblink: add leaf bit to object file formatRuss Cox2014-04-161-2/+5
* liblink: fix incorrect hash collision in lookupRuss Cox2014-04-165-0/+22
* cmd/ld: cast PE32 absolute addend to int32.Shenghou Ma2014-04-161-1/+1
* cmd/ld: correct comment.Shenghou Ma2014-04-161-1/+1
* cmd/ld: record complete runtime-gdb.py path againRuss Cox2014-04-151-13/+13
* cmd/ld: attempt at fixing openbsd buildRuss Cox2014-04-151-2/+2
* cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox2014-04-152-0/+22
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-152-1/+17
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-145-16/+16
* cmd/cc: emit gc bitmaps in read-only memoryRuss Cox2014-04-031-1/+1
* cmd/ld: get rid of map.bucket's data field from dwarf info.Keith Randall2014-04-021-4/+15
* cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox2014-04-023-0/+4
* cmd/ld: pass -Qunused-arguments to clang during host linking.Shenghou Ma2014-03-291-1/+4
* cmd/ld: don't delete output binary if not "ordinary" file.Mike Andrews2014-03-291-2/+10
* runtime: use VEH for windows/amd64 exception handlingAlex Brainman2014-03-261-44/+0