Age | Commit message (Expand) | Author | Files | Lines |
2024-09-20 | [HLSL] Warn about incomplete language support (#108894) | Chris B | 1 | -0/+9 |
2024-09-19 | [clang] Tidy uses of raw_string_ostream (NFC) | Youngsuk Kim | 1 | -3/+1 |
2024-08-26 | Use CLANG_RESOURCE_DIR more consistently (#103388) | Kim Gräsman | 1 | -1/+1 |
2024-08-23 | [Clang] Overflow Pattern Exclusion - rename some patterns, enhance docs (#105... | Justin Stitt | 1 | -2/+6 |
2024-08-20 | [Clang] Re-land Overflow Pattern Exclusions (#104889) | Justin Stitt | 1 | -0/+14 |
2024-08-15 | Revert "[Clang] Overflow Pattern Exclusions (#100272)" | Thurston Dang | 1 | -13/+0 |
2024-08-15 | [Clang] Overflow Pattern Exclusions (#100272) | Justin Stitt | 1 | -0/+13 |
2024-08-09 | [clang] Implement -fptrauth-auth-traps. (#102417) | Ahmed Bougacha | 1 | -3/+4 |
2024-08-09 | [clang] Wire -fptrauth-returns to "ptrauth-returns" fn attribute. (#102416) | Ahmed Bougacha | 1 | -1/+3 |
2024-08-08 | [SystemZ][z/OS] __ptr32 support for z/OS (#101696) | Abhina Sree | 1 | -0/+8 |
2024-08-06 | [PAC][AArch64] Support init/fini array signing (#96478) | Daniil Kovalev | 1 | -5/+13 |
2024-07-22 | [AArch64][PAC] Sign block addresses used in indirectbr. (#97647) | Ahmed Bougacha | 1 | -1/+5 |
2024-07-22 | [PAC] Implement authentication for C++ member function pointers (#99576) | Oliver Hunt | 1 | -0/+2 |
2024-07-22 | [clang] Implement type/address discrimination of type_info vtable. (#99726) | Ahmed Bougacha | 1 | -2/+15 |
2024-07-11 | [PAC] Implement function pointer type discrimination (#96992) | Akira Hatanaka | 1 | -2/+8 |
2024-07-10 | [Clang] Allow raw string literals in C as an extension (#88265) | Sirraide | 1 | -0/+13 |
2024-06-26 | [clang] Implement pointer authentication for C++ virtual functions, v-tables... | Oliver Hunt | 1 | -0/+11 |
2024-06-21 | [clang] Implement function pointer signing and authenticated function calls (... | Ahmed Bougacha | 1 | -0/+26 |
2024-06-20 | Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802) | Mariya Podchishchaeva | 1 | -0/+8 |
2024-06-12 | Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and... | Vitaly Buka | 1 | -8/+0 |
2024-06-12 | [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-... | The Phantom Derpstorm | 1 | -0/+8 |
2024-06-04 | Disable constexpr function body checking in more situations (#94347) | Aaron Ballman | 1 | -0/+3 |
2024-05-11 | [clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844) | Kazu Hirata | 1 | -1/+1 |
2024-05-09 | [AArch64][PAC][clang][ELF] Support PAuth ABI core info (#85235) | Daniil Kovalev | 1 | -0/+20 |
2024-05-07 | cc1: Report an error for multiple actions unless separated by -main-file-name... | Fangrui Song | 1 | -0/+24 |
2024-04-29 | [CIR] Add options to emit ClangIR and enable the ClangIR pipeline | Nathan Lanza | 1 | -0/+4 |
2024-04-19 | [Clang] Fix the mangling of lambdas (#89204) | cor3ntin | 1 | -0/+5 |
2024-04-18 | [Clang] Emit DW_TAG_template_alias for template aliases (#87623) | Orlando Cazalet-Hyams | 1 | -0/+5 |
2024-04-05 | Reland "[flang][clang] Add Visibility specific help text for options (#81869)" | David Spickett | 1 | -8/+8 |
2024-04-05 | Revert "[flang][clang] Add Visibility specific help text for options (#81869)" | David Spickett | 1 | -8/+8 |
2024-04-05 | [flang][clang] Add Visibility specific help text for options (#81869) | David Spickett | 1 | -8/+8 |
2024-04-02 | [HLSL] Enable -fconvergent-functions by default (#86571) | aniplcc | 1 | -2/+3 |
2024-03-28 | [HLSL] Add validation for the -enable-16bit-types option (#85340) | Joshua Batista | 1 | -0/+19 |
2024-03-21 | [CIR][Basic][NFC] Add the CIR language to the Language enum | Nathan Lanza | 1 | -2/+11 |
2024-03-19 | Add support for sysroot-relative system header search paths (#82084) | Evan Wilde | 1 | -15/+28 |
2024-03-15 | [AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996) | Ahmed Bougacha | 1 | -0/+14 |
2024-03-15 | Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978) | Ulrich Weigand | 1 | -0/+1 |
2024-03-08 | [C++20] [Modules] Introduce reduced BMI (#75894) | Chuanqi Xu | 1 | -0/+3 |
2024-03-06 | Revert "[libomptarget] Build plugins-nextgen for SystemZ (#83978)" | Ulrich Weigand | 1 | -1/+0 |
2024-03-06 | [libomptarget] Build plugins-nextgen for SystemZ (#83978) | Ulrich Weigand | 1 | -0/+1 |
2024-03-01 | [clang][deps] Implement move-conversion for `CowCompilerInvocation` (follow-up) | Jan Svoboda | 1 | -0/+11 |
2024-03-01 | [PowerPC] Support local-dynamic TLS relocation on AIX (#66316) | Felix (Ting Wang) | 1 | -8/+0 |
2024-02-21 | [InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293) | Cyndy Ishida | 1 | -40/+1 |
2024-02-13 | [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571) | Cyndy Ishida | 1 | -1/+40 |
2024-01-30 | [clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734) | Michael Spencer | 1 | -0/+1 |
2024-01-23 | [clang][FatLTO] Avoid UnifiedLTO until it can support WPD/CFI (#79061) | Paul Kirth | 1 | -14/+0 |
2024-01-21 | [C23] Implement N2490, Remove trigraphs??! | Aaron Ballman | 1 | -3/+5 |
2024-01-20 | [Frontend] Use SmallString::operator std::string (NFC) | Kazu Hirata | 1 | -2/+2 |
2024-01-18 | [HLSL][SPIR-V] Add Vulkan to target triple (#76749) | Natalie Chouinard | 1 | -6/+21 |
2023-12-13 | [clang] Use StringRef::{starts,ends}_with (NFC) (#75149) | Kazu Hirata | 1 | -8/+8 |