aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Revert "Reland "[DebugMetadata][DwarfDebug] Support function-local types in l...Vladislav Dzhidzhoev1-56/+31
2023-06-20Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-31/+56
2023-06-20Revert "Reland "[DebugMetadata][DwarfDebug] Support function-local types in l...Vladislav Dzhidzhoev1-56/+31
2023-06-19Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-31/+56
2023-06-19Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-56/+31
2023-06-19[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-31/+56
2023-06-16Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-0/+84
2023-06-15Revert "Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-loc...Vladislav Dzhidzhoev1-84/+0
2023-06-15Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-0/+84
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-84/+0
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-0/+84
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-84/+0
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-0/+84
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-84/+0
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-0/+84
2023-01-18[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer1-11/+23
2023-01-18Revert "[BitcodeReader] Allow reading pointer types from old IR"Nikita Popov1-23/+11
2023-01-17[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer1-11/+23
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-10Don't include None.h (NFC)Kazu Hirata1-1/+0
2022-12-08[DebugInfo] Store optional DIFile::Source as pointerJonas Hahnfeld1-5/+4
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata1-1/+0
2022-12-04DebugInfoMetadata: convert Optional to std::optionalKrzysztof Parzyszek1-7/+8
2022-12-02[Bitcode] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+6
2022-11-07[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams1-0/+13
2022-11-03Revert "[Assignment Tracking][3/*] Add DIAssignID metadata boilerplate"OCHyams1-13/+0
2022-11-03[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams1-0/+13
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-4/+4
2022-07-14[Bitcode] Report metadata decoding error more gracefullyNikita Popov1-10/+17
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