| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -4/+9 |
| * | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -9/+4 |
| * | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -4/+9 |
| * | Switch LLVM to use 64-bit offsets (2/5) | Igor Kudrin | 2019-08-06 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Revert "[Decompression] Fail gracefully when out of memory" | Vedant Kumar | 2017-09-05 | 1 | -11/+3 |
| * | [Decompression] Fail gracefully when out of memory | Jonas Devlieghere | 2017-09-05 | 1 | -3/+11 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [lib/Object] - Minor API update for llvm::Decompressor. | George Rimar | 2017-05-18 | 1 | -5/+0 |
| * | Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins... | George Rimar | 2017-01-17 | 1 | -4/+1 |
| * | Revert r292214 "[Support/Compression] - Change zlib API to return Error inste... | George Rimar | 2017-01-17 | 1 | -1/+4 |
| * | [Support/Compression] - Change zlib API to return Error instead of custom sta... | George Rimar | 2017-01-17 | 1 | -4/+1 |
| * | [lib/Object] Unbreak build with -Werror (unused variable). NFCI. | Davide Italiano | 2017-01-11 | 1 | -1/+1 |
| * | [lib/Object] - Introduce Decompressor class. | George Rimar | 2017-01-11 | 1 | -0/+102 |