| Age | Commit message (Expand) | Author |
| 2025-10-17 | [Clang][MVE] Use IRBuilder methods to emit masked load/store (NFC) (#163790) | Nikita Popov |
| 2025-05-10 | [TableGen] Use std::tie to implement operator< (NFC) (#139405) | Kazu Hirata |
| 2025-04-19 | [clang] llvm::append_range (NFC) (#136440) | Kazu Hirata |
| 2025-02-10 | [TableGen] Avoid repeated hash lookups (NFC) (#126464) | Kazu Hirata |
| 2025-02-07 | [Clang][TableGen] Use PointerType::get(Context) in MVE TableGen emitter (NFC)... | Mats Jun Larsen |
| 2025-02-04 | [StrTable] Switch AArch64 and ARM to use directly TableGen-ed builtin tables | Chandler Carruth |
| 2025-01-26 | [TableGen] Avoid repeated map lookups (NFC) (#124448) | Kazu Hirata |
| 2024-11-17 | [NFC][Clang][TableGen] Fix file header comments (#116491) | Rahul Joshi |
| 2024-11-13 | [TableGen] Use heterogenous lookups with std::map (NFC) (#115994) | Kazu Hirata |
| 2024-10-16 | [Clang][TableGen] Use const pointers for various Init objects in MveEmitter (... | Rahul Joshi |
| 2024-10-04 | [TableGen] Avoid repeated hash lookups (NFC) (#111089) | Kazu Hirata |
| 2024-09-16 | [NFC][clang][TableGen] Remove redundant llvm:: namespace qualifier (#108627) | Rahul Joshi |
| 2024-09-14 | [clang] Strip unneeded calls to raw_string_ostream::str() (NFC) | JOE1994 |
| 2024-09-13 | [clang][TableGen] Change MVE Emitter to use const RecordKeeper (#108500) | Rahul Joshi |
| 2024-05-30 | [clang] Introduce target-specific `Sema` components (#93179) | Vlad Serebrennikov |
| 2024-04-22 | [clang] MveEmitter: Pass Args as a const reference (#89551) | aniplcc |
| 2024-04-07 | [clang][NFC] Remove "Sema" prefix from Sema-related functions (#87914) | Vlad Serebrennikov |
| 2024-03-28 | [CodeGen][arm64e] Add methods and data members to Address, which are needed t... | Akira Hatanaka |
| 2024-03-27 | Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ... | Akira Hatanaka |
| 2024-03-27 | [CodeGen][arm64e] Add methods and data members to Address, which are needed t... | Akira Hatanaka |
| 2024-03-26 | Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ... | Akira Hatanaka |
| 2024-03-25 | [CodeGen][arm64e] Add methods and data members to Address, which are needed t... | Akira Hatanaka |
| 2024-01-24 | [clang] Refactor Builtins.def to be a tablegen file (#68324) | Nikolas Klauser |
| 2024-01-20 | [clang] Use SmallString::operator std::string (NFC) | Kazu Hirata |
| 2023-12-13 | [clang] Use StringRef::{starts,ends}_with (NFC) (#75149) | Kazu Hirata |
| 2022-03-21 | [clang] Remove Address::deprecated from MveEmitter | Arthur Eubanks |
| 2022-02-17 | [CodeGen] Rename deprecated Address constructor | Nikita Popov |
| 2022-01-12 | [clang] Remove redundant member initialization (NFC) | Kazu Hirata |
| 2022-01-10 | Revert "[clang] Remove redundant member initialization (NFC)" | Kazu Hirata |
| 2022-01-09 | [clang] Remove redundant member initialization (NFC) | Kazu Hirata |
| 2021-12-03 | [ARM] Use v2i1 for MVE and CDE intrinsics | David Green |
| 2021-10-15 | [ARM] Don't use TARGET_HEADER_BUILTIN in arm_mve_builtins.inc or arm_cde_buil... | Craig Topper |
| 2021-03-19 | [TableGen] Improve handling of template arguments | Paul C. Anagnostopoulos |
| 2020-06-01 | [SVE] Eliminate calls to default-false VectorType::get() from Clang | Christopher Tetreault |
| 2020-03-29 | [ARMMVE] Create fewer temporary SmallVectors | Benjamin Kramer |
| 2020-03-20 | [ARM,CDE] Implement CDE unpredicated Q-register intrinsics | Mikhail Maltsev |
| 2020-03-20 | [ARM,CDE] Implement CDE S and D-register intrinsics | Mikhail Maltsev |
| 2020-03-12 | [ARM,MVE] Fix user-namespace violation in arm_mve.h. | Simon Tatham |
| 2020-03-10 | [ARM,CDE] Generalize MVE intrinsics infrastructure to support CDE | Mikhail Maltsev |
| 2020-02-29 | Avoid including FileSystem.h from MemoryBuffer.h | Reid Kleckner |
| 2020-02-18 | [ARM,MVE] Add the vmovnbq,vmovntq intrinsic family. | Simon Tatham |
| 2020-02-03 | [ARM,MVE] Add intrinsics for v[id]dupq and v[id]wdupq. | Simon Tatham |
| 2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer |
| 2020-01-23 | [ARM,MVE] Make the MVE intrinsics work in C++! | Simon Tatham |
| 2020-01-23 | [ARM,MVE] Support immediate vbicq,vorrq,vmvnq intrinsics. | Simon Tatham |
| 2020-01-21 | [TableGen] Use a table to lookup MVE intrinsic names | Reid Kleckner |
| 2020-01-15 | [clang] New __attribute__((__clang_arm_mve_strict_polymorphism)). | Simon Tatham |
| 2020-01-08 | [ARM,MVE] Intrinsics for partial-overwrite imm shifts. | Simon Tatham |
| 2020-01-06 | [ARM,MVE] Support -ve offsets in gather-load intrinsics. | Simon Tatham |
| 2019-12-11 | [ARM][MVE] Add intrinsics for immediate shifts. (reland) | Simon Tatham |