aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)AuthorFilesLines
11 hours[WebAssembly] Require tags for Wasm EH and Wasm SJLJ to be defined externally...Sam Clegg2-24/+1
33 hours[DebugInfo] Emit skeleton to avoid mismatching inlining flags (#153568)Qiu Chaofan1-12/+8
2 days[DebugInfo][DwarfDebug] Separate creation and population of abstract subprogr...Vladislav Dzhidzhoev7-52/+141
12 days[llvm][DebugInfo] Emit DW_OP_lit0/1 for constant boolean values (#157167)Laxman Sole3-2/+16
2025-09-01[llvm][DebugInfo] Support DW_AT_linkage_names that are different between decl...Michael Buch1-5/+2
2025-08-30Revert "Emit DW_OP_lit0/1 for constant boolean values" (#156172)Michael Buch3-16/+2
2025-08-30Emit DW_OP_lit0/1 for constant boolean values (#155539)Laxman Sole3-2/+16
2025-08-29[DwarfDebug] Avoid generating extra DW_TAG_subprogram entries (#154636)Vladislav Dzhidzhoev1-0/+7
2025-08-25[SHT_LLVM_BB_ADDR_MAP] Change the callsite feature to emit end of callsites. ...Rahman Lavaee1-11/+12
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson1-0/+1
2025-08-06[DebugInfo][DWARF] Add heapallocsite information (#132073)Jann Horn3-18/+22
2025-08-05[DebugInfo][DWARF] Don't emit bogus DW_AT_call_target for complex calls (#151...Jann1-3/+12
2025-08-05[AsmPrinter] Remove an unnecessary cast (NFC) (#152085)Kazu Hirata1-1/+1
2025-08-03MCSymbolWasm: Remove classofFangrui Song1-1/+2
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-1/+1
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-2/+2
2025-07-31[llvm][AsmPrinter] Emit call graph sectionPrabhu Rajasekaran1-0/+108
2025-07-27[AsmPrinter] Remove an unnecessary cast (NFC) (#150839)Kazu Hirata1-4/+3
2025-07-26MCSectionXCOFF: Remove classofFangrui Song1-2/+2
2025-07-25MCSectionCOFF: Remove classofFangrui Song2-6/+7
2025-07-24Reapply "Support SFrame command-line and .cfi_section syntax (#150316) (#150509)Sterling-Augustine2-3/+5
2025-07-23[AsmPrinter] Remove an unnecessary cast (NFC) (#150257)Kazu Hirata1-1/+1
2025-07-23Revert "Support SFrame command-line and .cfi_section syntax (#149935)" (#150316)Sterling-Augustine2-5/+3
2025-07-23Support SFrame command-line and .cfi_section syntax (#149935)Sterling-Augustine2-3/+5
2025-07-22Fix Windows EH IP2State tables (remove +1 bias) (#144745)sivadeilra3-15/+3
2025-07-21[PseudoProbe] Warn on illegal guid (#148564)Haohai Wen2-0/+43
2025-07-20MC: Rename isVirtualSection to isBssSectionFangrui Song1-1/+1
2025-07-14[llvm] Remove unused includes (NFC) (#148768)Kazu Hirata1-1/+0
2025-07-13[AArch64] "Support" debug info for SVE types on Windows. (#147865)Eli Friedman1-2/+9
2025-07-10[llvm] export private symbols needed by unittests (#145767)Andrew Rogers2-9/+13
2025-07-09[SHT_LLVM_BB_ADDR_MAP] Emit callsite offsets in the `SHT_LLVM_BB_ADDR_MAP` se...Rahman Lavaee1-7/+30
2025-07-08[XRay] xray_fn_idx: fix alignment directiveFangrui Song1-4/+2
2025-07-07[AsmPrinter] Fix a warningKazu Hirata1-1/+2
2025-07-07Add CodeView S_LABEL32 symbols for jump table targets (for Windows debugging)...sivadeilra2-5/+25
2025-07-04[NFCI][LLVM] Adopt `ArrayRef::consume_front()` in a few places (#146793)Rahul Joshi1-2/+2
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang3-10/+20
2025-07-02[SHT_LLVM_BB_ADDR_MAP] Remove support for versions 1 and 0 (SHT_LLVM_BB_ADDR_...Rahman Lavaee1-10/+7
2025-07-01[DwarfDebug] Slightly optimize computeKeyInstructions() (NFC) (#146357)Nikita Popov1-14/+11
2025-06-30[KeyInstr] Fully support mixed key/non-key inlining modes (#144103)Orlando Cazalet-Hyams1-15/+9
2025-06-30[KeyInstr] Use DISubprogram's is-key-instructions-on flag at DWARF emission (...Orlando Cazalet-Hyams1-5/+24
2025-06-28CSKY: Replace deprecated MCExpr::print with MCAsmInfo::printExprFangrui Song1-1/+1
2025-06-28MC: Migrate away from operator<< MCExprFangrui Song1-1/+4
2025-06-27MCExpr: Remove VK_NoneFangrui Song1-4/+2
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine2-1/+2
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine2-2/+1
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine2-1/+2
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey1-72/+127
2025-06-25[NFC][AsmPrinter] Rework/add comments (#145587)Scott Linder1-5/+13
2025-06-25[AsmPrinter] Always emit global equivalents if there is non-global uses (#145...dianqk1-7/+17
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra2-0/+26