summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Bitcode] Remove unused PlaceHolder parameter to lazyLoadModuleMetadataBlock()Mehdi Amini2017-01-071-4/+4
* Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)Mehdi Amini2017-01-041-27/+373
* [ThinLTO] Import type as decl only when non-null IdentifierTeresa Johnson2017-01-031-1/+1
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-2/+6
* MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes...Mehdi Amini2016-12-251-44/+23
* MetadataLoader: add an extra assertion in Placeholders flush (NFC)Mehdi Amini2016-12-251-3/+3
* MetadataLoader: split the creation of a single metadata out of a Record into ...Mehdi Amini2016-12-231-635/+650
* MetadataLoader: Reinitialize MinFwdRef/MaxFwdRef after resolving cycles (NFC)Mehdi Amini2016-12-231-0/+2
* MetadataLoader: Add an assertion for the implicit invariant of PlaceHolder wh...Mehdi Amini2016-12-231-2/+8
* MetadataLoader: Make sure every member of MetadataLoader are initialized (NFC)Mehdi Amini2016-12-231-6/+13
* MetadataLoader: Refactor "IsImporting" into the Pimpl for the MetadataLoader ...Mehdi Amini2016-12-231-9/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-34/+59
* [ThinLTO] Import composite types as declarationsTeresa Johnson2016-12-161-10/+39
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-19/+4
* Strip invalid TBAA when reading bitcodeMehdi Amini2016-12-161-0/+13
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-4/+19
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-19/+4
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-4/+19
* Fix MSVC build after 289461; MSVC isn't sure if this is std:: or llvm::Nico Weber2016-12-121-2/+2
* Refactor BitcodeReader: move Metadata and ValueId handling in their own class...Mehdi Amini2016-12-121-0/+1316
OpenPOWER on IntegriCloud