aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitstream/Reader/BitstreamReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-16[Bitstream] Remove pessimizing moveJan Svoboda1-6/+6
2022-02-15[Bitstream] Improve error propagation from ReadVBRJan Korous1-2/+6
2022-02-07[Bitstream] Check that there is enough space for blobNikita Popov1-7/+3
2022-02-07[Bitstream] Reject implausibly large reservationsNikita Popov1-0/+4
2022-02-07[Bitcode] Handle invalid abbrev number error more gracefullyNikita Popov1-2/+9
2022-02-04[BitstreamReader] Fix incorrect error forwardingNikita Popov1-1/+1
2022-02-04[BitstreamReader] Handle errors more gracefullyNikita Popov1-8/+14
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata1-2/+1
2020-09-01[Bitstream] Use alignTo to make code more readable. NFCCraig Topper1-4/+2
2020-08-26Fix a 32-bit overflow issue when reading LTO-generated bitcode files whose st...Jianzhou Zhao1-4/+7
2020-05-01[Bitcode] reserve in front of push_back loops. NFCI.Benjamin Kramer1-11/+7
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-7/+7
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-7/+7
2019-12-25[Bitstream] Delete skipAbbreviatedField which duplicates readAbbreviatedFieldFangrui Song1-34/+4
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih1-0/+510