| Age | Commit message (Expand) | Author |
| 2024-12-10 | [Clang] Change two placeholders from `undef` to `poison` [NFC] (#119141) | Pedro Lobo |
| 2024-12-06 | [clang][AArch64] Fix C++11 style initialization of typedef'd vectors (#118956) | Benjamin Maxwell |
| 2024-11-19 | [clang] Change some placeholders from undef to poison [NFC] | Nuno Lopes |
| 2024-11-03 | [Clang] Implement labelled type filtering for overflow/truncation sanitizers ... | Justin Stitt |
| 2024-10-22 | [clang codegen] fix crash emitting __array_rank (#113186) | Congcong Cai |
| 2024-10-03 | [OpenACC] Implement 'tile' attribute AST (#110999) | Erich Keane |
| 2024-09-23 | [IRBuilder] Remove uses of CreateGlobalStringPtr() (NFC) | Nikita Popov |
| 2024-09-11 | [HLSL] Allow truncation to scalar (#104844) | Chris B |
| 2024-09-10 | [clang] fix half && bfloat16 convert node expr codegen (#89051) | JinjinLi868 |
| 2024-09-05 | Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257) | Hari Limaye |
| 2024-09-04 | [Clang][CodeGen] Fix type for atomic float incdec operators (#107075) | Yingwei Zheng |
| 2024-08-28 | Revert "[clang] Add nuw attribute to GEPs" (#106343) | Vitaly Buka |
| 2024-08-27 | [clang] Add nuw attribute to GEPs (#105496) | Hari Limaye |
| 2024-08-23 | [Clang] Overflow Pattern Exclusion - rename some patterns, enhance docs (#105... | Justin Stitt |
| 2024-08-23 | [Matrix] Preserve signedness when extending matrix index expression. (#103044) | Florian Hahn |
| 2024-08-20 | [Clang] Re-land Overflow Pattern Exclusions (#104889) | Justin Stitt |
| 2024-08-15 | Revert "[Clang] Overflow Pattern Exclusions (#100272)" | Thurston Dang |
| 2024-08-15 | [Clang] Overflow Pattern Exclusions (#100272) | Justin Stitt |
| 2024-07-26 | clang: Allow targets to set custom metadata on atomics (#96906) | Matt Arsenault |
| 2024-07-18 | [PAC] Implement function pointer re-signing (#98847) | Akira Hatanaka |
| 2024-07-15 | [clang] Use different memory layout type for _BitInt(N) in LLVM IR (#91364) | Mariya Podchishchaeva |
| 2024-06-20 | Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802) | Mariya Podchishchaeva |
| 2024-06-17 | [clang][CodeGen] Return RValue from `EmitVAArg` (#94635) | Mariya Podchishchaeva |
| 2024-06-15 | (New) Add option to generate additional debug info for expression dereferenci... | William Junda Huang |
| 2024-06-12 | Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and... | Vitaly Buka |
| 2024-06-12 | [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-... | The Phantom Derpstorm |
| 2024-06-11 | Revert "Add option to generate additional debug info for expression dereferen... | William Junda Huang |
| 2024-06-03 | Add option to generate additional debug info for expression dereferencing poi... | William Junda Huang |
| 2024-05-29 | Revert "Add option to generate additional debug info for expression dereferen... | Mehdi Amini |
| 2024-05-29 | Add option to generate additional debug info for expression dereferencing poi... | William Junda Huang |
| 2024-05-20 | [clang][CodeGen] Remove unused LValue::getAddress CGF arg. (#92465) | Ahmed Bougacha |
| 2024-05-02 | [Clang][CodeGen] Optimised LLVM IR for atomic increments/decrements on floats... | Krishna Narayanan |
| 2024-04-29 | Move several vector intrinsics out of experimental namespace (#88748) | Maciej Gabka |
| 2024-04-22 | clang: Remove unnecessary pointer bitcast | Matt Arsenault |
| 2024-04-19 | [clang][CodeGen] Fix shift-exponent ubsan check for signed _BitInt (#88004) | Björn Pettersson |
| 2024-04-08 | Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761) | Axel Lundberg |
| 2024-04-03 | Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf... | Vitaly Buka |
| 2024-04-03 | Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ... | Vitaly Buka |
| 2024-04-03 | Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518) | Vitaly Buka |
| 2024-04-03 | [clang][UBSan] Add implicit conversion check for bitfields (#75481) | Axel Lundberg |
| 2024-04-01 | [HLSL] Implement array temporary support (#79382) | Chris B |
| 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-02-26 | [InstrProf] Single byte counters in coverage (#75425) | gulfemsavrun |
| 2024-02-21 | [Sanitizer] Support -fwrapv with -fsanitize=signed-integer-overflow (#82432) | Justin Stitt |
| 2024-02-15 | Remove assert introduced in #71098 | Chris Bieneman |
| 2024-02-15 | [HLSL] Vector standard conversions (#71098) | Chris B |