summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie2019-12-301-1/+1
* DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie2019-12-271-1/+1
* MetadataLoader upgradeCUVariables() - silence static analyzer dyn_cast_or_nul...Simon Pilgrim2019-10-021-1/+1
* MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>...Simon Pilgrim2019-09-261-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [BitcodeReader] Use tighter upper bound to validate forward references.Florian Hahn2019-07-141-4/+16
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* BitStream reader: propagate errorsJF Bastien2019-06-261-53/+136
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-1/+1
* Avoid cppcheck operator precedence warnings. NFCI.Simon Pilgrim2019-05-031-1/+1
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+12
* [DebugInfoMetadata] Move main subprogram DIFlag into DISPFlagsPetar Jovanovic2019-03-191-7/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-21/+42
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-4/+4
* Remove unused getMDNodeFwdRefOrNull interfaces (NFC)Teresa Johnson2018-11-141-11/+3
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-1/+2
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-4/+18
* Ensure that variant part discriminator is read by MetadataLoaderJonas Devlieghere2018-09-211-1/+1
* [Bitcode] Address backwards compat bug in r342631Vedant Kumar2018-09-201-2/+2
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-201-2/+4
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-1/+1
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-2/+5
* [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
OpenPOWER on IntegriCloud