summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+16
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-4/+5
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-3/+10
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-2/+3
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-3/+2
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-2/+3
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-2/+5
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-7/+18
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-171-1/+1
* Remove redundant includes from lib/Bitcode.Michael Zolotukhin2017-12-131-4/+0
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-2/+3
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-9/+13
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-3/+5
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-31/+92
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MetadataLoader] Remove unused Vector. NFCI.Davide Italiano2017-05-161-1/+1
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-4/+8
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-2/+2
* Revert "Turn DISubprogram into a variable-length node."Adrian Prantl2017-04-261-2/+2
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-2/+2
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-23/+25
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-5/+52
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-1/+1
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-2/+9
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-111-1/+1
* Fix bitcode upgrade for DIGlobalVariables with a var: field.Adrian Prantl2017-02-081-2/+1
* Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.Adrian Prantl2017-02-071-5/+51
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-2/+3
* Avoid using unspecified ordering in MetadataLoader::MetadataLoaderImpl::parse...Ivan Krasin2017-01-271-33/+66
* [ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini2017-01-201-4/+17
* Add an assertion to PlaceholderQueue destructor, ensuring it has been flushedMehdi Amini2017-01-201-0/+3
* [ThinLTO] Add a recursive step in Metadata lazy-loadingMehdi Amini2017-01-181-4/+17
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-5/+5
* [ThinLTO] Fix lazy-loading of Metadata attachment, which left some Fwd ref be...Mehdi Amini2017-01-081-1/+2
* [ThinLTO] Fix assertions on lazy-loading of Metadata TBAA attachmentsMehdi Amini2017-01-071-4/+4
* [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
OpenPOWER on IntegriCloud