summaryrefslogtreecommitdiff
path: root/llvm/lib/IR/AsmWriter.cpp
AgeCommit message (Expand)Author
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi
2025-11-17[LLVM-Tablegen] Pretty Printing Arguments in LLVM Intrinsics (#162629)Dharuni R Acharya
2025-11-11[llvm][llvm-dis] Fix 'llvm-dis' with '--materialize-metadata --show-annotatio...Timur Baydyusenov
2025-11-05[NFC][LLVM][IR] Cleanup namespace usage in LLVM IR cpp files (#166477)Rahul Joshi
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata
2025-10-24[llvm][llvm-dis] Fix 'llvm-dis' with '--materialize-metadata --show-annotatio...Timur Baydyusenov
2025-10-21[ThinLTO] Make SummaryList private (NFC) (#164355)Teresa Johnson
2025-10-15[llvm][DebugInfo] Add 'sourceLanguageVersion' field support to DICompileUnit ...Michael Buch
2025-10-11Move the preserve-{bc,ll}-uselistorder options out of individual tools, make ...Mingjie Xu
2025-10-10[llvm][DebugInfo] Add 'sourceLanguageName' field support to DICompileUnit (#1...Michael Buch
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch
2025-10-01[NFC][LLVM] Misc code cleanup in AsmWriter.cpp (#161522)Rahul Joshi
2025-10-01[NFC][LLVM][AsmWriter] Move type printing to `WriteAsOperandInternal` (#161456)Rahul Joshi
2025-09-30[NFC][LLVM] Use ListSeparator in AsmWriter (#161422)Rahul Joshi
2025-09-23[CHERI] Add enum values and LL parse/print support for CHERIoT calling conven...Owen Anderson
2025-09-19[IR] enable attaching metadata on ifuncs (#158732)Wael Yehia
2025-09-03Add documentation on debugging LLVM.Peter Collingbourne
2025-08-04[llvm] using wrapper llvm::sort(nfc) (#151000)Austin
2025-07-21[DebugInfo] Fully implement DWARF issue 180201.1 (#149226)Scott Linder
2025-07-21[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus
2025-07-07Fix AsmWriter to account for dynamic bit offsets (#146704)Tom Tromey
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang
2025-07-02[LLVM][AsmWriter] Print a comment for unknown intrinsics (#146726)Rahul Joshi
2025-06-30[IR] Remove an unnecessary cast (NFC) (#146381)Kazu Hirata
2025-06-30[KeyInstr] Add DISubprogram::keyInstructions bit (#144107)Orlando Cazalet-Hyams
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse
2025-05-08Reapply "IR: Remove reference counts from ConstantData (#137314)" (#138962)Matt Arsenault
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov
2025-05-07Revert "IR: Remove reference counts from ConstantData (#137314)"Kirill Stoimenov
2025-05-06IR: Remove reference counts from ConstantData (#137314)Matt Arsenault
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault
2025-05-01[KeyInstr] Add fields to DILocation behind compile time flag (#133477)Orlando Cazalet-Hyams
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2025-04-26[IR] Use llvm::interleaved (NFC) (#137482)Kazu Hirata
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse
2025-03-31Add support for fixed-point types (#129596)Tom Tromey
2025-03-25Add bit stride to DICompositeType (#131680)Tom Tromey
2025-03-21[llvm:ir] Add support for constant data exceeding 4GiB (#126481)pzzp
2025-03-07Optionally print `!prof` metadata inline (#130303)Mircea Trofin
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-03[AsmWriter] Combine IsConstant and GetConstant (NFCI) (#129288)JP Hafer
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu
2025-02-27IR, CodeGen: Add command line flags for dumping instruction addresses and deb...Peter Collingbourne
2025-02-24Add DISubrangeType (#126772)Tom Tromey
2025-02-06[llvm][AsmWriter] Don't skip zero-valued DwarfEnum MDField when ShouldSkipZer...Michael Buch
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch
2024-12-10[HLSL] Do not print details in IR for target extension types (#115971)Joshua Batista
2024-11-21[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)Paul Walker