aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Decompressor.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-4/+9
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-9/+4
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-4/+9
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-09-05Revert "[Decompression] Fail gracefully when out of memory"Vedant Kumar1-11/+3
2017-09-05[Decompression] Fail gracefully when out of memoryJonas Devlieghere1-3/+11
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-18[lib/Object] - Minor API update for llvm::Decompressor.George Rimar1-5/+0
2017-01-17Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar1-4/+1
2017-01-17Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar1-1/+4
2017-01-17[Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar1-4/+1
2017-01-11[lib/Object] Unbreak build with -Werror (unused variable). NFCI.Davide Italiano1-1/+1
2017-01-11[lib/Object] - Introduce Decompressor class.George Rimar1-0/+102