summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwp
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+3
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-3/+4
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-4/+3
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-3/+4
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-12/+12
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders2019-05-241-0/+2
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+2
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-3/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+3
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-3/+4
* [llvm-dwp] Use color-formatted error reportingJordan Rupprecht2019-02-121-2/+3
* [llvm-dwp] Avoid writing the output dwp file when there is an errorJordan Rupprecht2019-02-121-6/+9
* [llvm-dwp] Abort when dwo_id is unsetJordan Rupprecht2019-02-121-3/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Reland rL341509: "[llvm-dwp] Use buffer_stream if output file is not seekable...Fangrui Song2018-09-061-1/+9
* [llvm-dwp] Use cl:: instead of using namespace clFangrui Song2018-09-061-13/+13
* Revert rL341509 to fix massive failures on buildbotsMax Kazantsev2018-09-061-9/+1
* [llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")Fangrui Song2018-09-061-1/+9
* 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
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-021-0/+4
* [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
* [CMake] llvm-dwp depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* 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: Fix the build by moving DWPStringPool into the llvm namespaceDavid Blaikie2016-05-231-0/+2
* llvm-dwp: Add an abstraction for the DWP string poolDavid Blaikie2016-05-233-30/+88
* 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
OpenPOWER on IntegriCloud