summaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser
AgeCommit message (Expand)Author
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi
2025-11-18[AsmParser] Use a range-based for loop (NFC) (#168488)Kazu Hirata
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams
2025-10-29[LLVM][IR] Emit diagnostic for invalid pointee type for constant GEP. (#165383)Paul Walker
2025-10-29[llvm][DebugInfo][ObjC] Fix argument order of setter/getter to DIObjCProperty...Michael Buch
2025-10-22[LLVM][IR] Add location tracking to LLVM IR parser (#155797)Bertik23
2025-10-22[ARM][AArch64] BTI,GCS,PAC Module flag update. (#86212)Daniel Kiss
2025-10-15[llvm][DebugInfo] Add 'sourceLanguageVersion' field support to DICompileUnit ...Michael Buch
2025-10-15[AsmParser] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#163511)Kazu Hirata
2025-10-15[AsmParser] Upgrade intrinsics without declaration (#163402)Nikita Popov
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-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-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson
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-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang
2025-07-01[AsmParser] Remove unnecessary casts (NFC) (#146549)Kazu Hirata
2025-06-30[KeyInstr] Add DISubprogram::keyInstructions bit (#144107)Orlando Cazalet-Hyams
2025-06-26Triple: Forward declare Twine and remove include (#145685)Matt Arsenault
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse
2025-06-02[llvm] annotate interfaces in AsmParser, BinaryFormat, Bitcode, and Bitstream...Andrew Rogers
2025-05-17[AsmParser] Use range-based for loops (NFC) (#140414)Kazu Hirata
2025-05-09[MemProf] Disable alloc context in combined summary for ndebug builds (#139161)Teresa Johnson
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-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-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray
2025-04-30[IR] Don't allow label arguments (#137799)Nikita Popov
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)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[AsmParser] Avoid repeated hash lookups (NFC) (#132328)Kazu Hirata
2025-03-06[AsmParser] Add dependency on TargetParserNikita Popov
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu
2025-02-25[AsmParser] Avoid repeated map lookups (NFC) (#128629)Kazu Hirata
2025-02-24Add DISubrangeType (#126772)Tom Tromey
2025-02-14[IR] Remove mul constant expression (#127046)Nikita Popov
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto