aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser
AgeCommit message (Expand)AuthorFilesLines
17 hours[IR] enable attaching metadata on ifuncs (#158732)Wael Yehia1-0/+3
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson2-0/+3
2025-07-21[DebugInfo] Fully implement DWARF issue 180201.1 (#149226)Scott Linder1-8/+21
2025-07-21[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus2-0/+4
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang1-3/+11
2025-07-01[AsmParser] Remove unnecessary casts (NFC) (#146549)Kazu Hirata1-6/+4
2025-06-30[KeyInstr] Add DISubprogram::keyInstructions bit (#144107)Orlando Cazalet-Hyams1-2/+3
2025-06-26Triple: Forward declare Twine and remove include (#145685)Matt Arsenault1-1/+1
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey1-27/+82
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse1-4/+0
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse1-2/+0
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse1-3/+1
2025-06-02[llvm] annotate interfaces in AsmParser, BinaryFormat, Bitcode, and Bitstream...Andrew Rogers1-1/+2
2025-05-17[AsmParser] Use range-based for loops (NFC) (#140414)Kazu Hirata1-4/+4
2025-05-09[MemProf] Disable alloc context in combined summary for ndebug builds (#139161)Teresa Johnson1-6/+9
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault1-0/+2
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov1-2/+0
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault1-0/+2
2025-05-01[KeyInstr] Add fields to DILocation behind compile time flag (#133477)Orlando Cazalet-Hyams1-5/+7
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray2-0/+10
2025-04-30[IR] Don't allow label arguments (#137799)Nikita Popov1-1/+3
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray2-10/+0
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray2-0/+10
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley1-3/+3
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse1-7/+1
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-4/+0
2025-03-31Add support for fixed-point types (#129596)Tom Tromey2-0/+56
2025-03-25Add bit stride to DICompositeType (#131680)Tom Tromey1-3/+5
2025-03-21[AsmParser] Avoid repeated hash lookups (NFC) (#132328)Kazu Hirata1-2/+3
2025-03-06[AsmParser] Add dependency on TargetParserNikita Popov1-0/+1
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-2/+2
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu2-0/+33
2025-02-25[AsmParser] Avoid repeated map lookups (NFC) (#128629)Kazu Hirata1-2/+3
2025-02-24Add DISubrangeType (#126772)Tom Tromey1-0/+44
2025-02-14[IR] Remove mul constant expression (#127046)Nikita Popov1-1/+2
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto2-1/+4
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch2-6/+38
2025-01-29[MemProf] Fix summary identification for imported locals (#124659)Teresa Johnson1-6/+9
2025-01-29[NVPTX] Auto-Upgrade some nvvm.annotations to attributes (#119261)Alex MacLean1-0/+1
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov2-0/+7
2025-01-20[LLParser] Avoid PointerType::get() with type argument (NFC)Nikita Popov1-7/+8
2025-01-15[AsmParser] Avoid repeated map lookups (NFC) (#123015)Kazu Hirata1-2/+2
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov2-0/+65
2024-12-19[LLParser] Remove redundant code (NFC) (#120478)Pedro Lobo1-3/+1
2024-12-12[AsmParser] Convert empty arrays to `poison` (#119754)Pedro Lobo1-1/+1
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn1-2/+10
2024-11-27AsmParser: parse zeroinitializer, poison constants (#117809)Ramkumar Ramachandra1-0/+2
2024-11-13[DebugInfo] Add a specification attribute to LLVM DebugInfo (#115362)Augusto Noronha1-6/+7
2024-11-06[DebugInfo] Add num_extra_inhabitants to debug info (#112590)Augusto Noronha1-7/+11
2024-11-05[LLVM][AsmParser] Add support for C style comments (#111554)Rahul Joshi1-1/+28