Age | Commit message (Expand) | Author | Files | Lines |
2019-11-07 | Expand C2x attribute parsing support and factor out from TM attributes. | Joseph Myers | 1 | -78/+269 |
2019-11-07 | Move string concatenation for C into the parser. | Joseph Myers | 1 | -63/+211 |
2019-11-02 | gimplify.h (omp_construct_selector_matches): Change return type to int, add a... | Jakub Jelinek | 1 | -3/+2 |
2019-10-25 | gimplify.h (omp_construct_selector_matches): Declare. | Jakub Jelinek | 1 | -1/+1 |
2019-10-15 | Rename attribute-related functions and productions in C parser. | Joseph Myers | 1 | -77/+79 |
2019-10-14 | c-parser.c (c_parser_omp_all_clauses): Change bool NESTED_P argument into int... | Jakub Jelinek | 1 | -8/+16 |
2019-10-12 | c-common.h (c_omp_mark_declare_variant, [...]): Declare. | Jakub Jelinek | 1 | -7/+17 |
2019-10-10 | c-common.h (c_omp_check_context_selector, [...]): Declare. | Jakub Jelinek | 1 | -40/+505 |
2019-10-02 | Handle :: tokens in C for C2x. | Joseph Myers | 1 | -6/+19 |
2019-09-27 | re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo... | Jakub Jelinek | 1 | -38/+66 |
2019-08-23 | [PATCH, c-family] Fix a PCH thinko (and thus PR61250). | Iain Sandoe | 1 | -0/+2 |
2019-08-22 | c-parser.c (c_parser_declaration_or_fndef): Set DECL_ARGUMENTS of a FUNCTION_... | Eric Botcazou | 1 | -2/+33 |
2019-08-10 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE. | Jakub Jelinek | 1 | -6/+87 |
2019-08-09 | c-parser.c (check_no_duplicate_clause): Simplify using omp_find_clause. | Jakub Jelinek | 1 | -11/+5 |
2019-08-09 | re PR c/91401 (schedule + dist_schedule clauses rejected on distribute parall... | Jakub Jelinek | 1 | -1/+4 |
2019-08-07 | tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d... | Jakub Jelinek | 1 | -3/+22 |
2019-07-31 | re PR c/91192 (non-deterministic ICE on invalid) | Jakub Jelinek | 1 | -2/+3 |
2019-07-20 | tree.def (OMP_LOOP): New tree code. | Jakub Jelinek | 1 | -3/+140 |
2019-07-12 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER. | Jakub Jelinek | 1 | -2/+48 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-06-25 | Implement alternate "__intN__" form of "__intN" type | Jozef Lawrynowicz | 1 | -0/+5 |
2019-06-10 | tree.def (OMP_SCAN): New tree code. | Jakub Jelinek | 1 | -6/+81 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -10/+10 |
2019-05-17 | [PR89433] Repeated use of the C/C++ OpenACC 'routine' directive | Thomas Schwinge | 1 | -21/+25 |
2019-05-17 | [PR89433] Use 'oacc_verify_routine_clauses' for C/C++ OpenACC 'routine' direc... | Thomas Schwinge | 1 | -0/+8 |
2019-05-17 | [PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attribute | Thomas Schwinge | 1 | -1/+1 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -7/+7 |
2019-05-09 | Support profile (BB counts and edge probabilities) in GIMPLE FE. | Martin Liska | 1 | -1/+2 |
2019-04-26 | re PR debug/90197 (Cannot step through simple loop at -O -g) | Jakub Jelinek | 1 | -18/+35 |
2019-03-14 | c-tree.h (enum c_declspec_il): New. | Richard Biener | 1 | -18/+18 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -1/+1 |
2019-02-22 | PR c/89425 - -Wabsolute-value warns in dead subexpressions | Martin Sebor | 1 | -0/+4 |
2019-02-22 | [C, C++] Use correct location information for OpenACC shape and simple clauses | Thomas Schwinge | 1 | -14/+14 |
2019-02-19 | re PR c/87924 (OpenACC wait clauses without async-arguments) | Chung-Lin Tang | 1 | -1/+9 |
2019-02-06 | re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403) | Jakub Jelinek | 1 | -4/+6 |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 1 | -9/+42 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | c/c++, asm: Use nicer error for const and restrict | Segher Boessenkool | 1 | -0/+6 |
2018-12-19 | c/c++, asm: Use nicer error for duplicate asm qualifiers | Segher Boessenkool | 1 | -20/+37 |
2018-12-19 | c/c++, asm: Write the asm-qualifier loop without "done" boolean | Segher Boessenkool | 1 | -34/+31 |
2018-12-08 | c: Delete a stray line in asm inline | Segher Boessenkool | 1 | -1/+0 |
2018-12-06 | asm inline | Segher Boessenkool | 1 | -4/+17 |
2018-12-06 | asm qualifiers (PR55681) | Segher Boessenkool | 1 | -31/+43 |
2018-12-04 | OpenACC wait list diagnostic change | Julian Brown | 1 | -8/+0 |
2018-11-20 | c-parser.c (c_parser_has_attribute_expression): New function. | Martin Sebor | 1 | -89/+251 |
2018-11-09 | c-parser.c (c_parser_omp_clause_final): Use c_parser_expr_no_commas... | Jakub Jelinek | 1 | -11/+26 |
2018-11-09 | c-parser.c (c_parser_omp_clause_reduction): Call sorry_at on reduction clause... | Jakub Jelinek | 1 | -1/+5 |
2018-11-09 | c-parser.c (c_parser_omp_requires): Call sorry_at on requires clauses other t... | Jakub Jelinek | 1 | -0/+3 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -115/+1141 |
2018-10-29 | C++: simplify output from suggest_alternatives_for | David Malcolm | 1 | -6/+6 |