summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2025-11-20[DebugInfo] Force early line-zero calls to have meaningful locations (#156850)Jeremy Morse
2025-11-18Introduce DwarfUnit::addBlock helper method (#168446)Tom Tromey
2025-11-12CodeGen: Fix CodeView crashes with empty llvm.dbg.cu (#163286)Matt Arsenault
2025-11-12[AsmPrinter] Replace improper use of Register with MCRegUnit (NFC) (#167682)Sergei Barannikov
2025-11-11Remove unused <iterator> inclusionserge-sans-paille
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh
2025-11-05[llvm] Emit canonical linkage correct function symbol (#166487)Prabhu Rajasekaran
2025-11-02[CodeGen] Remove redundant declarations (NFC) (#166105)Kazu Hirata
2025-11-01[Analysis, CodeGen] Use ArrayRef instead of const ArrayRef (NFC) (#166026)Kazu Hirata
2025-10-31[llvm][DebugInfo][ObjC] Make sure we link backing ivars to their DW_TAG_APPLE...Michael Buch
2025-10-30[SHT_LLVM_BB_ADDR] Implement ELF and YAML support for Propeller CFG data in P...Rahman Lavaee
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams
2025-10-26[CodeGen] Use DenseMap::try_emplace (NFC) (#165165)Kazu Hirata
2025-10-23Adding Matching and Inference Functionality to Propeller-PR2 (#162963)wdx727
2025-10-22[CodeGen] Add "override" where appropriate (NFC) (#164571)Kazu Hirata
2025-10-21Add comment about static_cast requirement.Rahman Lavaee
2025-10-22Revert "Remove unnecessary static_cast<bool> in AsmPrinter.cpp."Aiden Grossman
2025-10-21Remove unnecessary static_cast<bool> in AsmPrinter.cpp.Rahman Lavaee
2025-10-21Minor optimizations to DW_OP_LLVM_extract_bits_* (#163812)Tom Tromey
2025-10-17[llvm][DebugInfo] Add support for emitting DW_AT_language_version (#163147)Michael Buch
2025-10-17[DWARF] Don't leak line numbers onto frame-setup instructions (#161845)Orlando Cazalet-Hyams
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda
2025-10-15[NFC][llvm] Update call graph section's name. (#163429)Prabhu Rajasekaran
2025-10-14Adding Matching and Inference Functionality to Propeller (#160706)wdx727
2025-10-13[NFC][LLVM][CodeGen] Namespace related cleanups (#162999)Rahul Joshi
2025-10-11[llvm][DebugInfo] Support versioned source language names in DwarfUnit (#162625)Michael Buch
2025-10-10[llvm][AsmPrinter] Call graph section format. (#159866)Prabhu Rajasekaran
2025-10-10[llvm][DebugInfo] Add support for emitting DW_AT_language_name (#162621)Michael Buch
2025-10-10Do not emit right shift by 0 in DWARF expressions (#162738)Tom Tromey
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch
2025-10-07[DWARF] Ignore DW_ATE_lo_user to hi_user in DebugHandlerBase assertion (#161695)Orlando Cazalet-Hyams
2025-10-04[MC] Make .note.GNU-stack explicit for the trampoline case (#151754)ssijaric-nv
2025-10-03Allow DW_OP_rot, DW_OP_neg, and DW_OP_abs in DIExpression (#160757)Tom Tromey
2025-10-02Omit member size from DWARF when desired (#161423)Tom Tromey
2025-10-01[AsmPrinter] Remove unnecessary casts. NFCMichael Liao
2025-09-29Reland "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-24[TII] Split isTrivialReMaterializable into two versions [nfc] (#160377)Philip Reames
2025-09-24[Debug][AArch64] Do not crash on unknown subreg register sizes. (#160442)David Green
2025-09-23Update callers of isTriviallyReMaterializable to check trivialness (#160319)Philip Reames
2025-09-23Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-22[llvm][AsmPrinter] Add direct calls to callgraph section (#155706)Prabhu Rajasekaran
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler
2025-09-19[WebAssembly] Require tags for Wasm EH and Wasm SJLJ to be defined externally...Sam Clegg
2025-09-18[DebugInfo] Emit skeleton to avoid mismatching inlining flags (#153568)Qiu Chaofan
2025-09-17[DebugInfo][DwarfDebug] Separate creation and population of abstract subprogr...Vladislav Dzhidzhoev
2025-09-08[llvm][DebugInfo] Emit DW_OP_lit0/1 for constant boolean values (#157167)Laxman Sole
2025-09-01[llvm][DebugInfo] Support DW_AT_linkage_names that are different between decl...Michael Buch
2025-08-30Revert "Emit DW_OP_lit0/1 for constant boolean values" (#156172)Michael Buch