aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)AuthorFilesLines
28 hours[AsmPrinter] Add a command-line option to emit stack usage files (#178908)Marina Taylor1-1/+8
31 hoursNFC: Rename CodeGenOptions::StackUsageOutput to StackUsageFile (#178898)Marina Taylor1-1/+1
9 days[NFCI] replace getValueType with new getGlobalSize query (#177186)Jameson Nash1-1/+1
10 days[AsmPrinter] Analyze GlobalAlias more carefully with getAliaseeObject (#176996)Jameson Nash1-3/+4
11 days[llvm][DebugInfo][NFC] Remove DITypeRefArray in favour of DITypeArray (#177066)Michael Buch4-6/+6
13 days[X86][WinEH] Insert nop after unwinding inline assembly (#176393)Nikita Popov1-6/+8
2026-01-16[NFC][win] Use an enum for the cfguard module flag (#176461)Daniel Paoliello1-3/+3
2026-01-15[DebugInfo] Drop stale entry value-limitation for call site values (#172340)David Stenberg1-5/+0
2026-01-15[DebugInfo] Only generate template parameters in the skeleton CU for a templa...Liu Ke1-3/+8
2026-01-14[DebugInfo] Find call site values for params in preserved registers (#172339)David Stenberg1-10/+54
2026-01-12[PseudoProbe] Add switch to control illegal guid warnings (#174927)Haohai Wen1-3/+15
2026-01-08[CodeGen] Strip Coroutine suffixes when generating pseudo probe (#173834)HighW4y2H3ll2-0/+5
2026-01-06[UEFI] Codeview do not crash when no llvm.dbg.cu (#174460)Prabhu Rajasekaran1-2/+2
2026-01-05Insert symbols for prefetch targets read from basic blocks section profile. (...Rahman Lavaee1-2/+37
2025-12-17Use the Propeller CFG profile in the PGO analysis map if it is available. (#1...Rahman Lavaee1-7/+34
2025-12-15[DWARF] Add support for DW_GNU_call_target_clobbered (#172336)Orlando Cazalet-Hyams1-0/+2
2025-12-15[DebugInfo][DWARF] Use DW_AT_call_target_clobbered for exprs with volatile re...Orlando Cazalet-Hyams1-5/+12
2025-12-13[DebugInfo][DWARF] Allow memory locations in DW_AT_call_target expressions (#...Orlando Cazalet-Hyams3-36/+77
2025-12-11[llvm][clang] Sandbox filesystem reads (#165350)Jan Svoboda2-2/+6
2025-12-11[AsmPrinter][NFC] Reuse Target Triple variable (#171612)JaydeepChauhan141-11/+11
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