Age | Commit message (Expand) | Author | Files | Lines |
2024-01-09 | OpenMP: lvalue parsing for map/to/from clauses (C++) | Julian Brown | 1 | -2/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-20 | c: Split -Wcalloc-transposed-args warning from -Walloc-size, -Walloc-size fixes | Jakub Jelinek | 1 | -0/+3 |
2023-12-13 | c-family: rename warn_for_address_or_pointer_of_packed_member | Jason Merrill | 1 | -1/+1 |
2023-12-13 | OpenMP/OpenACC: Rework clause expansion and nested struct handling | Julian Brown | 1 | -1/+70 |
2023-12-10 | c-family, c++: Look up built-in traits via identifier node | Ken Matsui | 1 | -5/+0 |
2023-12-02 | Allow target attributes in non-gnu namespaces | Richard Sandiford | 1 | -2/+2 |
2023-11-29 | Introduce hardbool attribute for C | Alexandre Oliva | 1 | -0/+18 |
2023-11-27 | c-family: Implement __has_feature and __has_extension [PR60512] | Alex Coplan | 1 | -0/+8 |
2023-11-23 | c: Add __builtin_stdc_* builtins | Jakub Jelinek | 1 | -4/+4 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -6/+6 |
2023-09-06 | C _BitInt support [PR102989] | Jakub Jelinek | 1 | -1/+1 |
2023-08-25 | OpenMP: C front end support for imperfectly-nested loops | Sandra Loosemore | 1 | -0/+1 |
2023-07-31 | c-family: Implement pragma_lex () for preprocess-only mode | Lewis Hyatt | 1 | -0/+3 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 1 | -1/+3 |
2023-05-18 | c: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -1/+1 |
2023-03-28 | Don't emit -Wxor-used-as-pow on macro expansions [PR107002] | David Malcolm | 1 | -1/+1 |
2023-02-28 | ubsan: Honor -fstrict-flex-arrays= in -fsanitize=bounds [PR108894] | Jakub Jelinek | 1 | -0/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -2/+2 |
2023-01-31 | c++: fix ICE with -Wduplicated-cond [PR107593] | Marek Polacek | 1 | -0/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-01-14 | c++: Avoid incorrect shortening of divisions [PR108365] | Jakub Jelinek | 1 | -0/+24 |
2022-10-28 | c: C2x enums with fixed underlying type [PR61469] | Joseph Myers | 1 | -0/+24 |
2022-10-06 | c: C2x typeof | Joseph Myers | 1 | -11/+13 |
2022-09-30 | c++: streamline built-in trait addition process | Patrick Palka | 1 | -25/+8 |
2022-09-29 | c++: implement __remove_cv, __remove_reference and __remove_cvref | Patrick Palka | 1 | -0/+1 |
2022-09-27 | openmp: Add OpenMP assume, assumes and begin/end assumes support | Jakub Jelinek | 1 | -0/+1 |
2022-09-23 | c++: Implement __is_{nothrow_,}convertible [PR106784] | Marek Polacek | 1 | -0/+1 |
2022-09-15 | Move void_list_node init to common code | Richard Biener | 1 | -1/+0 |
2022-09-02 | c/c++: new warning: -Wxor-used-as-pow [PR90885] | David Malcolm | 1 | -0/+4 |
2022-08-31 | c: C2x attributes fixes and updates | Joseph Myers | 1 | -2/+3 |
2022-08-25 | c: Implement C23 nullptr (N3042) | Marek Polacek | 1 | -14/+23 |
2022-07-31 | c++: Fix location for -Wunused-macros [PR66290] | Lewis Hyatt | 1 | -3/+5 |
2022-07-15 | c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477] | Marek Polacek | 1 | -0/+2 |
2022-07-06 | diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431] | Lewis Hyatt | 1 | -0/+2 |
2022-07-01 | c++: warn about using keywords as identifiers [PR106111] | Marek Polacek | 1 | -1/+1 |
2022-05-12 | openmp: Add omp_all_memory support (C/C++ only so far) | Jakub Jelinek | 1 | -0/+3 |
2022-05-09 | Enable match.pd dumping with -fdump-tree-original | Alex Coplan | 1 | -1/+0 |
2022-05-07 | c, c++: attribute format on a ctor with a vbase [PR101833, PR47634] | Marek Polacek | 1 | -1/+2 |
2022-03-19 | selftest: Move C-specific tests to c_family | Arthur Cohen | 1 | -0/+2 |
2022-03-12 | Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] | Thomas Schwinge | 1 | -1/+0 |
2022-01-21 | c-family: Fix up a -Wformat regression [PR104148] | Jakub Jelinek | 1 | -1/+2 |
2022-01-19 | Update per-file selftest and finalization hooks for .c to .cc renaming | David Malcolm | 1 | -3/+3 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -15/+15 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-18 | c-family: Add __builtin_assoc_barrier | Matthias Kretz | 1 | -1/+1 |
2021-11-03 | c: Fold implicit integer-to-floating conversions in static initializers with ... | Joseph Myers | 1 | -1/+3 |
2021-10-27 | openmp: Don't reject some valid initializers or conditions of non-rectangular... | Jakub Jelinek | 1 | -2/+2 |
2021-10-04 | c-family: Implement -Warray-compare [PR97573] | Marek Polacek | 1 | -0/+1 |
2021-09-10 | openmp: Implement OpenMP 5.1 atomics, so far for C only | Jakub Jelinek | 1 | -2/+2 |