summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)Author
2020-10-29[DebugInfo] Support for DW_TAG_generic_subrangeAlok Kumar Sharma
2020-10-12Restore "[ThinLTO] Avoid temporaries when loading global decl attachment meta...Teresa Johnson
2020-10-10[DebugInfo] Support for DWARF attribute DW_AT_rankAlok Kumar Sharma
2020-09-23Revert D87970 "[ThinLTO] Avoid temporaries when loading global decl attachmen...Fangrui Song
2020-09-22[ThinLTO] Avoid temporaries when loading global decl attachment metadataTeresa Johnson
2020-09-17MetadataLoader.cpp - remove unnecessary StringRef include. NFCI.Simon Pilgrim
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar
2020-07-20[DebugInfo] Support for DW_AT_associated and DW_AT_allocated.Alok Kumar Sharma
2020-06-25Remove references to the 4.0 release as a major breaking (NFC)Mehdi Amini
2020-05-28[DebugInfo] Upgrade DISubrange to support Fortran dynamic arraysAlok Kumar Sharma
2020-05-15[DebugInfo] support for DW_AT_data_location in llvmAlok Kumar Sharma
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