summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.h
AgeCommit message (Expand)Author
2023-10-05[BitcodeReader] Replace unsupported constexprs in metadata with undefNikita Popov
2023-09-28[Bitcode] Support expanding constant expressions in function metadataNikita Popov
2023-01-18[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2023-01-18Revert "[BitcodeReader] Allow reading pointer types from old IR"Nikita Popov
2023-01-17[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2022-02-07Cleanup LLVMBitcode headersserge-sans-paille
2020-04-24MetadataLoader.h - remove unnecessary Error forward declaration. NFC.Simon Pilgrim
2020-04-22MetadataLoader.h - remove unused MDNode forward declaration. NFC.Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-14Remove unused getMDNodeFwdRefOrNull interfaces (NFC)Teresa Johnson
2018-08-06[NFC] Fix typoXin Tong
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2017-01-20[ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini
2016-12-23MetadataLoader: Refactor "IsImporting" into the Pimpl for the MetadataLoader ...Mehdi Amini
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson
2016-12-16Strip invalid TBAA when reading bitcodeMehdi Amini
2016-12-12Refactor BitcodeReader: move Metadata and ValueId handling in their own class...Mehdi Amini