summaryrefslogtreecommitdiff
path: root/tools/llvm-dwp
AgeCommit message (Expand)Author
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne
2018-05-06[llvm-dwp] Define InitLLVM.Fangrui Song
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie
2018-03-14DWARF: Unify form size handling codePavel Labath
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-27Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-09-02[llvm-dwp] Implement -e optionAlexander Shaposhnikov
2017-08-02Don't pass the code model to MCRafael Espindola
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