| Age | Commit message (Expand) | Author |
| 2025-11-15 | [Clang] Add __builtin_bswapg (#162433) | clf |
| 2025-03-18 | [Clang] Introduce a trait to determine the structure binding size (#131515) | cor3ntin |
| 2024-10-18 | [clang] constexpr built-in abs function. (#112539) | c8ef |
| 2023-09-27 | CGBuiltin: emit llvm.abs.* instead of neg+icmp+select for abs | Fangrui Song |
| 2022-10-06 | [CodeGenCXX] Convert some tests to opaque pointers (NFC) | Nikita Popov |
| 2022-04-20 | Treat `std::move`, `forward`, etc. as builtins. | Richard Smith |
| 2022-04-20 | Revert "Treat `std::move`, `forward`, etc. as builtins." | David Tenty |
| 2022-04-17 | Treat `std::move`, `forward`, etc. as builtins. | Richard Smith |
| 2022-04-16 | Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins." | Vitaly Buka |
| 2022-04-15 | Extend support for std::move etc to also cover std::as_const and | Richard Smith |
| 2022-04-07 | [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) | Nikita Popov |
| 2022-01-16 | [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ... | hyeongyu kim |
| 2021-11-09 | Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy... | hyeongyu kim |
| 2021-11-06 | [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ... | hyeongyukim |
| 2021-11-06 | Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy... | Juneyoung Lee |
| 2021-11-06 | [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ... | Juneyoung Lee |
| 2021-10-18 | Revert D105169 due to the two-stage failure in ASAN | Juneyoung Lee |
| 2021-10-16 | [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ... | Juneyoung Lee |
| 2020-12-31 | [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none... | Fangrui Song |
| 2020-09-17 | [Sema] Introduce BuiltinAttr, per-declaration builtin-ness | Raul Tambre |
| 2019-02-08 | [opaque pointer types] Cleanup CGBuilder's Create*GEP. | James Y Knight |
| 2018-07-05 | Fix __builtin_*_overflow when out-param isn't constexpr | Erich Keane |
| 2017-01-20 | P0426: Make the library implementation of constexpr char_traits a little easier | Richard Smith |
| 2013-11-02 | clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts. | NAKAMURA Takumi |
| 2013-11-02 | Adding triple to lit test fixed in r193901 | Warren Hunt |
| 2013-11-02 | Fixes lit test that doesn't fail on windows | Warren Hunt |
| 2013-11-01 | Wraps lazily generated builtins in an extern "C" context | Warren Hunt |
| 2013-07-11 | Add a __builtin_addressof that performs the same functionality as the built-in | Richard Smith |
| 2013-02-07 | Permit ABIs where the caller extends the result (test change). | Tim Northover |
| 2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman |
| 2011-09-06 | When extracting the callee declaration from a call expression, be sure | Douglas Gregor |
| 2010-12-21 | In C++, if the user redeclares a builtin function with a type that is | Douglas Gregor |