summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)Author
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-16[MetadataLoader] Remove unused Vector. NFCI.Davide Italiano
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl
2017-04-26Revert "Turn DISubprogram into a variable-length node."Adrian Prantl
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-11Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer
2017-02-08Fix bitcode upgrade for DIGlobalVariables with a var: field.Adrian Prantl
2017-02-07Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.Adrian Prantl
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen
2017-01-27Avoid using unspecified ordering in MetadataLoader::MetadataLoaderImpl::parse...Ivan Krasin
2017-01-20[ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini
2017-01-20Add an assertion to PlaceholderQueue destructor, ensuring it has been flushedMehdi Amini
2017-01-18[ThinLTO] Add a recursive step in Metadata lazy-loadingMehdi Amini
2017-01-13Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer
2017-01-08[ThinLTO] Fix lazy-loading of Metadata attachment, which left some Fwd ref be...Mehdi Amini
2017-01-07[ThinLTO] Fix assertions on lazy-loading of Metadata TBAA attachmentsMehdi Amini
2017-01-07[Bitcode] Remove unused PlaceHolder parameter to lazyLoadModuleMetadataBlock()Mehdi Amini
2017-01-04Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)Mehdi Amini
2017-01-03[ThinLTO] Import type as decl only when non-null IdentifierTeresa Johnson
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud
2016-12-25MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes...Mehdi Amini
2016-12-25MetadataLoader: add an extra assertion in Placeholders flush (NFC)Mehdi Amini
2016-12-23MetadataLoader: split the creation of a single metadata out of a Record into ...Mehdi Amini
2016-12-23MetadataLoader: Reinitialize MinFwdRef/MaxFwdRef after resolving cycles (NFC)Mehdi Amini
2016-12-23MetadataLoader: Add an assertion for the implicit invariant of PlaceHolder wh...Mehdi Amini
2016-12-23MetadataLoader: Make sure every member of MetadataLoader are initialized (NFC)Mehdi Amini
2016-12-23MetadataLoader: Refactor "IsImporting" into the Pimpl for the MetadataLoader ...Mehdi Amini
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16Strip invalid TBAA when reading bitcodeMehdi Amini
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-12Fix MSVC build after 289461; MSVC isn't sure if this is std:: or llvm::Nico Weber
2016-12-12Refactor BitcodeReader: move Metadata and ValueId handling in their own class...Mehdi Amini