aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray1-0/+2
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray1-2/+0
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray1-0/+2
2025-03-31Add support for fixed-point types (#129596)Tom Tromey1-0/+5
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu1-0/+1
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto1-0/+1
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch1-0/+1
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-0/+1
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov1-0/+4
2024-11-05[LLVM][AsmParser] Add support for C style comments (#111554)Rahul Joshi1-1/+28
2024-10-29[LLVM] Change error messages to start with lower case (#113748)Rahul Joshi1-12/+12
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty1-0/+1
2024-10-07[LLVM][AsmParser] Make error reporting of lexer errors more precise (#111077)Rahul Joshi1-16/+28
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner1-0/+2
2024-07-28Cleanup x86_mmx after removing IR type (#100646)James Y Knight1-2/+0
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight1-1/+2
2024-06-06[AArch64][SME] Add calling convention for __arm_get_current_vg (#93963)Kerry McLaughlin1-0/+1
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha1-0/+1
2024-05-27[IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov1-0/+1
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu1-0/+3
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu1-0/+1
2024-03-07[RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (#79818)Stephen Tozer1-1/+19
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+1
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-3/+3
2023-12-08[LLVM][IR] Add textual shorthand for specifying constant vector splats. (#74620)Paul Walker1-0/+1
2023-12-05[llvm][IR] Add per-global code model attribute (#72077)hev1-0/+1
2023-11-24[IR] Add disjoint flag for Or instructions. (#72583)Craig Topper1-0/+1
2023-11-17[IR] Add GraalVM calling conventionsSacha Coppey1-0/+1
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka1-1/+0
2023-10-30[IR] Add zext nneg flag (#67982)Nikita Popov1-0/+1
2023-10-18[llvm] Use StringRef::contains (NFC)Kazu Hirata1-3/+3
2023-10-15[M68k] Add new calling convention M68k_RTDMin-Yih Hsu1-0/+1
2023-07-14[llvm] Remove calls to supportsTypedPointers() (NFC)Nikita Popov1-9/+1
2023-06-22[AMDGPU] Add amdgpu_cs_chain[_preserve] CCs to IR & verifierDiana Picus1-0/+2
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere1-1/+2
2023-06-14Revert "[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platforms"Jonas Devlieghere1-2/+1
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere1-1/+2
2023-05-11[NFC][LLLexer] Consistently initialize *Val fieldsVitaly Buka1-2/+1
2023-05-02[MemProf] Removed unused allocation typeTeresa Johnson1-1/+0
2023-02-24IR: Add nofpclass parameter attributeMatt Arsenault1-0/+18
2023-01-24IR: Add atomicrmw uinc_wrap and udec_wrapMatt Arsenault1-0/+2
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov1-4/+1
2022-11-16Restore "[MemProf] ThinLTO summary support" with more fixesTeresa Johnson1-0/+8
2022-11-16Revert "Restore "[MemProf] ThinLTO summary support" with fixes"Jeremy Morse1-8/+0
2022-11-15Restore "[MemProf] ThinLTO summary support" with fixesTeresa Johnson1-0/+8
2022-11-15Revert "[MemProf] ThinLTO summary support"Teresa Johnson1-8/+0
2022-11-15[MemProf] ThinLTO summary supportTeresa Johnson1-0/+8
2022-11-04[IR] Switch everything to use memory attributeNikita Popov1-0/+3
2022-10-21[IR] Add support for memory attributeNikita Popov1-0/+6