summaryrefslogtreecommitdiff
path: root/tools/llvm-dwp
AgeCommit message (Expand)AuthorFilesLines
2016-05-25llvm-dwp: Ensure uncompressed sections are not relocated during processing of...David Blaikie1-3/+4
2016-05-23llvm-dwp: Reduce indentationDavid Blaikie1-48/+47
2016-05-23llvm-dwp: Split out processing of input sections to improve readabilityDavid Blaikie1-61/+84
2016-05-23llvm-dwp: Pull out compression handling helperDavid Blaikie1-15/+22
2016-05-23llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie1-7/+4
2016-05-23llvm-dwp: Ensure compressed sections are preserved long enough for use in the...David Blaikie1-2/+2
2016-05-23llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespaceDavid Blaikie1-0/+2
2016-05-23llvm-dwp: Add an abstraction for the DWP string poolDavid Blaikie3-30/+88
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-1/+1
2016-05-17llvm-dwp: remove some unused error handlingDavid Blaikie1-8/+5
2016-05-17llvm-dwp: Move error handling code closer to useDavid Blaikie1-6/+6
2016-05-17llvm-dwp: Add error handling for multiple type sections in a dwp file.David Blaikie1-1/+3
2016-05-17llvm-dwp: Simplify duplicate DWO ID error handlingDavid Blaikie1-9/+9
2016-05-17llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie1-8/+16
2016-05-16llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie1-8/+14
2016-05-16llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie1-24/+27
2016-05-12llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llv...David Blaikie4-20/+45
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+0
2016-04-13llvm-dwp: Add assert textDavid Blaikie1-1/+3
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-1/+1
2016-04-05llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....David Blaikie1-31/+32
2016-04-05llvm-dwp: Handle dwo files produced by GCCDavid Blaikie1-4/+8
2016-04-05llvm-dwp: Simplify hashing code a bitDavid Blaikie1-1/+2
2016-03-26llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...David Blaikie1-20/+41
2016-03-24llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_nameDavid Blaikie1-51/+36
2016-03-01llvm-dwp: Add missing copyright notice to llvm-dwp.cppDavid Blaikie1-0/+13
2016-03-01Revert "llvm-dwp: Keep ObjectFiles alive until object emission their contents...David Blaikie1-10/+8
2016-03-01llvm-dwp: Keep ObjectFiles alive until object emission their contents can be ...David Blaikie1-8/+10
2016-02-26llvm-dwp: provide diagnostics for duplicate DWO IDsDavid Blaikie1-3/+75
2016-02-26llvm-dwp: Support empty .dwo filesDavid Blaikie1-9/+11
2016-02-19llvm-dwp: Improve performance (N^2 to amortized N) by using a MapVector inste...David Blaikie1-39/+35
2016-02-19llvm-dwp: Don't test compression when zlib isn't availableDavid Blaikie1-1/+1
2016-02-19llvm-dwp: Support compressed inputDavid Blaikie1-5/+45
2016-02-18Add parentheses around arithmetic in operand of '|'.Benjamin Kramer1-1/+1
2016-02-17llvm-dwp: Support for type units when merging DWPs into larger DWPsDavid Blaikie1-2/+54
2016-02-17Fix the hash function.David Blaikie1-1/+1
2016-02-06[llvm-dwp] Merge cu_index from DWPsDavid Blaikie1-6/+37
2016-01-26Remove autoconf supportChris Bieneman1-18/+0
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer1-1/+4
2015-12-14[llvm-dwp] Deduplicate type unitsDavid Blaikie1-6/+12
2015-12-09[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...David Blaikie1-15/+27
2015-12-05[llvm-dwp] Add coverage for both the presence and absence of type units, and ...David Blaikie1-5/+7
2015-12-05[llvm-dwp] clang-format this to catch anything I've missed along the wayDavid Blaikie1-12/+13
2015-12-05[llvm-dwp] Support debug_tu_indexDavid Blaikie1-53/+110
2015-12-04[llvm-dwp] Implement the required on-disk probed hash tableDavid Blaikie1-5/+16
2015-12-04[llvm-dwp] Include the debug_line.dwo sectionDavid Blaikie1-0/+1
2015-12-04[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie1-2/+61
2015-12-02[llvm-dwp] Include only the non-empty columns in the cu_indexDavid Blaikie1-7/+15
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie1-22/+81
2015-12-01[llvm-dwp] Deduplicate strings in the debug_str.dwo sectionDavid Blaikie1-14/+20