summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
AgeCommit message (Expand)Author
2024-08-04[CodeGen] Construct SmallVector with ArrayRef (NFC) (#101841)Kazu Hirata
2024-06-14[llvm] Use llvm::unique (NFC) (#95628)Kazu Hirata
2023-04-26[DebugLocEntry][nfc] Remove redundant castFelipe de Azevedo Piovezan
2023-01-06[DebugInfo] Allow non-stack_value variadic expressions and use in DBG_INSTR_REFStephen Tozer
2022-12-19[DebugInfo] Add function to test debug values for equivalenceStephen Tozer
2022-08-07[llvm] Drop unnecessary const from return types (NFC)Kazu Hirata
2022-07-28[llvm] Fix some test failures with EXPENSIVE_CHECKS and libstdc++David Spickett
2021-09-17[AsmPrinter] DebugLocEntry::dump() - Use const-ref iterator in for-range loop...Simon Pilgrim
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-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-03-10Reapply "[DebugInfo] Add DWARF emission for DBG_VALUE_LIST"Stephen Tozer
2021-03-10Revert "[DebugInfo] Add DWARF emission for DBG_VALUE_LIST"Stephen Tozer
2021-03-10[DebugInfo] Add DWARF emission for DBG_VALUE_LISTgbtozers
2020-09-01[NFCI] Removed an un-used declaration got accidentally introduced in f91d18ea...Sourabh Singh Tomar
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar
2019-12-20[WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik
2019-06-27[DWARF] Handle the DW_OP_entry_value operandDjordje Todorovic
2019-06-13[DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)Nikola Prica
2019-04-09[DebugInfo] Pass all values in DebugLocEntry's constructor, NFCDavid Stenberg
2019-04-09[DebugInfo] Remove redundant DebugLocEntry::MergeValues() function, NFCDavid Stenberg
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-06[CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-08-02Remove unreachable code. (NFC)Adrian Prantl
2017-01-28Use print() instead of dump() in codeMatthias Braun
2016-12-22Refactor the DIExpression fragment query interface (NFC)Adrian Prantl
2016-12-05[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-04Make headers self-contained again.Benjamin Kramer
2016-02-29Improve the debug output of DwarfDebug::buildLocationList().Adrian Prantl
2016-01-16[DwarfDebug] Move MergeValues to .cpp, NFCKeno Fischer
2015-10-15Replace a forward declaration with an #include.Adrian Prantl
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-21AsmPrinter: Don't emit empty .debug_loc entriesDuncan P. N. Exon Smith
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith
2015-04-17AsmPrinter: Create a unified .debug_loc streamDuncan P. N. Exon Smith
2015-04-17AsmPrinter: Store MDExpression directly instead of MDNode, NFCDuncan P. N. Exon Smith