summaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLLexer.cpp
AgeCommit message (Expand)Author
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-10-22[LLVM][IR] Add location tracking to LLVM IR parser (#155797)Bertik23
2025-10-10[llvm][DebugInfo] Add 'sourceLanguageName' field support to DICompileUnit (#1...Michael Buch
2025-09-23[CHERI] Add enum values and LL parse/print support for CHERIoT calling conven...Owen Anderson
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson
2025-07-21[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray
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-03-31Add support for fixed-point types (#129596)Tom Tromey
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu
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[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov
2024-11-05[LLVM][AsmParser] Add support for C style comments (#111554)Rahul Joshi
2024-10-29[LLVM] Change error messages to start with lower case (#113748)Rahul Joshi
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty
2024-10-07[LLVM][AsmParser] Make error reporting of lexer errors more precise (#111077)Rahul Joshi
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner
2024-07-28Cleanup x86_mmx after removing IR type (#100646)James Y Knight
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-06-06[AArch64][SME] Add calling convention for __arm_get_current_vg (#93963)Kerry McLaughlin
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha
2024-05-27[IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu
2024-03-07[RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (#79818)Stephen Tozer
2024-02-05New calling convention preserve_none (#76868)weiguozhi
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-08[LLVM][IR] Add textual shorthand for specifying constant vector splats. (#74620)Paul Walker
2023-12-05[llvm][IR] Add per-global code model attribute (#72077)hev
2023-11-24[IR] Add disjoint flag for Or instructions. (#72583)Craig Topper
2023-11-17[IR] Add GraalVM calling conventionsSacha Coppey
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka
2023-10-30[IR] Add zext nneg flag (#67982)Nikita Popov
2023-10-18[llvm] Use StringRef::contains (NFC)Kazu Hirata
2023-10-15[M68k] Add new calling convention M68k_RTDMin-Yih Hsu
2023-07-14[llvm] Remove calls to supportsTypedPointers() (NFC)Nikita Popov
2023-06-22[AMDGPU] Add amdgpu_cs_chain[_preserve] CCs to IR & verifierDiana Picus
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere
2023-06-14Revert "[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platforms"Jonas Devlieghere
2023-06-14[DebugInfo] Always emit `.debug_names` with DWARF 5 for Apple platformsJonas Devlieghere
2023-05-11[NFC][LLLexer] Consistently initialize *Val fieldsVitaly Buka
2023-05-02[MemProf] Removed unused allocation typeTeresa Johnson
2023-02-24IR: Add nofpclass parameter attributeMatt Arsenault
2023-01-24IR: Add atomicrmw uinc_wrap and udec_wrapMatt Arsenault
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov