summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwp/llvm-dwp.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-3/+4
* [llvm-dwp] Define InitLLVM.Fangrui Song2018-05-061-0/+2
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* DWARF: Unify form size handling codePavel Labath2018-03-141-1/+1
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-6/+6
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-9/+0
* Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie2017-11-271-1/+1
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+3
* [llvm-dwp] Implement -e optionAlexander Shaposhnikov2017-09-021-3/+51
* Don't pass the code model to MCRafael Espindola2017-08-021-1/+1
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-2/+2
* [lib/Object] - Minor API update for llvm::Decompressor.George Rimar2017-05-181-1/+1
* [llvm-dwp] - Reuse object::Decompressor classGeorge Rimar2017-01-131-31/+24
* Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton2016-11-111-2/+10
* Make the Error class constructor protectedMehdi Amini2016-11-111-7/+7
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-271-5/+5
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-1/+2
* llvm-dwp: Ensure uncompressed sections are not relocated during processing of...David Blaikie2016-05-251-3/+4
* llvm-dwp: Reduce indentationDavid Blaikie2016-05-231-48/+47
* llvm-dwp: Split out processing of input sections to improve readabilityDavid Blaikie2016-05-231-61/+84
* llvm-dwp: Pull out compression handling helperDavid Blaikie2016-05-231-15/+22
* llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie2016-05-231-7/+4
* llvm-dwp: Ensure compressed sections are preserved long enough for use in the...David Blaikie2016-05-231-2/+2
* llvm-dwp: Add an abstraction for the DWP string poolDavid Blaikie2016-05-231-30/+28
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-1/+1
* llvm-dwp: remove some unused error handlingDavid Blaikie2016-05-171-8/+5
* llvm-dwp: Move error handling code closer to useDavid Blaikie2016-05-171-6/+6
* llvm-dwp: Add error handling for multiple type sections in a dwp file.David Blaikie2016-05-171-1/+3
* llvm-dwp: Simplify duplicate DWO ID error handlingDavid Blaikie2016-05-171-9/+9
* llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie2016-05-171-8/+16
* llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie2016-05-161-8/+14
* llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie2016-05-161-24/+27
* 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
OpenPOWER on IntegriCloud