summaryrefslogtreecommitdiff
path: root/src/cmd/ld/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove type.goDmitriy Vyukov2014-08-051-2/+2
* 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: generate correct upper bound value for array types.Rob Pike2014-07-151-1/+1
* 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/ld: fix PC deltas in DWARF line number tableIan Lance Taylor2014-06-101-2/+2
* cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox2014-05-201-0/+9
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-161-3/+3
* cmd/ld: correct comment.Shenghou Ma2014-04-161-1/+1
* cmd/ld: record complete runtime-gdb.py path againRuss Cox2014-04-151-13/+13
* liblink: remove arch-specific constants from file formatRuss Cox2014-04-141-3/+3
* cmd/ld: get rid of map.bucket's data field from dwarf info.Keith Randall2014-04-021-4/+15
* cmd/ld: DWARF opcode base to 10Graham King2014-03-031-2/+7
* cmd/ld: fix off-by-one error in DWARF .debug_line transcriptionJosh Bleecher Snyder2014-02-201-9/+10
* cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warningsDavid du Colombier2013-12-181-1/+0
* cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox2013-12-161-372/+93
* liblink: create new library based on linker codeRuss Cox2013-12-081-43/+43
* cmd/ld: emit relocations for .debug_frame in external link modeIan Lance Taylor2013-09-051-3/+38
* all: fix typosShenghou Ma2013-06-091-3/+3
* cmd/ld: when linking externally, only generate dwarf info for ELFRob Pike2013-04-301-0/+3
* cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor2013-04-301-31/+196
* runtime: fix gdb printing of mapsKeith Randall2013-03-291-4/+68
* cmd/ld: don't generate DW_AT_type attr for unsafe.Pointer to match gcc behaviorShenghou Ma2013-03-221-5/+10
* cmd/ld: fix bad mergeShenghou Ma2013-03-221-36/+150
* runtime: faster hashmap implementation.Keith Randall2013-03-201-220/+39
* cmd/ld: fix typoRuss Cox2013-03-191-1/+1
* cmd/ld: generate relocated DWARF in hostobj modeRuss Cox2013-03-191-39/+153
* cmd/ld: make mach-o sections match internal sectionsRuss Cox2013-03-101-8/+8
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-4/+4
* all: clean up C function prototypesAnthony Martin2013-02-261-2/+4
* libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return valueShenghou Ma2012-11-271-0/+8
* reflect: add ArrayOf, ChanOf, MapOf, SliceOfRuss Cox2012-11-131-1/+1
* ld: add .gcdata and .gcbss sectionsJan Ziak2012-09-131-235/+1
* runtime: add (unused for now) gc field to type informationJan Ziak2012-06-021-1/+1
* runtime: delete Type and implementations (use reflect instead)Russ Cox2012-02-121-1/+1
* cmd/ld: fix gdbscriptWei Guangjing2012-01-311-1/+1
* gc: implement == on structs and arraysRuss Cox2011-12-121-1/+1
* runtime: prep for type-specific algorithmsRuss Cox2011-12-051-1/+1
* runtime: fix map memory leakRuss Cox2011-10-011-1/+1
* ld: grow dwarf includestack on demand.Luuk van Dijk2011-09-091-11/+15
* runtime: faster selectDmitriy Vyukov2011-07-211-1/+0
* ld: allow seek within write bufferRuss Cox2011-07-181-19/+10
* docs: fix wrong it's -> itsBrad Fitzpatrick2011-07-131-2/+2
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-1/+1
* ld: dwarf emit filenames in debug_line header instead of as extended opcodes.Luuk van Dijk2011-06-131-13/+14
* 8l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re2011-06-031-14/+21
* ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox2011-05-251-16/+33