Age | Commit message (Expand) | Author | Files | Lines |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 1 | -13/+89 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -25/+25 |
2023-11-04 | openmp: Add omp::decl support for C2X | Jakub Jelinek | 1 | -3/+99 |
2023-11-04 | openmp: Add support for omp::directive and omp::sequence attributes in C2X | Jakub Jelinek | 1 | -41/+799 |
2023-10-25 | Disentangle handling of OpenACC 'host', 'self' pragma tokens | Thomas Schwinge | 1 | -21/+17 |
2023-10-25 | OpenACC 2.7: Implement self clause for compute constructs | Chung-Lin Tang | 1 | -3/+57 |
2023-09-20 | c, c++: Accept __builtin_classify_type (typename) | Jakub Jelinek | 1 | -0/+23 |
2023-09-12 | OpenMP (C only): For 'omp allocate', really walk tree for 'alloctor' check | Tobias Burnus | 1 | -41/+61 |
2023-09-12 | OpenMP (C only): omp allocate - extend parsing support, improve diagnostic | Tobias Burnus | 1 | -13/+102 |
2023-09-06 | C _BitInt support [PR102989] | Jakub Jelinek | 1 | -1/+31 |
2023-09-05 | OpenMP: Avoid ICE in c_parser_omp_clause_allocate with invalid expr | Tobias Burnus | 1 | -1/+3 |
2023-08-25 | OpenMP: C front end support for imperfectly-nested loops | Sandra Loosemore | 1 | -252/+608 |
2023-08-24 | c: Add support for [[__extension__ ...]] | Richard Sandiford | 1 | -16/+48 |
2023-08-22 | OpenMP: Handle 'all' as category in defaultmap | Tobias Burnus | 1 | -4/+15 |
2023-08-15 | OpenACC 2.7: default clause support for data constructs | Chung-Lin Tang | 1 | -0/+1 |
2023-08-11 | c: Add __typeof_unqual__ and __typeof_unqual support | Jakub Jelinek | 1 | -1/+2 |
2023-08-05 | c: _Generic should not warn in non-active branches [PR68193,PR97100,PR110703] | Martin Uecker | 1 | -1/+11 |
2023-08-04 | frontend: Add novector C pragma | Tamar Christina | 1 | -39/+80 |
2023-08-02 | analyzer: stash values for CPython plugin [PR107646] | Eric Feng | 1 | -0/+24 |
2023-07-31 | c-family: Implement pragma_lex () for preprocess-only mode | Lewis Hyatt | 1 | -0/+21 |
2023-07-31 | OpenACC 2.7: host_data must have use_device clause requirement | Chung-Lin Tang | 1 | -2/+7 |
2023-06-15 | c: add name hints to c_parser_declspecs [PR107583] | David Malcolm | 1 | -1/+13 |
2023-06-12 | OpenMP: Cleanups related to the 'present' modifier | Tobias Burnus | 1 | -3/+2 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 1 | -18/+105 |
2023-05-30 | OpenMP: Improve C/C++ parsing error message [PR109999] | Tobias Burnus | 1 | -2/+2 |
2023-05-23 | Fix ICEs related to VM types in C 1/2 [PR70418, PR107557, PR108423] | Martin Uecker | 1 | -9/+13 |
2023-05-18 | c: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -2/+2 |
2023-04-27 | c: Fix up error-recovery on non-empty VLA initializers [PR109409] | Jakub Jelinek | 1 | -4/+7 |
2023-04-25 | 'omp scan' struct block seq update for OpenMP 5.x | Tobias Burnus | 1 | -2/+20 |
2023-02-18 | C: Detect all variably modified types [PR108375] | Martin Uecker | 1 | -7/+6 |
2023-02-09 | OpenMP: Parse align clause in allocate directive in C/C++ | Tobias Burnus | 1 | -23/+65 |
2023-01-27 | c: Disallow braces around C2x auto initializers | Joseph Myers | 1 | -12/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-01-16 | c, c++: Allow ignoring -Winit-self through pragmas [PR105593] | Jakub Jelinek | 1 | -1/+1 |
2023-01-11 | c: Don't emit DEBUG_BEGIN_STMTs for K&R function argument declarations [PR105... | Jakub Jelinek | 1 | -0/+3 |
2023-01-06 | c: C2x semantics for __builtin_tgmath | Joseph Myers | 1 | -22/+20 |
2022-12-19 | c: Diagnose compound literals with function type [PR108043] | Jakub Jelinek | 1 | -0/+5 |
2022-11-17 | c, analyzer: fix ICE with -fanalyzer and -Wunused-macros [PR107711] | David Malcolm | 1 | -1/+1 |
2022-11-15 | c, analyzer: support named constants in analyzer [PR106302] | David Malcolm | 1 | -0/+90 |
2022-11-12 | c: C2x constexpr | Joseph Myers | 1 | -38/+185 |
2022-11-03 | c: C2x auto | Joseph Myers | 1 | -16/+65 |
2022-10-28 | c: tree: target: C2x (...) function prototypes and va_start relaxation | Joseph Myers | 1 | -14/+8 |
2022-10-28 | openmp: Allow optional comma after directive-specifier in C/C++ | Jakub Jelinek | 1 | -27/+37 |
2022-10-28 | c: C2x enums with fixed underlying type [PR61469] | Joseph Myers | 1 | -23/+116 |
2022-10-14 | c: C2x storage class specifiers in compound literals | Joseph Myers | 1 | -10/+81 |
2022-10-06 | c: C2x typeof | Joseph Myers | 1 | -3/+43 |
2022-10-06 | openmp: Map holds clause to IFN_ASSUME for C/C++ | Jakub Jelinek | 1 | -3/+5 |
2022-10-06 | c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654] | Jakub Jelinek | 1 | -9/+104 |
2022-10-04 | openmp: Add begin declare target support | Jakub Jelinek | 1 | -19/+56 |
2022-09-27 | openmp: Add OpenMP assume, assumes and begin/end assumes support | Jakub Jelinek | 1 | -17/+291 |