aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DIBuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-30[DebugInfo] Set all dbg.value intrinsics to be tail-calls (#73661)Jeremy Morse1-1/+3
2023-11-15Add RunTimeLang to Class and Enumeration DIBuilder functions (#72011)Augusto Noronha1-8/+11
2023-11-15Reland "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-5/+4
2023-11-15Revert "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-4/+5
2023-11-15[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variab...Michael Buch1-5/+4
2023-11-08Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-27/+10
2023-11-02[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-10/+27
2023-09-29Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Hans Wennborg1-27/+10
2023-09-26[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-10/+27
2023-06-26[LLDB] Add DWARF definitions for the new Mojo languagewalter erquinigo1-1/+1
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+2
2023-06-20Revert "Reland "[DebugMetadata][DwarfDebug] Support function-local types in l...Vladislav Dzhidzhoev1-25/+9
2023-06-20Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-9/+25
2023-06-20Revert "Reland "[DebugMetadata][DwarfDebug] Support function-local types in l...Vladislav Dzhidzhoev1-25/+9
2023-06-19Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-9/+25
2023-06-19Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-25/+9
2023-06-19[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-9/+25
2023-06-16Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-10/+10
2023-06-15Revert "Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-loc...Vladislav Dzhidzhoev1-10/+10
2023-06-15Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-10/+10
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-10/+10
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-10/+10
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-10/+10
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-10/+10
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-10/+10
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-10/+10
2023-06-12[DebugMetadata] Simplify handling subprogram's retainedNodes field. NFCI (1/7)Vladislav Dzhidzhoev1-47/+28
2023-06-08Revert "[DebugMetadata] Simplify handling subprogram's retainedNodes field. N...Vladislav Dzhidzhoev1-28/+47
2023-06-07[DebugMetadata] Simplify handling subprogram's retainedNodes field. NFCI (1/7)Kristina Bessonova1-47/+28
2023-04-17[nfc][llvm] Replace pointer cast functions in PointerUnion by llvm casting fu...Shraiysh Vaishay1-10/+10
2023-04-04[DebugInfo] don't make an MDTuple just to leak itJameson Nash1-2/+1
2023-03-02[DebugInfo] Remove `dbg.addr` from IRJ. Ryan Stinnett1-35/+2
2022-12-16[llvm][DebugInfo] Add IsDefault parameter to DIBuilder::createTemplateTemplat...Michael Buch1-2/+3
2022-12-06DebugInfo: Add support for new DWARFv5 language codesDavid Blaikie1-1/+1
2022-12-04DebugInfoMetadata: convert Optional to std::optionalKrzysztof Parzyszek1-5/+5
2022-12-02[IR] Use std::nullopt instead of None (NFC)Kazu Hirata1-16/+17
2022-11-08[Assignment Tracking][6/*] Add trackAssignments functionOCHyams1-1/+31
2022-11-03[DebugInfo][Metadata] Make AllEnumTypes holding TrackingMDNodeRefKristina Bessonova1-2/+4
2022-09-22[clang][DebugInfo] Emit access specifiers for typedefsJonathan Camilleri1-2/+2
2022-04-15[DebugInfo] Add a TargetFuncName field in DISubprogram forChih-Ping Chen1-2/+3
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-1/+0
2022-02-11Adding DiBuilder interface for assumed length stringsYASHASVI KHATAVKAR1-0/+16
2022-02-10Reverting an entire stack of changes causing build failuresYASHASVI KHATAVKAR1-16/+0
2022-02-10updated local branch to incorporate latest changesYASHASVI KHATAVKAR1-2/+2
2022-02-10worked on review commentsYASHASVI KHATAVKAR1-1/+1
2022-02-10Updated the test to include addtional detailsYASHASVI KHATAVKAR1-3/+3
2022-02-10Added StringLocationExp to the new apisYASHASVI KHATAVKAR1-3/+5
2022-02-10Addressed review commentsYASHASVI KHATAVKAR1-4/+4
2022-02-10Adding DIBuilder interface for assumed length stringYASHASVI KHATAVKAR1-0/+14
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-2/+0