summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwp/llvm-dwp.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-1/+2
* llvm-dwp: Ensure uncompressed sections are not relocated during processing of...David Blaikie2016-05-251-3/+4
* llvm-dwp: Reduce indentationDavid Blaikie2016-05-231-48/+47
* llvm-dwp: Split out processing of input sections to improve readabilityDavid Blaikie2016-05-231-61/+84
* llvm-dwp: Pull out compression handling helperDavid Blaikie2016-05-231-15/+22
* llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie2016-05-231-7/+4
* llvm-dwp: Ensure compressed sections are preserved long enough for use in the...David Blaikie2016-05-231-2/+2
* llvm-dwp: Add an abstraction for the DWP string poolDavid Blaikie2016-05-231-30/+28
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-1/+1
* llvm-dwp: remove some unused error handlingDavid Blaikie2016-05-171-8/+5
* llvm-dwp: Move error handling code closer to useDavid Blaikie2016-05-171-6/+6
* llvm-dwp: Add error handling for multiple type sections in a dwp file.David Blaikie2016-05-171-1/+3
* llvm-dwp: Simplify duplicate DWO ID error handlingDavid Blaikie2016-05-171-9/+9
* llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie2016-05-171-8/+16
* llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie2016-05-161-8/+14
* llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie2016-05-161-24/+27
* llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llv...David Blaikie2016-05-121-20/+24
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* llvm-dwp: Add assert textDavid Blaikie2016-04-131-1/+3
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-1/+1
* llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....David Blaikie2016-04-051-31/+32
* llvm-dwp: Handle dwo files produced by GCCDavid Blaikie2016-04-051-4/+8
* llvm-dwp: Simplify hashing code a bitDavid Blaikie2016-04-051-1/+2
* llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...David Blaikie2016-03-261-20/+41
* llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_nameDavid Blaikie2016-03-241-51/+36
* llvm-dwp: Add missing copyright notice to llvm-dwp.cppDavid Blaikie2016-03-011-0/+13
* Revert "llvm-dwp: Keep ObjectFiles alive until object emission their contents...David Blaikie2016-03-011-10/+8
* llvm-dwp: Keep ObjectFiles alive until object emission their contents can be ...David Blaikie2016-03-011-8/+10
* llvm-dwp: provide diagnostics for duplicate DWO IDsDavid Blaikie2016-02-261-3/+75
* llvm-dwp: Support empty .dwo filesDavid Blaikie2016-02-261-9/+11
* llvm-dwp: Improve performance (N^2 to amortized N) by using a MapVector inste...David Blaikie2016-02-191-39/+35
* llvm-dwp: Don't test compression when zlib isn't availableDavid Blaikie2016-02-191-1/+1
* llvm-dwp: Support compressed inputDavid Blaikie2016-02-191-5/+45
* Add parentheses around arithmetic in operand of '|'.Benjamin Kramer2016-02-181-1/+1
* llvm-dwp: Support for type units when merging DWPs into larger DWPsDavid Blaikie2016-02-171-2/+54
* Fix the hash function.David Blaikie2016-02-171-1/+1
* [llvm-dwp] Merge cu_index from DWPsDavid Blaikie2016-02-061-6/+37
* [MC, COFF] Support link /incremental conditionallyDavid Majnemer2015-12-211-1/+4
* [llvm-dwp] Deduplicate type unitsDavid Blaikie2015-12-141-6/+12
* [llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...David Blaikie2015-12-091-15/+27
* [llvm-dwp] Add coverage for both the presence and absence of type units, and ...David Blaikie2015-12-051-5/+7
* [llvm-dwp] clang-format this to catch anything I've missed along the wayDavid Blaikie2015-12-051-12/+13
* [llvm-dwp] Support debug_tu_indexDavid Blaikie2015-12-051-53/+110
* [llvm-dwp] Implement the required on-disk probed hash tableDavid Blaikie2015-12-041-5/+16
* [llvm-dwp] Include the debug_line.dwo sectionDavid Blaikie2015-12-041-0/+1
* [llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie2015-12-041-2/+61
* [llvm-dwp] Include only the non-empty columns in the cu_indexDavid Blaikie2015-12-021-7/+15
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-021-22/+81
* [llvm-dwp] Deduplicate strings in the debug_str.dwo sectionDavid Blaikie2015-12-011-14/+20
* [llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo filesDavid Blaikie2015-12-011-17/+68
OpenPOWER on IntegriCloud