Age | Commit message (Expand) | Author | Files | Lines |
2023-11-24 | Daily bump. | GCC Administrator | 1 | -0/+26 |
2023-11-23 | gcc: Introduce -fhardened | Marek Polacek | 1 | -0/+39 |
2023-11-23 | c: Add __builtin_stdc_* builtins | Jakub Jelinek | 2 | -5/+19 |
2023-11-23 | c++: Implement C++26 P2741R3 - user-generated static_assert messages [PR110348] | Jakub Jelinek | 2 | -1/+7 |
2023-11-20 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2023-11-19 | libcpp: split decls out to rich-location.h | David Malcolm | 1 | -0/+1 |
2023-11-19 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2023-11-18 | gcov: Improve -fprofile-update=atomic | Sebastian Huber | 1 | -0/+2 |
2023-11-18 | gcov: Remove TARGET_GCOV_TYPE_SIZE target hook | Sebastian Huber | 1 | -2/+0 |
2023-11-18 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2023-11-17 | c++: Implement C++ DR 2406 - [[fallthrough]] attribute and iteration statements | Jakub Jelinek | 1 | -0/+21 |
2023-11-15 | Daily bump. | GCC Administrator | 1 | -0/+29 |
2023-11-14 | c-family: Let libcpp know when the compilation is for a PCH [PR9471] | Lewis Hyatt | 1 | -0/+3 |
2023-11-14 | diagnostics: make option-handling callbacks private | David Malcolm | 1 | -3/+1 |
2023-11-14 | input.h: eliminate implicit users of global_dc's file_cache | David Malcolm | 3 | -29/+51 |
2023-11-14 | Daily bump. | GCC Administrator | 1 | -0/+21 |
2023-11-14 | Add type-generic clz/ctz/clrsb/ffs/parity/popcount builtins [PR111309] | Jakub Jelinek | 2 | -4/+92 |
2023-11-11 | c: Synthesize nonnull attribute for parameters declared with static [PR110815] | Martin Uecker | 1 | -1/+11 |
2023-11-09 | c: Add -Wreturn-mismatch warning, split from -Wreturn-type | Florian Weimer | 1 | -0/+4 |
2023-11-09 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-11-08 | c-family: Enable -fpermissive for C and ObjC | Florian Weimer | 2 | -1/+15 |
2023-11-08 | Daily bump. | GCC Administrator | 1 | -0/+61 |
2023-11-07 | c: Change T2X_* format checking macros to T23_* | Joseph Myers | 2 | -44/+44 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 2 | -0/+3 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 8 | -106/+106 |
2023-11-07 | Daily bump. | GCC Administrator | 1 | -0/+15 |
2023-11-06 | c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954] | Joseph Myers | 3 | -10/+26 |
2023-11-06 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2023-11-05 | openmp: Adjust handling of __has_attribute (omp::directive)/sequence and add ... | Jakub Jelinek | 1 | -9/+7 |
2023-11-05 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2023-11-03 | diagnostics: add automatic URL-ification within messages | David Malcolm | 1 | -2/+2 |
2023-11-03 | diagnostics: convert diagnostic_context to a class | David Malcolm | 4 | -9/+9 |
2023-11-02 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-11-01 | c: Add Walloc-size to warn about insufficient size in allocations [PR71219] | Martin Uecker | 1 | -0/+4 |
2023-11-01 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-10-31 | libcpp: eliminate MACRO_MAP_EXPANSION_POINT_LOCATION | David Malcolm | 1 | -1/+1 |
2023-10-28 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2023-10-27 | preprocessor: c++: Support `#pragma GCC target' macros [PR87299] | Lewis Hyatt | 2 | -19/+32 |
2023-10-27 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2023-10-26 | Add attribute((null_terminated_string_arg(PARAM_IDX))) | David Malcolm | 1 | -0/+17 |
2023-10-24 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2023-10-23 | libcpp: Improve the diagnostic for poisoned identifiers [PR36887] | Lewis Hyatt | 1 | -1/+1 |
2023-10-21 | Daily bump. | GCC Administrator | 1 | -0/+16 |
2023-10-20 | c-family: char8_t and aliasing in C vs C++ [PR111884] | Marek Polacek | 1 | -3/+4 |
2023-10-20 | c++: remove NON_DEPENDENT_EXPR, part 1 | Patrick Palka | 1 | -1/+1 |
2023-10-20 | Control flow redundancy hardening | Alexandre Oliva | 1 | -0/+22 |
2023-10-20 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2023-10-19 | c++: Make -Wunknown-pragmas controllable by #pragma GCC diagnostic [PR89038] | Lewis Hyatt | 1 | -1/+2 |
2023-10-16 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2023-10-15 | wide-int: Fix estimation of buffer sizes for wide_int printing [PR111800] | Jakub Jelinek | 1 | -1/+1 |