Age | Commit message (Expand) | Author | Files | Lines |
2021-09-17 | openmp: Add support for OpenMP 5.1 atomics for C++ | Jakub Jelinek | 1 | -1/+1 |
2021-09-10 | openmp: Implement OpenMP 5.1 atomics, so far for C only | Jakub Jelinek | 1 | -38/+466 |
2021-09-07 | C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' construct. | Marcel Vollweiler | 1 | -2/+5 |
2021-08-31 | Add support for device-modifiers for 'omp target device'. | Marcel Vollweiler | 1 | -17/+67 |
2021-08-23 | openmp: Add support for strict modifier on grainsize/num_tasks clauses | Jakub Jelinek | 1 | -2/+32 |
2021-08-20 | openmp: Implement the error directive | Jakub Jelinek | 1 | -0/+171 |
2021-08-20 | openmp: Diagnose some superfluous commas in OpenMP parsing | Jakub Jelinek | 1 | -2/+6 |
2021-08-19 | openmp: Fix ICE on requires clause with atomic_default_mem_order ( | Jakub Jelinek | 1 | -3/+12 |
2021-08-18 | openmp: Add nothing directive support | Jakub Jelinek | 1 | -0/+15 |
2021-08-18 | openmp: Actually ignore pragma_stmt pragmas for which c_parser_pragma returns... | Jakub Jelinek | 1 | -35/+35 |
2021-08-17 | openmp: Implement OpenMP 5.1 scope construct | Jakub Jelinek | 1 | -0/+30 |
2021-08-12 | openmp: Add support for OpenMP 5.1 masked construct | Jakub Jelinek | 1 | -2/+137 |
2021-08-12 | OpenMP 5.1: Add proc-bind 'primary' support | Tobias Burnus | 1 | -2/+5 |
2021-08-05 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -29/+34 |
2021-07-21 | OpenACC 'nohost' clause | Thomas Schwinge | 1 | -1/+9 |
2021-07-02 | openmp: Reject #pragma omp atomic update, [PR101297] | Jakub Jelinek | 1 | -1/+3 |
2021-06-24 | c: add support for per-location warning groups. | Martin Sebor | 1 | -2/+2 |
2021-06-24 | c: Fix up c_parser_has_attribute_expression [PR101176] | Jakub Jelinek | 1 | -0/+3 |
2021-06-24 | openmp: in_reduction clause support on target construct | Jakub Jelinek | 1 | -2/+16 |
2021-06-14 | C/C++: Fix unused set var warning with omp_clause_affinity [PR100913] | Tobias Burnus | 1 | -3/+1 |
2021-06-06 | openmp: Call c_omp_adjust_map_clauses even for combined target [PR100902] | Jakub Jelinek | 1 | -0/+1 |
2021-05-31 | c++/88601 - [C/C++] __builtin_shufflevector support | Richard Biener | 1 | -0/+38 |
2021-05-28 | OpenMP: Add iterator support to Fortran's depend; add affinity clause | Tobias Burnus | 1 | -5/+76 |
2021-05-19 | openmp: Handle lastprivate on combined target correctly [PR99928] | Jakub Jelinek | 1 | -1/+11 |
2021-05-12 | OpenMP: Add support for 'close' in map clause | Marcel Vollweiler | 1 | -58/+58 |
2021-03-05 | OpenACC: C/C++ - fix async parsing [PR99137] | Tobias Burnus | 1 | -1/+1 |
2021-02-10 | c, c++: Plug -Wduplicated-cond memory leaks [PR99057] | Marek Polacek | 1 | -12/+6 |
2021-01-16 | openmp: Add support for the OpenMP 5.0 task detach clause | Kwok Cheung Yeung | 1 | -1/+56 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-16 | C: Avoid incorrect warning for volatile in compound expressions [PR98260] | Martin Uecker | 1 | -2/+8 |
2020-12-09 | OpenMP: C/C++ parse 'omp allocate' | Tobias Burnus | 1 | -0/+52 |
2020-11-26 | C: Do not drop qualifiers in typeof for _Atomic types. [PR65455,PR92935] | Martin Uecker | 1 | -9/+0 |
2020-11-24 | openmp: Fix C ICE on OpenMP atomics | Jakub Jelinek | 1 | -3/+7 |
2020-11-13 | [PATCH] Implementation of asm goto outputs | Vladimir N. Makarov | 1 | -4/+1 |
2020-11-13 | C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404]. | Iain Sandoe | 1 | -1/+2 |
2020-11-10 | openmp: Implement OpenMP 5.0 base-pointer attachement and clause ordering | Chung-Lin Tang | 1 | -1/+9 |
2020-11-07 | C Parser: Implement mixing of labels and code. | Martin Uecker | 1 | -68/+37 |
2020-11-06 | Objective-C/C++ (parsers) : Update @property attribute parsing. | Iain Sandoe | 1 | -121/+159 |
2020-11-06 | OpenACC (C/C++): Fix 'acc atomic' parsing | Tobias Burnus | 1 | -5/+19 |
2020-11-04 | c: Implement C2x nodiscard attribute | Joseph Myers | 1 | -5/+5 |
2020-10-28 | openmp: Parsing and some semantic analysis of OpenMP allocate clause | Jakub Jelinek | 1 | -1/+73 |
2020-10-27 | c: Allow duplicate C2x standard attributes | Joseph Myers | 1 | -52/+2 |
2020-10-23 | c, c++: Implement -Wsizeof-array-div [PR91741] | Marek Polacek | 1 | -18/+30 |
2020-09-19 | Infrastructure & C front end changes for array parameter checking (PR c/50584). | Martin Sebor | 1 | -10/+17 |
2020-09-19 | Change C front end to emit structured loop and switch tree nodes. | Sandra Loosemore | 1 | -65/+60 |
2020-08-18 | c: Fix -Wunused-but-set-* warning with _Generic [PR96571] | Jakub Jelinek | 1 | -6/+13 |
2020-07-22 | OpenMP: Fixes for omp critical + hint | Tobias Burnus | 1 | -18/+8 |
2020-07-07 | Pass correct parameters to c_parser_do_statement. | Kaipeng Zhou | 1 | -1/+1 |
2020-06-16 | openmp: Initial part of OpenMP 5.0 non-rectangular loop support | Jakub Jelinek | 1 | -8/+46 |
2020-06-16 | openmp: Diagnose invalid OpenMP schedule(simd, static) | Jakub Jelinek | 1 | -1/+8 |