aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-15[AArch64][SME] Fix lowering of llvm.aarch64.get.pstatesm()Sander de Smalen1-0/+2
2022-07-13Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'.Mitch Phillips1-1/+0
2022-07-06[LLVM] Add the support for fmax and fmin in atomicrmw instructionShilei Tian1-1/+1
2022-06-10Add sanitizer-specific GlobalValue attributes.Mitch Phillips1-0/+5
2022-04-27[AsmParser] Automatically declare and lex attribute keywords (NFC)Nikita Popov1-82/+5
2022-04-26Attributes: add a new `allocptr` attributeAugie Fackler1-0/+1
2022-04-05[LLVMContext] Replace enableOpaquePointers() with setOpaquePointers()Nikita Popov1-2/+2
2022-03-21Revert "Revert "[OpaquePtr][LLParser] Automatically detect opaque pointers in...Arthur Eubanks1-1/+4
2022-03-21Revert "[OpaquePtr][LLParser] Automatically detect opaque pointers in .ll files"Mitch Phillips1-4/+1
2022-03-17[OpaquePtr][LLParser] Automatically detect opaque pointers in .ll filesArthur Eubanks1-1/+4