aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[AsmParserContext] Fix regression after #174566 (#180068)Bertik231-13/+15
2026-02-05IR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault2-0/+111
2026-02-04Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-0/+7
2026-02-02[AsmParser] Track value references and function arguments (#174566)Bertik232-18/+58
2026-01-21[ThinLTO] Remove unused relative block frequency support (#177215)Teresa Johnson2-3/+3
2026-01-21[IR] Make dead_on_return attribute optionally sizedAiden Grossman1-16/+38
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-2/+2
2025-12-23[AsmParser] Fix crash when hex literal exceeds 16-bit float range (#172669)Miloš Poletanović1-6/+16
2025-12-22[AsmParser] Faster location -> value lookups (#172702)Bertik231-18/+24
2025-12-10[LLVM][IR] Add support for address space names in DataLayout (#170559)Rahul Joshi1-1/+4
2025-12-02[ThinLTO] Fix parsing null aliasee in alias summary (#169490)Mingjie Xu1-14/+15
2025-11-26Add deactivation symbol operand to ConstantPtrAuth.Peter Collingbourne1-8/+21
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi2-2/+5
2025-11-18[AsmParser] Use a range-based for loop (NFC) (#168488)Kazu Hirata1-5/+4
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto2-0/+6
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams1-4/+5
2025-10-29[LLVM][IR] Emit diagnostic for invalid pointee type for constant GEP. (#165383)Paul Walker1-0/+3
2025-10-29[llvm][DebugInfo][ObjC] Fix argument order of setter/getter to DIObjCProperty...Michael Buch1-2/+2
2025-10-22[LLVM][IR] Add location tracking to LLVM IR parser (#155797)Bertik235-15/+132
2025-10-22[ARM][AArch64] BTI,GCS,PAC Module flag update. (#86212)Daniel Kiss1-0/+1
2025-10-15[llvm][DebugInfo] Add 'sourceLanguageVersion' field support to DICompileUnit ...Michael Buch1-1/+7
2025-10-15[AsmParser] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#163511)Kazu Hirata1-1/+1
2025-10-15[AsmParser] Upgrade intrinsics without declaration (#163402)Nikita Popov1-9/+20
2025-10-10[llvm][DebugInfo] Add 'sourceLanguageName' field support to DICompileUnit (#1...Michael Buch2-6/+44
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch1-5/+5
2025-09-23[CHERI] Add enum values and LL parse/print support for CHERIoT calling conven...Owen Anderson2-0/+12
2025-09-19[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