summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)Author
2022-11-07[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams
2022-11-03Revert "[Assignment Tracking][3/*] Add DIAssignID metadata boilerplate"OCHyams
2022-11-03[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-14[Bitcode] Report metadata decoding error more gracefullyNikita Popov
2022-06-28[Bitcode] Support expanding constant expressions into instructionsNikita Popov
2022-04-15[DebugInfo] Add a TargetFuncName field in DISubprogram forChih-Ping Chen
2022-04-06DebugInfo: Make the simplified template names prefix more uniqueDavid Blaikie
2022-04-05DebugInfo: ThinLTO: Import template parameters on type declarationsDavid Blaikie
2022-02-22[Bitcode] Store type IDs for valuesNikita Popov
2022-02-09[Bitcode] Fix size check for DIImportedEntity recordNikita Popov
2022-02-07Cleanup LLVMBitcode headersserge-sans-paille
2022-02-04Reduce dependencies on llvm/BinaryFormat/Dwarf.hserge-sans-paille
2022-01-26[DebugInfo] Add stringLocationExp field to DIStringTypeChih-Ping Chen
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski
2021-11-14[llvm] Use isa instead of dyn_cast (NFC)Kazu Hirata
2021-11-11[DebugInfo] run clang-format on some unformatted filesLuís Ferreira
2021-11-09Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Arthur Eubanks
2021-11-09[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder
2021-10-25Bitcode: Use Expected<T>::takeError() and moveInto() more, NFCDuncan P. N. Exon Smith
2021-10-20[IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirect...Itay Bookstein
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-09-16[DebugInfo] Enhance DIImportedEntity to accept children entitiesAlok Kumar Sharma
2021-08-26[DebugInfo] generate btf_tag annotations for func parametersYonghong Song
2021-08-26[DebugInfo] generate btf_tag annotations for DIGlobalVariableYonghong Song
2021-08-26[DebugInfo] generate btf_tag annotations for DISubprogram typesYonghong Song
2021-08-20[DebugInfo] generate btf_tag annotations for DIDerived typesYonghong Song
2021-08-19Reland [DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song
2021-08-19Revert "[DebugInfo] generate btf_tag annotations for DIComposite types"Yonghong Song
2021-08-19[DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song
2021-07-02Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Jonas Devlieghere
2021-06-28[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder
2021-04-22[Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refsStephen Tozer
2021-03-08[DebugInfo] Support DIArgList in DbgVariableIntrinsicgbtozers
2021-03-05[DebugInfo] Add DIArgList MD to store multple values in DbgVariableIntrinsicsgbtozers
2020-12-18[DebugInfo] Support Fortran 'use <external module>' statement.Chih-Ping Chen
2020-10-31[Bitcode] Make some basic PlaceholderQueue/MetadataLoaderImpl helper methods ...Simon Pilgrim
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