aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud1-2/+6
2016-12-25MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes...Mehdi Amini1-44/+23
2016-12-25MetadataLoader: add an extra assertion in Placeholders flush (NFC)Mehdi Amini1-3/+3
2016-12-23MetadataLoader: split the creation of a single metadata out of a Record into ...Mehdi Amini1-635/+650
2016-12-23MetadataLoader: Reinitialize MinFwdRef/MaxFwdRef after resolving cycles (NFC)Mehdi Amini1-0/+2
2016-12-23MetadataLoader: Add an assertion for the implicit invariant of PlaceHolder wh...Mehdi Amini1-2/+8
2016-12-23MetadataLoader: Make sure every member of MetadataLoader are initialized (NFC)Mehdi Amini1-6/+13
2016-12-23MetadataLoader: Refactor "IsImporting" into the Pimpl for the MetadataLoader ...Mehdi Amini1-9/+11
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl1-34/+59
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson1-10/+39
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl1-19/+4
2016-12-16Strip invalid TBAA when reading bitcodeMehdi Amini1-0/+13
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl1-4/+19
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl1-19/+4
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl1-4/+19
2016-12-12Fix MSVC build after 289461; MSVC isn't sure if this is std:: or llvm::Nico Weber1-2/+2
2016-12-12Refactor BitcodeReader: move Metadata and ValueId handling in their own class...Mehdi Amini1-0/+1316