Age | Commit message (Expand) | Author | Files | Lines |
2024-11-27 | diagnostics: replace %<%s%> with %qs [PR104896] | David Malcolm | 1 | -1/+1 |
2024-11-23 | Support for 64-bit location_t: Frontend parts | Lewis Hyatt | 1 | -5/+5 |
2024-11-15 | c: Add _Decimal64x support | Jakub Jelinek | 1 | -0/+4 |
2024-11-13 | c: Handle C23 floating constant {d,D}{32,64,128} suffixes like {df,dd,dl} | Jakub Jelinek | 1 | -1/+6 |
2024-10-17 | c, libcpp: Partially implement C2Y N3353 paper [PR117028] | Jakub Jelinek | 1 | -0/+4 |
2024-10-16 | libcpp, c, middle-end: Optimize initializers using #embed in C | Jakub Jelinek | 1 | -1/+43 |
2024-10-12 | libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnostics | Jakub Jelinek | 1 | -6/+6 |
2024-08-31 | c: Add support for unsequenced and reproducible attributes | Jakub Jelinek | 1 | -1/+3 |
2024-08-28 | c++: add missing -Wc++??-extensions checks | Jason Merrill | 1 | -4/+4 |
2024-02-22 | c: Handle scoped attributes in __has*attribute and scoped attribute parsing c... | Jakub Jelinek | 1 | -1/+21 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-27 | c-family: Implement __has_feature and __has_extension [PR60512] | Alex Coplan | 1 | -5/+35 |
2023-11-19 | libcpp: split decls out to rich-location.h | David Malcolm | 1 | -0/+1 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -7/+7 |
2023-11-06 | c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954] | Joseph Myers | 1 | -2/+2 |
2023-11-05 | openmp: Adjust handling of __has_attribute (omp::directive)/sequence and add ... | Jakub Jelinek | 1 | -9/+7 |
2023-09-06 | C _BitInt support [PR102989] | Jakub Jelinek | 1 | -0/+164 |
2023-09-06 | c: Don't pedwarn on _FloatN{,x} or {f,F}N{,x} suffixes for C2X | Jakub Jelinek | 1 | -1/+19 |
2023-07-31 | c-family: Implement pragma_lex () for preprocess-only mode | Lewis Hyatt | 1 | -5/+33 |
2023-05-15 | c: Update __has_c_attribute values for C2x | Joseph Myers | 1 | -11/+7 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-14 | c++: init_priority and SUPPORTS_INIT_PRIORITY [PR107638] | Patrick Palka | 1 | -0/+9 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 1 | -0/+16 |
2022-10-14 | c++: Implement excess precision support for C++ [PR107097, PR323] | Jakub Jelinek | 1 | -4/+1 |
2022-10-06 | c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654] | Jakub Jelinek | 1 | -0/+2 |
2022-09-29 | c: C2x noreturn attribute | Joseph Myers | 1 | -0/+3 |
2022-09-27 | c++: Implement P1467R9 - Extended floating-point types and standard names com... | Jakub Jelinek | 1 | -2/+18 |
2022-09-02 | c/c++: new warning: -Wxor-used-as-pow [PR90885] | David Malcolm | 1 | -1/+5 |
2022-08-31 | c: C2x attributes fixes and updates | Joseph Myers | 1 | -3/+5 |
2022-08-08 | C: Implement C2X N2653 char8_t and UTF-8 string literal changes | Tom Honermann | 1 | -4/+9 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+1476 |