aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[ADT] BitVector: give `subsetOf(RHS)` name to `!test(RHS)` (NFC) (#170875)Anatoly Trosinenko1-1/+1
2025-12-08[LLVM/CodeGen] Use the correct address space when building structor tables. (...Owen Anderson1-1/+1
2025-12-04[llvm][DebugInfo] Allow DIDerivedType as a bound in DISubrangeType (#165880)Tom Tromey1-0/+3
2025-11-26[dwarf] make dwarf fission compatible with RISCV relaxations 2/2 (#164813)daniilavdeev1-3/+5
2025-11-26[dwarf] make dwarf fission compatible with RISCV relaxations 1/2 (#166597)daniilavdeev1-25/+39
2025-11-20[DebugInfo] Force early line-zero calls to have meaningful locations (#156850)Jeremy Morse1-0/+26
2025-11-18Introduce DwarfUnit::addBlock helper method (#168446)Tom Tromey2-65/+24
2025-11-12CodeGen: Fix CodeView crashes with empty llvm.dbg.cu (#163286)Matt Arsenault2-7/+13
2025-11-12[AsmPrinter] Replace improper use of Register with MCRegUnit (NFC) (#167682)Sergei Barannikov1-7/+7
2025-11-11Remove unused <iterator> inclusionserge-sans-paille1-1/+0
2025-11-11Remove unused <utility> inclusionserge-sans-paille4-4/+0
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev1-11/+1
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh1-0/+11
2025-11-05[llvm] Emit canonical linkage correct function symbol (#166487)Prabhu Rajasekaran1-2/+1
2025-11-02[CodeGen] Remove redundant declarations (NFC) (#166105)Kazu Hirata1-5/+0
2025-11-01[Analysis, CodeGen] Use ArrayRef instead of const ArrayRef (NFC) (#166026)Kazu Hirata1-2/+1
2025-10-31[llvm][DebugInfo][ObjC] Make sure we link backing ivars to their DW_TAG_APPLE...Michael Buch1-1/+1
2025-10-30[SHT_LLVM_BB_ADDR] Implement ELF and YAML support for Propeller CFG data in P...Rahman Lavaee1-1/+1
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams2-3/+18
2025-10-26[CodeGen] Use DenseMap::try_emplace (NFC) (#165165)Kazu Hirata1-2/+1
2025-10-23Adding Matching and Inference Functionality to Propeller-PR2 (#162963)wdx7271-6/+15
2025-10-22[CodeGen] Add "override" where appropriate (NFC) (#164571)Kazu Hirata1-1/+1
2025-10-21Add comment about static_cast requirement.Rahman Lavaee1-0/+1
2025-10-22Revert "Remove unnecessary static_cast<bool> in AsmPrinter.cpp."Aiden Grossman1-1/+1
2025-10-21Remove unnecessary static_cast<bool> in AsmPrinter.cpp.Rahman Lavaee1-1/+1
2025-10-21Minor optimizations to DW_OP_LLVM_extract_bits_* (#163812)Tom Tromey1-19/+41
2025-10-17[llvm][DebugInfo] Add support for emitting DW_AT_language_version (#163147)Michael Buch1-2/+7
2025-10-17[DWARF] Don't leak line numbers onto frame-setup instructions (#161845)Orlando Cazalet-Hyams1-18/+28
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda2-0/+4
2025-10-15[NFC][llvm] Update call graph section's name. (#163429)Prabhu Rajasekaran1-1/+1
2025-10-14Adding Matching and Inference Functionality to Propeller (#160706)wdx7271-1/+2
2025-10-13[NFC][LLVM][CodeGen] Namespace related cleanups (#162999)Rahul Joshi1-3/+1
2025-10-11[llvm][DebugInfo] Support versioned source language names in DwarfUnit (#162625)Michael Buch1-2/+10
2025-10-10[llvm][AsmPrinter] Call graph section format. (#159866)Prabhu Rajasekaran1-50/+61
2025-10-10[llvm][DebugInfo] Add support for emitting DW_AT_language_name (#162621)Michael Buch2-27/+34
2025-10-10Do not emit right shift by 0 in DWARF expressions (#162738)Tom Tromey1-4/+6
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch4-15/+24
2025-10-07[DWARF] Ignore DW_ATE_lo_user to hi_user in DebugHandlerBase assertion (#161695)Orlando Cazalet-Hyams1-0/+2
2025-10-04[MC] Make .note.GNU-stack explicit for the trampoline case (#151754)ssijaric-nv1-3/+5
2025-10-03Allow DW_OP_rot, DW_OP_neg, and DW_OP_abs in DIExpression (#160757)Tom Tromey1-0/+3
2025-10-02Omit member size from DWARF when desired (#161423)Tom Tromey1-3/+4
2025-10-01[AsmPrinter] Remove unnecessary casts. NFCMichael Liao1-4/+2
2025-09-29Reland "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev8-58/+162
2025-09-24[TII] Split isTrivialReMaterializable into two versions [nfc] (#160377)Philip Reames1-5/+1
2025-09-24[Debug][AArch64] Do not crash on unknown subreg register sizes. (#160442)David Green1-1/+1
2025-09-23Update callers of isTriviallyReMaterializable to check trivialness (#160319)Philip Reames1-1/+5
2025-09-23Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev7-141/+52
2025-09-22[llvm][AsmPrinter] Add direct calls to callgraph section (#155706)Prabhu Rajasekaran1-16/+44
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler1-10/+9
2025-09-19[WebAssembly] Require tags for Wasm EH and Wasm SJLJ to be defined externally...Sam Clegg2-24/+1