aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-04[CodeGen] Construct SmallVector with ArrayRef (NFC) (#101841)Kazu Hirata1-4/+2
2024-06-14[llvm] Use llvm::unique (NFC) (#95628)Kazu Hirata1-4/+4
2023-04-26[DebugLocEntry][nfc] Remove redundant castFelipe de Azevedo Piovezan1-1/+1
2023-01-06[DebugInfo] Allow non-stack_value variadic expressions and use in DBG_INSTR_REFStephen Tozer1-11/+1
2022-12-19[DebugInfo] Add function to test debug values for equivalenceStephen Tozer1-5/+35
2022-08-07[llvm] Drop unnecessary const from return types (NFC)Kazu Hirata1-3/+1
2022-07-28[llvm] Fix some test failures with EXPENSIVE_CHECKS and libstdc++David Spickett1-0/+5
2021-09-17[AsmPrinter] DebugLocEntry::dump() - Use const-ref iterator in for-range loop...Simon Pilgrim1-1/+1
2021-06-24Partial Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and ...Stephen Tozer1-10/+0
2021-06-08Revert "3rd Reapply "[DebugInfo] Use variadic debug values to salvage BinOps ...Hans Wennborg1-0/+10
2021-05-213rd Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP ...Stephen Tozer1-10/+0
2021-04-30Revert "Re-reapply "[DebugInfo] Use variadic debug values to salvage BinOps a...Nathan Chancellor1-0/+10
2021-04-23Re-reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP i...Stephen Tozer1-10/+0
2021-03-10Reapply "[DebugInfo] Add DWARF emission for DBG_VALUE_LIST"Stephen Tozer1-34/+95
2021-03-10Revert "[DebugInfo] Add DWARF emission for DBG_VALUE_LIST"Stephen Tozer1-95/+34
2021-03-10[DebugInfo] Add DWARF emission for DBG_VALUE_LISTgbtozers1-34/+95
2020-09-01[NFCI] Removed an un-used declaration got accidentally introduced in f91d18ea...Sourabh Singh Tomar1-3/+0
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar1-0/+3
2019-12-20[WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik1-3/+35
2019-06-27[DWARF] Handle the DW_OP_entry_value operandDjordje Todorovic1-0/+1
2019-06-13[DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)Nikola Prica1-91/+87
2019-04-09[DebugInfo] Pass all values in DebugLocEntry's constructor, NFCDavid Stenberg1-6/+11
2019-04-09[DebugInfo] Remove redundant DebugLocEntry::MergeValues() function, NFCDavid Stenberg1-6/+0
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-2/+4
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin1-4/+2
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-2/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-1/+1
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-7/+7
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-04-06[CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-08-02Remove unreachable code. (NFC)Adrian Prantl1-1/+1
2017-01-28Use print() instead of dump() in codeMatthias Braun1-1/+3
2016-12-22Refactor the DIExpression fragment query interface (NFC)Adrian Prantl1-2/+2
2016-12-05[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl1-5/+5
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-03-04Make headers self-contained again.Benjamin Kramer1-0/+1
2016-02-29Improve the debug output of DwarfDebug::buildLocationList().Adrian Prantl1-0/+14
2016-01-16[DwarfDebug] Move MergeValues to .cpp, NFCKeno Fischer1-12/+1
2015-10-15Replace a forward declaration with an #include.Adrian Prantl1-1/+2
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-21AsmPrinter: Don't emit empty .debug_loc entriesDuncan P. N. Exon Smith1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-10/+10
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith1-4/+3
2015-04-17AsmPrinter: Create a unified .debug_loc streamDuncan P. N. Exon Smith1-8/+3
2015-04-17AsmPrinter: Store MDExpression directly instead of MDNode, NFCDuncan P. N. Exon Smith1-9/+7