summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)Author
2023-06-19Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev
2023-06-19[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev
2023-06-16Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev
2023-06-15Revert "Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-loc...Vladislav Dzhidzhoev
2023-06-15Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev
2023-01-18[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2023-01-18Revert "[BitcodeReader] Allow reading pointer types from old IR"Nikita Popov
2023-01-17[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-10Don't include None.h (NFC)Kazu Hirata
2022-12-08[DebugInfo] Store optional DIFile::Source as pointerJonas Hahnfeld
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata
2022-12-04DebugInfoMetadata: convert Optional to std::optionalKrzysztof Parzyszek
2022-12-02[Bitcode] Use std::nullopt instead of None (NFC)Kazu Hirata
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