summaryrefslogtreecommitdiff
path: root/tools/llvm-dwp
AgeCommit message (Expand)Author
2017-06-26[DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson
2017-05-18[lib/Object] - Minor API update for llvm::Decompressor.George Rimar
2017-01-13[llvm-dwp] - Reuse object::Decompressor classGeorge Rimar
2016-11-19[CMake] llvm-dwp depends on intrinsics_genChris Bieneman
2016-11-11Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-27Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton
2016-07-25MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones
2016-05-25llvm-dwp: Ensure uncompressed sections are not relocated during processing of...David Blaikie
2016-05-23llvm-dwp: Reduce indentationDavid Blaikie
2016-05-23llvm-dwp: Split out processing of input sections to improve readabilityDavid Blaikie
2016-05-23llvm-dwp: Pull out compression handling helperDavid Blaikie
2016-05-23llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie
2016-05-23llvm-dwp: Ensure compressed sections are preserved long enough for use in the...David Blaikie
2016-05-23llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespaceDavid Blaikie
2016-05-23llvm-dwp: Add an abstraction for the DWP string poolDavid Blaikie
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola
2016-05-17llvm-dwp: remove some unused error handlingDavid Blaikie
2016-05-17llvm-dwp: Move error handling code closer to useDavid Blaikie
2016-05-17llvm-dwp: Add error handling for multiple type sections in a dwp file.David Blaikie
2016-05-17llvm-dwp: Simplify duplicate DWO ID error handlingDavid Blaikie
2016-05-17llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie
2016-05-16llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie
2016-05-16llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie
2016-05-12llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llv...David Blaikie
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-13llvm-dwp: Add assert textDavid Blaikie
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-04-05llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....David Blaikie
2016-04-05llvm-dwp: Handle dwo files produced by GCCDavid Blaikie
2016-04-05llvm-dwp: Simplify hashing code a bitDavid Blaikie
2016-03-26llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...David Blaikie
2016-03-24llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_nameDavid Blaikie
2016-03-01llvm-dwp: Add missing copyright notice to llvm-dwp.cppDavid Blaikie
2016-03-01Revert "llvm-dwp: Keep ObjectFiles alive until object emission their contents...David Blaikie
2016-03-01llvm-dwp: Keep ObjectFiles alive until object emission their contents can be ...David Blaikie
2016-02-26llvm-dwp: provide diagnostics for duplicate DWO IDsDavid Blaikie
2016-02-26llvm-dwp: Support empty .dwo filesDavid Blaikie
2016-02-19llvm-dwp: Improve performance (N^2 to amortized N) by using a MapVector inste...David Blaikie
2016-02-19llvm-dwp: Don't test compression when zlib isn't availableDavid Blaikie
2016-02-19llvm-dwp: Support compressed inputDavid Blaikie
2016-02-18Add parentheses around arithmetic in operand of '|'.Benjamin Kramer
2016-02-17llvm-dwp: Support for type units when merging DWPs into larger DWPsDavid Blaikie
2016-02-17Fix the hash function.David Blaikie
2016-02-06[llvm-dwp] Merge cu_index from DWPsDavid Blaikie
2016-01-26Remove autoconf supportChris Bieneman
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer
2015-12-14[llvm-dwp] Deduplicate type unitsDavid Blaikie
2015-12-09[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...David Blaikie
2015-12-05[llvm-dwp] Add coverage for both the presence and absence of type units, and ...David Blaikie