summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwp
Commit message (Expand)AuthorAgeFilesLines
* llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie2016-05-233-1/+3
* llvm-dwp: Add error handling for multiple type sections in a dwp file.David Blaikie2016-05-172-0/+3
* llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie2016-05-172-0/+3
* llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie2016-05-162-0/+3
* llvm-dwp: Add .test files missing from r269339David Blaikie2016-05-162-0/+6
* llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie2016-05-161-6/+6
* llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llv...David Blaikie2016-05-127-0/+10
* llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....David Blaikie2016-04-051-0/+9
* llvm-dwp: Handle dwo files produced by GCCDavid Blaikie2016-04-051-0/+0
* llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...David Blaikie2016-03-264-9/+18
* llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_nameDavid Blaikie2016-03-241-2/+2
* llvm-dwp: provide diagnostics for duplicate DWO IDsDavid Blaikie2016-02-264-0/+18
* llvm-dwp: Support empty .dwo filesDavid Blaikie2016-02-262-0/+8
* llvm-dwp: Don't test compression when zlib isn't availableDavid Blaikie2016-02-191-0/+2
* llvm-dwp: Support compressed inputDavid Blaikie2016-02-192-0/+17
* llvm-dwp: Support for type units when merging DWPs into larger DWPsDavid Blaikie2016-02-171-0/+3
* [llvm-dwp] Merge cu_index from DWPsDavid Blaikie2016-02-063-0/+48
* [llvm-dwp] Deduplicate type unitsDavid Blaikie2015-12-143-0/+35
* [llvm-dwp] Remove some unused test codeDavid Blaikie2015-12-142-5/+0
* [llvm-dwp] Restructure inputs for test case so they're all grouped togetherDavid Blaikie2015-12-075-2/+2
* [llvm-dwp] Add coverage for both the presence and absence of type units, and ...David Blaikie2015-12-053-23/+35
* [llvm-dwp] Fix the type_units.test since I renamed its inputs as wellDavid Blaikie2015-12-051-1/+1
* [llvm-dwp] Rename the sufficiently-modified test to reflect it's non-simplicityDavid Blaikie2015-12-055-0/+0
* [llvm-dwp] Support debug_tu_indexDavid Blaikie2015-12-053-13/+38
* [llvm-dwp] Remove some out of date commentsDavid Blaikie2015-12-041-2/+0
* [llvm-dwp] Implement the required on-disk probed hash tableDavid Blaikie2015-12-041-2/+2
* [llvm-dwp] Include the debug_line.dwo sectionDavid Blaikie2015-12-041-3/+3
* [llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie2015-12-041-2/+4
* [llvm-dwp] Include only the non-empty columns in the cu_indexDavid Blaikie2015-12-021-1/+5
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-021-6/+7
* [llvm-dwp] Deduplicate strings in the debug_str.dwo sectionDavid Blaikie2015-12-011-4/+2
* [llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo filesDavid Blaikie2015-12-011-3/+3
* [llvm-dwp] Initial partial prototypeDavid Blaikie2015-12-016-0/+67
OpenPOWER on IntegriCloud