summaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLParser.cpp
AgeCommit message (Expand)Author
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[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
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch
2025-01-29[MemProf] Fix summary identification for imported locals (#124659)Teresa Johnson
2025-01-29[NVPTX] Auto-Upgrade some nvvm.annotations to attributes (#119261)Alex MacLean
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-20[LLParser] Avoid PointerType::get() with type argument (NFC)Nikita Popov
2025-01-15[AsmParser] Avoid repeated map lookups (NFC) (#123015)Kazu Hirata
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov
2024-12-19[LLParser] Remove redundant code (NFC) (#120478)Pedro Lobo
2024-12-12[AsmParser] Convert empty arrays to `poison` (#119754)Pedro Lobo
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn
2024-11-27AsmParser: parse zeroinitializer, poison constants (#117809)Ramkumar Ramachandra
2024-11-13[DebugInfo] Add a specification attribute to LLVM DebugInfo (#115362)Augusto Noronha
2024-11-06[DebugInfo] Add num_extra_inhabitants to debug info (#112590)Augusto Noronha
2024-11-05[IR] Disallow recursive types (#114799)Jay Foad
2024-10-25[IR] Fix undiagnosed cases of structs containing scalable vectors (#113455)Jay Foad
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov
2024-10-08[AsmParser] Simplify code with std::map::operator[] (NFC) (#111480)Kazu Hirata
2024-10-07[LLVM][AsmParser] Make error reporting of lexer errors more precise (#111077)Rahul Joshi