Age | Commit message (Expand) | Author | Files | Lines |
2019-11-02 | gimplify.h (omp_construct_selector_matches): Change return type to int, add a... | Jakub Jelinek | 1 | -0/+5 |
2019-10-29 | Add a simulate_enum_decl langhook | Richard Sandiford | 1 | -0/+6 |
2019-10-29 | Add a simulate_builin_function_decl langhook | Richard Sandiford | 1 | -0/+7 |
2019-10-28 | PR c/66970 - Add __has_builtin() macro | Martin Sebor | 1 | -0/+5 |
2019-10-28 | re PR c/92249 (ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases) | Richard Biener | 1 | -0/+8 |
2019-10-25 | gimplify.h (omp_construct_selector_matches): Declare. | Jakub Jelinek | 1 | -0/+9 |
2019-10-15 | Rename attribute-related functions and productions in C parser. | Joseph Myers | 1 | -0/+16 |
2019-10-14 | [C] Avoid exposing internal details in aka types | Richard Sandiford | 1 | -0/+8 |
2019-10-14 | c-parser.c (c_parser_omp_all_clauses): Change bool NESTED_P argument into int... | Jakub Jelinek | 1 | -0/+8 |
2019-10-12 | c-common.h (c_omp_mark_declare_variant, [...]): Declare. | Jakub Jelinek | 1 | -0/+9 |
2019-10-11 | Support _Decimal* keywords for C2x. | Joseph Myers | 1 | -0/+4 |
2019-10-10 | c-common.h (c_omp_check_context_selector, [...]): Declare. | Jakub Jelinek | 1 | -0/+15 |
2019-10-02 | Handle :: tokens in C for C2x. | Joseph Myers | 1 | -0/+5 |
2019-10-01 | [C] Avoid aka types that just add tags | Richard Sandiford | 1 | -0/+5 |
2019-09-27 | re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo... | Jakub Jelinek | 1 | -0/+10 |
2019-09-27 | [C][C++] Allow targets to check calls to BUILT_IN_MD functions | Richard Sandiford | 1 | -0/+6 |
2019-09-20 | re PR c/91815 (questionable error on type definition at file scope) | Eric Botcazou | 1 | -0/+6 |
2019-09-04 | Add warning Wenum-conversion for C and ObjC. | Prathamesh Kulkarni | 1 | -0/+5 |
2019-08-23 | [PATCH, c-family] Fix a PCH thinko (and thus PR61250). | Iain Sandoe | 1 | -0/+7 |
2019-08-22 | c-parser.c (c_parser_declaration_or_fndef): Set DECL_ARGUMENTS of a FUNCTION_... | Eric Botcazou | 1 | -0/+5 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -0/+5 |
2019-08-13 | Protect some checks of DECL_FUNCTION_CODE | Richard Sandiford | 1 | -0/+7 |
2019-08-10 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE. | Jakub Jelinek | 1 | -0/+11 |
2019-08-10 | Assorted ChangeLog cleanups. | Jakub Jelinek | 1 | -31/+36 |
2019-08-09 | c-parser.c (check_no_duplicate_clause): Simplify using omp_find_clause. | Jakub Jelinek | 1 | -0/+6 |
2019-08-09 | re PR c/91401 (schedule + dist_schedule clauses rejected on distribute parall... | Jakub Jelinek | 1 | -0/+7 |
2019-08-08 | [C] Fix bogus nested enum error message | Richard Sandiford | 1 | -0/+4 |
2019-08-08 | gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe... | Jakub Jelinek | 1 | -0/+6 |
2019-08-07 | tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d... | Jakub Jelinek | 1 | -0/+13 |
2019-07-31 | re PR c/91192 (non-deterministic ICE on invalid) | Jakub Jelinek | 1 | -0/+7 |
2019-07-25 | Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). | Martin Liska | 1 | -0/+6 |
2019-07-25 | Come up with function_decl_type and use it in tree_function_decl. | Martin Liska | 1 | -0/+5 |
2019-07-23 | re PR tree-optimization/83518 (Missing optimization: useless instructions sho... | Richard Biener | 1 | -0/+6 |
2019-07-20 | tree.def (OMP_LOOP): New tree code. | Jakub Jelinek | 1 | -0/+12 |
2019-07-18 | Fix -Wreturn-type for static naked functions in C | Richard Sandiford | 1 | -0/+6 |
2019-07-12 | introduce try/finally/else in gimplefe | Alexandre Oliva | 1 | -0/+5 |
2019-07-12 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER. | Jakub Jelinek | 1 | -0/+9 |
2019-07-10 | gimple-parser.c (c_parser_gimple_postfix_expression): Support _Literal (int *... | Richard Biener | 1 | -0/+5 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -0/+10 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -0/+7 |
2019-07-01 | gimple-parser.c (c_parser_gimple_postfix_expression): Handle _Literal (char *... | Richard Biener | 1 | -0/+6 |
2019-06-24 | utils.c (handle_nonnull_attribute): Quote attribute name. | Martin Sebor | 1 | -0/+4 |
2019-06-10 | tree.def (OMP_SCAN): New tree code. | Jakub Jelinek | 1 | -0/+11 |
2019-06-05 | PR c/90737 - [8/9/10 Regression] inconsistent address of a local converted to... | Martin Sebor | 1 | -0/+6 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -0/+11 |
2019-05-17 | [PR89433] Repeated use of the C/C++ OpenACC 'routine' directive | Thomas Schwinge | 1 | -0/+4 |
2019-05-17 | [PR89433] Use 'oacc_verify_routine_clauses' for C/C++ OpenACC 'routine' direc... | Thomas Schwinge | 1 | -0/+4 |
2019-05-17 | [PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attribute | Thomas Schwinge | 1 | -0/+6 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -0/+14 |
2019-05-17 | gimple-parser.c (c_parser_gimple_statement): Handle __VEC_PERM. | Richard Biener | 1 | -0/+6 |