aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/dwarf.c
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-17[dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for c2goRuss Cox
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2015-02-06cmd/ld: restore .debug_gdb_script section after runtime reorganizationShenghou Ma
2015-01-30cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changesRuss Cox
2014-12-22runtime: hashmap: move overflow pointer to end of bucketKeith Randall
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-08cmd/ld: don't add line number info for the final address of an FDEIan Lance Taylor
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-07[dev.power64] cmd/ld: update for power64Shenghou Ma
2014-08-05runtime: remove type.goDmitriy Vyukov
2014-07-16runtime: convert map implementation to Go.Keith Randall
2014-07-16cmd/ld: use count, not upper bound, in type of arrayRob Pike
2014-07-15cmd/ld: change DWARF encoding for array lengthsRob Pike
2014-07-15cmd/ld: generate correct upper bound value for array types.Rob Pike
2014-07-11cmd/ld: add go-specific dwarf type informationRuss Cox
2014-07-11ld: change DWARF output for structsRob Pike
2014-07-07cmd/ld: fix off-by-one in DWARF frame tablesRob Pike
2014-06-10cmd/ld: fix PC deltas in DWARF line number tableIan Lance Taylor
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