| Age | Commit message (Expand) | Author |
| 2025-05-22 | Fix regression tests with bad FileCheck checks (#140373) | Mohammad Bashir |
| 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 | Treat `std::move`, `forward`, and `move_if_noexcept` as builtins. | 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-11-16 | [CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointer | CJ Johnson |
| 2019-10-30 | [MS] Don't reference deleted copy ctors from catchable types | Reid Kleckner |
| 2018-10-15 | Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" | Sean Fertile |
| 2018-10-10 | [CodeGenCXX] Treat 'this' as noalias in constructors | Anton Bikineev |
| 2018-08-17 | [MS] Mangle a hash of the main file path into anonymous namespaces | Reid Kleckner |
| 2018-06-20 | [MS] Make sure __GetExceptionInfo works on types with no linkage | Reid Kleckner |
| 2018-03-16 | [MS] Don't escape MS C++ names with \01 | Reid Kleckner |
| 2017-02-14 | [MS ABI] Correctly mangling vbase destructors | David Majnemer |
| 2016-07-12 | [MS ABI] Support throwing/catching __unaligned types | David Majnemer |
| 2016-01-26 | [MS Compat] Don't crash if __GetExceptionInfo is in global scope | David Majnemer |
| 2015-04-04 | [MS ABI] A pointer-to-function cannot be caught as a pointer-to-void | David Majnemer |
| 2015-03-13 | MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr | David Majnemer |
| 2015-03-12 | MS ABI: Allow a nullptr_t exception to be caught by void * catch handler | David Majnemer |
| 2015-03-11 | Don't overconstrain a FileCheck pattern | David Majnemer |
| 2015-03-11 | MS ABI: Implement copy-ctor closures, finish implementing throw | David Majnemer |
| 2015-03-10 | MS ABI: Mangle the location of the catchable type into it's name | David Majnemer |
| 2015-03-06 | MS ABI: Stick throw-related data into the .xdata section | David Majnemer |
| 2015-03-06 | MS ABI: Correctly generate throw-info for pointer to const qual types | David Majnemer |
| 2015-03-06 | MS ABI: Insert copy-constructors into the CatchableType | David Majnemer |
| 2015-03-05 | MS ABI: Implement support for throwing a C++ exception | David Majnemer |