summaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DebugInfoMetadata.cpp
AgeCommit message (Expand)Author
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-08-05Add a DIExpression const-folder to prevent silly expressions.Paul Robinson
2021-07-02Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Jonas Devlieghere
2021-06-28[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder
2021-06-24Partial Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and ...Stephen Tozer
2021-06-08Revert "3rd Reapply "[DebugInfo] Use variadic debug values to salvage BinOps ...Hans Wennborg
2021-05-213rd Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP ...Stephen Tozer
2021-05-18[SampleFDO] New hierarchical discriminator for Flow Sensitive SampleFDORong Xu
2021-04-30Revert "Re-reapply "[DebugInfo] Use variadic debug values to salvage BinOps a...Nathan Chancellor
2021-04-23Re-reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP i...Stephen Tozer
2021-04-12Revert "Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and ...Amy Huang
2021-04-12Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP inst...Stephen Tozer
2021-03-30[DebugInfo] Support for signed constants inside DIExpressionSourabh Singh Tomar
2021-03-30[DebugInfo] Upgrade DISubragne::count to accept DIExpression alsoAlok Kumar Sharma
2021-03-11Revert "[DebugInfo] Use variadic debug values to salvage BinOps and GEP instr...Stephen Tozer
2021-03-11[DebugInfo] Use variadic debug values to salvage BinOps and GEP instrs with n...gbtozers
2021-03-09[DebugInfo] Add replaceArg function to simplify DBG_VALUE_LIST expressionsgbtozers
2021-03-05[DebugInfo] Add DIArgList MD to store multple values in DbgVariableIntrinsicsgbtozers
2021-03-05Reapply "[DebugInfo] Add new instruction and DIExpression operator for varia...Stephen Tozer
2021-03-04Revert "[DebugInfo] Add new instruction and DIExpression operator for variadi...Stephen Tozer
2021-03-04[DebugInfo] Add new instruction and DIExpression operator for variadic debug ...gbtozers
2021-02-27[IR] Use range-based for loops (NFC)Kazu Hirata
2021-02-04Remove overzealous verifier check on DW_OP_LLVM_entry_value and improve the d...Adrian Prantl
2021-01-15[Debuginfo][DW_OP_implicit_pointer] (1/7) Support for DW_OP_LLVM_implicit_poi...Alok Kumar Sharma
2020-12-18[DebugInfo] Support Fortran 'use <external module>' statement.Chih-Ping Chen
2020-10-29[DebugInfo] Support for DW_TAG_generic_subrangeAlok Kumar Sharma
2020-10-17[DebugInfo] Support for DWARF operator DW_OP_overAlok Kumar Sharma
2020-10-10[DebugInfo] Support for DWARF attribute DW_AT_rankAlok Kumar Sharma
2020-08-28Strength-reduce SmallVectors to arrays. NFCI.Benjamin Kramer
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-07-01Pass DIEnumerator APInt args by const reference not value.Simon Pilgrim
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
2020-05-15[DebugInfo] llvm rejects DWARF operator DW_OP_push_object_addressAlok Kumar Sharma
2020-05-13[DebugInfo] Fortran module DebugInfo support in LLVMSourabh Singh Tomar
2020-04-18[DebugInfo] Change DIEnumerator payload type from int64_t to APIntLemonBoy
2020-04-15[LICM] Try to merge debug locations when sinking.Davide Italiano
2020-03-17[DwarfDebug] Fix an assertion error when emitting call site info that combine...Vedant Kumar
2020-03-12Add support for SHA256 source file checksums in debug infoArlo Siemsen
2020-03-11Add debug info support for Swift/Clang APINotes.Adrian Prantl
2020-03-11Add an SDK attribute to DICompileUnitAdrian Prantl
2020-03-02More principled implementation of DISubprogram::describes()Adrian Prantl
2020-03-02Reland "[DebugInfo][clang][DWARF5]: Added support for debuginfo generation fo...Awanish Pandey