aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/dwarf.c
AgeCommit message (Expand)Author
2014-05-20cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16cmd/ld: correct comment.Shenghou Ma
2014-04-15cmd/ld: record complete runtime-gdb.py path againRuss Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-02cmd/ld: get rid of map.bucket's data field from dwarf info.Keith Randall
2014-03-03cmd/ld: DWARF opcode base to 10Graham King
2014-02-20cmd/ld: fix off-by-one error in DWARF .debug_line transcriptionJosh Bleecher Snyder
2013-12-18cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warningsDavid du Colombier
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-09-05cmd/ld: emit relocations for .debug_frame in external link modeIan Lance Taylor
2013-06-09all: fix typosShenghou Ma
2013-04-30cmd/ld: when linking externally, only generate dwarf info for ELFRob Pike
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-03-29runtime: fix gdb printing of mapsKeith Randall
2013-03-22cmd/ld: don't generate DW_AT_type attr for unsafe.Pointer to match gcc behaviorShenghou Ma
2013-03-22cmd/ld: fix bad mergeShenghou Ma
2013-03-20runtime: faster hashmap implementation.Keith Randall
2013-03-19cmd/ld: fix typoRuss Cox
2013-03-19cmd/ld: generate relocated DWARF in hostobj modeRuss Cox
2013-03-10cmd/ld: make mach-o sections match internal sectionsRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-02-26all: clean up C function prototypesAnthony Martin
2012-11-27libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return valueShenghou Ma
2012-11-13reflect: add ArrayOf, ChanOf, MapOf, SliceOfRuss Cox
2012-09-13ld: add .gcdata and .gcbss sectionsJan Ziak
2012-06-02runtime: add (unused for now) gc field to type informationJan Ziak
2012-02-12runtime: delete Type and implementations (use reflect instead)Russ Cox
2012-01-31cmd/ld: fix gdbscriptWei Guangjing
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-05runtime: prep for type-specific algorithmsRuss Cox
2011-10-01runtime: fix map memory leakRuss Cox
2011-09-09ld: grow dwarf includestack on demand.Luuk van Dijk
2011-07-21runtime: faster selectDmitriy Vyukov
2011-07-18ld: allow seek within write bufferRuss Cox
2011-07-13docs: fix wrong it's -> itsBrad Fitzpatrick
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-13ld: dwarf emit filenames in debug_line header instead of as extended opcodes.Luuk van Dijk
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-05-25ld: add -w to disable dwarf, make errors obviously from dwarfRuss Cox
2011-05-136l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman
2011-04-268l: do not emit empty dwarf pe sectionsAlex Brainman
2011-04-14runtime: fix gdb support for channels.Luuk van Dijk
2011-04-13runtime: drop chan circular linked list in favor of circular bufferRuss Cox
2011-04-11ld: fix dwarf decoding of strings for struct's fieldnamesLuuk van Dijk
2011-04-09ld: 25% fasterRuss Cox
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox
2011-03-086l,8l: fix gdb crash.Luuk van Dijk
2011-02-24reflect: add pointer word to CommonTypeRuss Cox