aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitstream/Reader/BitstreamReader.cpp
AgeCommit message (Expand)AuthorFilesLines
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