summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwp/llvm-dwp.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [llvm-dwp] Initial partial prototypeDavid Blaikie2015-12-011-1/+143
* llvm-dwp: Initial layoutDavid Blaikie2015-12-011-0/+2
OpenPOWER on IntegriCloud