summaryrefslogtreecommitdiff
path: root/tools/llvm-dwp
AgeCommit message (Expand)Author
2016-02-17Fix the hash function.David Blaikie
2016-02-06[llvm-dwp] Merge cu_index from DWPsDavid Blaikie
2016-01-26Remove autoconf supportChris Bieneman
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer
2015-12-14[llvm-dwp] Deduplicate type unitsDavid Blaikie
2015-12-09[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...David Blaikie
2015-12-05[llvm-dwp] Add coverage for both the presence and absence of type units, and ...David Blaikie
2015-12-05[llvm-dwp] clang-format this to catch anything I've missed along the wayDavid Blaikie
2015-12-05[llvm-dwp] Support debug_tu_indexDavid Blaikie
2015-12-04[llvm-dwp] Implement the required on-disk probed hash tableDavid Blaikie
2015-12-04[llvm-dwp] Include the debug_line.dwo sectionDavid Blaikie
2015-12-04[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie
2015-12-02[llvm-dwp] Include only the non-empty columns in the cu_indexDavid Blaikie
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie
2015-12-01[llvm-dwp] Deduplicate strings in the debug_str.dwo sectionDavid Blaikie
2015-12-01[llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo filesDavid Blaikie
2015-12-01[llvm-dwp] Add missing Makefile for the old configure+make buildDavid Blaikie
2015-12-01[llvm-dwp] Initial partial prototypeDavid Blaikie
2015-12-01llvm-dwp: Initial layoutDavid Blaikie