aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-04Attributes: add a new allocalign attributeAugie Fackler1-0/+1
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang1-0/+1
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov1-0/+2
2021-12-20[llvm][IR] Add no_cfi constantSami Tolvanen1-0/+1
2021-12-14[LTO] Ignore unreachable virtual functions in WPD in hybrid LTO.Mingming Liu1-0/+1
2021-09-27[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo1-0/+3
2021-09-10[OpaquePtr] Forbid mixing typed and opaque pointersNikita Popov1-1/+9
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko1-0/+1
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song1-1/+1
2021-07-15[IR] Add elementtype attributeNikita Popov1-0/+1