aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-28[Bitcode] Support expanding constant expressions into instructionsNikita Popov1-4/+6
2022-04-15[DebugInfo] Add a TargetFuncName field in DISubprogram forChih-Ping Chen1-1/+5
2022-04-06DebugInfo: Make the simplified template names prefix more uniqueDavid Blaikie1-1/+1
2022-04-05DebugInfo: ThinLTO: Import template parameters on type declarationsDavid Blaikie1-0/+9
2022-02-22[Bitcode] Store type IDs for valuesNikita Popov1-7/+10
2022-02-09[Bitcode] Fix size check for DIImportedEntity recordNikita Popov1-2/+2
2022-02-07Cleanup LLVMBitcode headersserge-sans-paille1-33/+18
2022-02-04Reduce dependencies on llvm/BinaryFormat/Dwarf.hserge-sans-paille1-0/+1
2022-01-26[DebugInfo] Add stringLocationExp field to DIStringTypeChih-Ping Chen1-2/+8
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata1-1/+1
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata1-2/+2
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski1-3/+4
2021-11-14[llvm] Use isa instead of dyn_cast (NFC)Kazu Hirata1-1/+1
2021-11-11[DebugInfo] run clang-format on some unformatted filesLuís Ferreira1-47/+46
2021-11-09Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Arthur Eubanks1-9/+4
2021-11-09[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder1-4/+9
2021-10-25Bitcode: Use Expected<T>::takeError() and moveInto() more, NFCDuncan P. N. Exon Smith1-38/+32
2021-10-20[IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirect...Itay Bookstein1-2/+1
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim1-4/+5
2021-09-16[DebugInfo] Enhance DIImportedEntity to accept children entitiesAlok Kumar Sharma1-3/+5
2021-08-26[DebugInfo] generate btf_tag annotations for func parametersYonghong Song1-3/+8
2021-08-26[DebugInfo] generate btf_tag annotations for DIGlobalVariableYonghong Song1-3/+9
2021-08-26[DebugInfo] generate btf_tag annotations for DISubprogram typesYonghong Song1-1/+6
2021-08-20[DebugInfo] generate btf_tag annotations for DIDerived typesYonghong Song1-2/+6
2021-08-19Reland [DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song1-3/+7
2021-08-19Revert "[DebugInfo] generate btf_tag annotations for DIComposite types"Yonghong Song1-7/+3
2021-08-19[DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song1-3/+7
2021-07-02Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Jonas Devlieghere1-8/+2
2021-06-28[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder1-2/+8
2021-04-22[Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refsStephen Tozer1-2/+9
2021-03-08[DebugInfo] Support DIArgList in DbgVariableIntrinsicgbtozers1-2/+1
2021-03-05[DebugInfo] Add DIArgList MD to store multple values in DbgVariableIntrinsicsgbtozers1-0/+10
2020-12-18[DebugInfo] Support Fortran 'use <external module>' statement.Chih-Ping Chen1-4/+5
2020-10-31[Bitcode] Make some basic PlaceholderQueue/MetadataLoaderImpl helper methods ...Simon Pilgrim1-3/+3
2020-10-29[DebugInfo] Support for DW_TAG_generic_subrangeAlok Kumar Sharma1-0/+13
2020-10-12Restore "[ThinLTO] Avoid temporaries when loading global decl attachment meta...Teresa Johnson1-20/+108
2020-10-10[DebugInfo] Support for DWARF attribute DW_AT_rankAlok Kumar Sharma1-3/+7
2020-09-23Revert D87970 "[ThinLTO] Avoid temporaries when loading global decl attachmen...Fangrui Song1-106/+20
2020-09-22[ThinLTO] Avoid temporaries when loading global decl attachment metadataTeresa Johnson1-20/+106
2020-09-17MetadataLoader.cpp - remove unnecessary StringRef include. NFCI.Simon Pilgrim1-3/+0
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar1-0/+15
2020-07-20[DebugInfo] Support for DW_AT_associated and DW_AT_allocated.Alok Kumar Sharma1-3/+11
2020-06-25Remove references to the 4.0 release as a major breaking (NFC)Mehdi Amini1-2/+2
2020-05-28[DebugInfo] Upgrade DISubrange to support Fortran dynamic arraysAlok Kumar Sharma1-2/+12
2020-05-15[DebugInfo] support for DW_AT_data_location in llvmAlok Kumar Sharma1-3/+6
2020-05-13[DebugInfo] Fortran module DebugInfo support in LLVMSourabh Singh Tomar1-5/+9
2020-04-20Recommit: DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serializatio...David Blaikie1-2/+1
2020-04-18[DebugInfo] Change DIEnumerator payload type from int64_t to APIntLemonBoy1-3/+13
2020-03-11Add debug info support for Swift/Clang APINotes.Adrian Prantl1-4/+5
2020-03-11Add an SDK attribute to DICompileUnitAdrian Prantl1-2/+3