summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/ValueList.h
AgeCommit message (Expand)Author
2022-07-17Remove unused forward declarations (NFC)Kazu Hirata
2022-06-28[ValueList] Include Error.h (NFC)Nikita Popov
2022-06-28[Bitcode] Support expanding constant expressions into instructionsNikita Popov
2022-03-11[Bitcode] Check for type mismatch when assigning valueNikita Popov
2022-02-22[Bitcode] Store type IDs for valuesNikita Popov
2022-02-15[BitcodeReader] Change order of assignValue() arguments (NFC)Nikita Popov
2021-06-14[OpaquePtr] Remove existing support for forward compatibilityArthur Eubanks
2019-07-14[BitcodeReader] Use tighter upper bound to validate forward references.Florian Hahn
2019-06-27Bitcode: derive all types used from records instead of Values.Tim Northover
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-05-01Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2016-12-12Refactor BitcodeReader: move Metadata and ValueId handling in their own class...Mehdi Amini