summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitstream
AgeCommit message (Expand)Author
2024-11-27[BitstreamReader] Fix 32-bit overflow (#117363)Pranav Kant
2024-05-15[nfc] Allow forwarding `Error` returns from `Expected` callers (#92208)Mircea Trofin
2022-12-07[Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-02-16[Bitstream] Remove pessimizing moveJan Svoboda
2022-02-15[Bitstream] Improve error propagation from ReadVBRJan Korous
2022-02-07[Bitstream] Check that there is enough space for blobNikita Popov
2022-02-07[Bitstream] Reject implausibly large reservationsNikita Popov
2022-02-07[Bitcode] Handle invalid abbrev number error more gracefullyNikita Popov
2022-02-04[BitstreamReader] Fix incorrect error forwardingNikita Popov
2022-02-04[BitstreamReader] Handle errors more gracefullyNikita Popov
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-09-01[Bitstream] Use alignTo to make code more readable. NFCCraig Topper
2020-08-26Fix a 32-bit overflow issue when reading LTO-generated bitcode files whose st...Jianzhou Zhao
2020-05-01[Bitcode] reserve in front of push_back loops. NFCI.Benjamin Kramer
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-12-25[Bitstream] Delete skipAbbreviatedField which duplicates readAbbreviatedFieldFangrui Song
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih