summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)Author
2020-05-13[DebugInfo] Fortran module DebugInfo support in LLVMSourabh Singh Tomar
2020-04-20Recommit: DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serializatio...David Blaikie
2020-04-18[DebugInfo] Change DIEnumerator payload type from int64_t to APIntLemonBoy
2020-03-11Add debug info support for Swift/Clang APINotes.Adrian Prantl
2020-03-11Add an SDK attribute to DICompileUnitAdrian Prantl
2020-03-02Reland "[DebugInfo][clang][DWARF5]: Added support for debuginfo generation fo...Awanish Pandey
2020-03-02Revert "[DebugInfo][clang][DWARF5]: Added support for debuginfo generation fo...Hans Wennborg
2020-03-02[DebugInfo][clang][DWARF5]: Added support for debuginfo generation for defaul...Awanish Pandey
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-17Move the sysroot attribute from DIModule to DICompileUnitAdrian Prantl
2020-01-17Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot"Adrian Prantl
2020-01-17Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl
2020-01-06[NFC] Fix trivial typos in commentsJames Henderson
2019-12-30Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie
2019-12-27DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie
2019-10-02MetadataLoader upgradeCUVariables() - silence static analyzer dyn_cast_or_nul...Simon Pilgrim
2019-09-26MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>...Simon Pilgrim
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-14[BitcodeReader] Use tighter upper bound to validate forward references.Florian Hahn
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih
2019-06-26BitStream reader: propagate errorsJF Bastien
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song
2019-05-03Avoid cppcheck operator precedence warnings. NFCI.Simon Pilgrim
2019-04-08Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl
2019-03-19[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlagsPetar Jovanovic
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-28[DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson
2018-11-19[DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson
2018-11-14Remove unused getMDNodeFwdRefOrNull interfaces (NFC)Teresa Johnson
2018-11-13DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss
2018-09-21Ensure that variant part discriminator is read by MetadataLoaderJonas Devlieghere
2018-09-20[Bitcode] Address backwards compat bug in r342631Vedant Kumar
2018-09-20[IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet
2018-08-16DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie
2018-08-14[DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder
2018-02-12[DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder
2018-02-12Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov
2018-02-07Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov
2018-02-06Add DWARF for discriminated unionsAdrian Prantl
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-17[NFC] fix trivial typos in commentsHiroshi Inoue
2017-12-13Remove redundant includes from lib/Bitcode.Michael Zolotukhin
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl