| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Mips] Use appropriate private label prefix based on Mips ABI | Mirko Brkusanin | 2019-10-23 | 1 | -2/+3 |
| * | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -3/+4 |
| * | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -4/+3 |
| * | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -3/+4 |
| * | Switch LLVM to use 64-bit offsets (2/5) | Igor Kudrin | 2019-08-06 | 1 | -12/+12 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 2019-05-16 | 1 | -3/+4 |
| * | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 2019-05-16 | 1 | -4/+3 |
| * | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 2019-05-16 | 1 | -3/+4 |
| * | [llvm-dwp] Use color-formatted error reporting | Jordan Rupprecht | 2019-02-12 | 1 | -2/+3 |
| * | [llvm-dwp] Avoid writing the output dwp file when there is an error | Jordan Rupprecht | 2019-02-12 | 1 | -6/+9 |
| * | [llvm-dwp] Abort when dwo_id is unset | Jordan Rupprecht | 2019-02-12 | 1 | -3/+8 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Reland rL341509: "[llvm-dwp] Use buffer_stream if output file is not seekable... | Fangrui Song | 2018-09-06 | 1 | -1/+9 |
| * | [llvm-dwp] Use cl:: instead of using namespace cl | Fangrui Song | 2018-09-06 | 1 | -13/+13 |
| * | Revert rL341509 to fix massive failures on buildbots | Max Kazantsev | 2018-09-06 | 1 | -9/+1 |
| * | [llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-") | Fangrui Song | 2018-09-06 | 1 | -1/+9 |
| * | MC: Change the streamer ctors to take an object writer instead of a stream. N... | Peter Collingbourne | 2018-05-18 | 1 | -3/+4 |
| * | [llvm-dwp] Define InitLLVM. | Fangrui Song | 2018-05-06 | 1 | -0/+2 |
| * | Rename *CommandFlags.def to *CommandFlags.inc | David Blaikie | 2018-04-11 | 1 | -1/+1 |
| * | DWARF: Unify form size handling code | Pavel Labath | 2018-03-14 | 1 | -1/+1 |
| * | Thread MCSubtargetInfo through Target::createMCAsmBackend | Alex Bradbury | 2018-01-03 | 1 | -6/+6 |
| * | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 1 | -9/+0 |
| * | Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he... | David Blaikie | 2017-11-27 | 1 | -1/+1 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -2/+4 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -2/+3 |
| * | [llvm-dwp] Implement -e option | Alexander Shaposhnikov | 2017-09-02 | 1 | -3/+51 |
| * | Don't pass the code model to MC | Rafael Espindola | 2017-08-02 | 1 | -1/+1 |
| * | [DWARF] NFC: Collect info used by DWARFFormValue into a helper. | Paul Robinson | 2017-06-26 | 1 | -2/+2 |
| * | [lib/Object] - Minor API update for llvm::Decompressor. | George Rimar | 2017-05-18 | 1 | -1/+1 |
| * | [llvm-dwp] - Reuse object::Decompressor class | George Rimar | 2017-01-13 | 1 | -31/+24 |
| * | Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal... | Greg Clayton | 2016-11-11 | 1 | -2/+10 |
| * | Make the Error class constructor protected | Mehdi Amini | 2016-11-11 | 1 | -7/+7 |
| * | Switch all DWARF variables for tags, attributes and forms over to use the llv... | Greg Clayton | 2016-10-27 | 1 | -5/+5 |
| * | MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC | Joel Jones | 2016-07-25 | 1 | -1/+2 |
| * | llvm-dwp: Ensure uncompressed sections are not relocated during processing of... | David Blaikie | 2016-05-25 | 1 | -3/+4 |
| * | llvm-dwp: Reduce indentation | David Blaikie | 2016-05-23 | 1 | -48/+47 |
| * | llvm-dwp: Split out processing of input sections to improve readability | David Blaikie | 2016-05-23 | 1 | -61/+84 |
| * | llvm-dwp: Pull out compression handling helper | David Blaikie | 2016-05-23 | 1 | -15/+22 |
| * | llvm-dwp: More error handling around invalid compressed sections | David Blaikie | 2016-05-23 | 1 | -7/+4 |
| * | llvm-dwp: Ensure compressed sections are preserved long enough for use in the... | David Blaikie | 2016-05-23 | 1 | -2/+2 |
| * | llvm-dwp: Add an abstraction for the DWP string pool | David Blaikie | 2016-05-23 | 1 | -30/+28 |
| * | Don't pass a Reloc::Model to MC. | Rafael Espindola | 2016-05-18 | 1 | -1/+1 |
| * | llvm-dwp: remove some unused error handling | David Blaikie | 2016-05-17 | 1 | -8/+5 |
| * | llvm-dwp: Move error handling code closer to use | David Blaikie | 2016-05-17 | 1 | -6/+6 |
| * | llvm-dwp: Add error handling for multiple type sections in a dwp file. | David Blaikie | 2016-05-17 | 1 | -1/+3 |
| * | llvm-dwp: Simplify duplicate DWO ID error handling | David Blaikie | 2016-05-17 | 1 | -9/+9 |
| * | llvm-dwp: Provide error handling for invalid string field forms | David Blaikie | 2016-05-17 | 1 | -8/+16 |
| * | llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info... | David Blaikie | 2016-05-16 | 1 | -8/+14 |
| * | llvm-dwp: Streamline duplicate DWO ID diagnostic handling | David Blaikie | 2016-05-16 | 1 | -24/+27 |