summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Decompressor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+9
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-9/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+9
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[Decompression] Fail gracefully when out of memory"Vedant Kumar2017-09-051-11/+3
* [Decompression] Fail gracefully when out of memoryJonas Devlieghere2017-09-051-3/+11
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [lib/Object] - Minor API update for llvm::Decompressor.George Rimar2017-05-181-5/+0
* Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar2017-01-171-4/+1
* Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar2017-01-171-1/+4
* [Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar2017-01-171-4/+1
* [lib/Object] Unbreak build with -Werror (unused variable). NFCI.Davide Italiano2017-01-111-1/+1
* [lib/Object] - Introduce Decompressor class.George Rimar2017-01-111-0/+102
OpenPOWER on IntegriCloud