summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwp
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary REQUIRES: shell linesReid Kleckner2019-09-101-2/+0
* Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two waysPaul Robinson2019-05-101-1/+1
* [llvm-dwp] Avoid writing the output dwp file when there is an errorJordan Rupprecht2019-02-121-0/+4
* [llvm-dwp] Abort when dwo_id is unsetJordan Rupprecht2019-02-124-2/+5
* [llvm-dwp] Clean up tests X86/*.testFangrui Song2018-09-076-15/+8
* Reland rL341509: "[llvm-dwp] Use buffer_stream if output file is not seekable...Fangrui Song2018-09-061-4/+2
* Revert rL341509 to fix massive failures on buildbotsMax Kazantsev2018-09-061-2/+4
* [llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`) in X86/simple.test and adj...Fangrui Song2018-09-061-8/+7
* [llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")Fangrui Song2018-09-061-4/+2
* llvm-dwarfdump: automatically dump both regular and .dwo variant of sectionsAdrian Prantl2017-09-132-5/+4
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-117-11/+11
* [llvm-dwp] Implement -e optionAlexander Shaposhnikov2017-09-028-0/+97
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-151-2/+2
* [llvm-dwp] - Reuse object::Decompressor classGeorge Rimar2017-01-132-2/+2
* dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie2016-10-181-3/+3
* 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