Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-10-18 | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. | Joseph Myers | 1 | -20/+40 |
2018-09-26 | [PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULL | Martin Jambor | 1 | -2/+5 |
2018-09-17 | Add -Wabsolute-value | Martin Jambor | 1 | -6/+150 |
2018-09-02 | c-common.c (braced_list_to_string): Remove eval parameter. | Bernd Edlinger | 1 | -9/+0 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -4/+2 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -8/+14 |
2018-08-13 | PR tree-optimization/71625 - missing strlen optimization on different array i... | Martin Sebor | 1 | -0/+9 |
2018-06-20 | Update OpenACC data clause semantics to the 2.5 behavior | Chung-Lin Tang | 1 | -78/+37 |
2018-05-02 | re PR c/30552 (gcc crashes when compiling examples with GNU statement express... | David Pagan | 1 | -1/+4 |
2018-03-21 | Adjust __builtin_tgmath handling of integer arguments to _FloatN narrowing ma... | Joseph Myers | 1 | -4/+21 |
2018-03-06 | re PR c/84721 (ICE in c_push_function_context, at c-decl.c:9667) | Jakub Jelinek | 1 | -1/+2 |
2018-01-31 | re PR c/81779 (bool define from stdbool.h suppresses -Wdeclaration-after-stat... | Marek Polacek | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-01 | re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on... | Jakub Jelinek | 1 | -10/+10 |
2017-12-22 | extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll. | Eric Botcazou | 1 | -24/+120 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -0/+20 |
2017-12-07 | Allow _Alignas in compound literals (C11 DR#444). | Joseph Myers | 1 | -8/+37 |
2017-12-01 | re PR c/79153 (-Wimplicit-fallthrough missed warning) | Jakub Jelinek | 1 | -2/+4 |
2017-11-30 | spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. | Jakub Jelinek | 1 | -1/+1 |
2017-11-28 | Remove Cilk Plus support. | Julia Koval | 1 | -955/+37 |
2017-11-23 | c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co... | Jakub Jelinek | 1 | -1/+1 |
2017-11-23 | generic.texi (ANNOTATE_EXPR): Document 3rd operand. | Eric Botcazou | 1 | -6/+9 |
2017-11-20 | c-family: add name_hint/deferred_diagnostic | David Malcolm | 1 | -7/+11 |
2017-11-19 | re PR c/66618 (Failure to diagnose non-constant initializer for static object... | Jakub Jelinek | 1 | -13/+17 |
2017-11-15 | Add __builtin_tgmath for better tgmath.h implementation (bug 81156). | Joseph Myers | 1 | -0/+564 |
2017-10-31 | diagnostics: get rid of *_at_rich_loc in favor of overloading | David Malcolm | 1 | -21/+20 |
2017-10-25 | C: detect more missing semicolons (PR c/7356) | David Malcolm | 1 | -5/+31 |
2017-10-12 | C/C++: add fix-it hints for various missing symbols | David Malcolm | 1 | -4/+21 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -1/+1 |
2017-10-04 | C: underline parameters in mismatching function calls | David Malcolm | 1 | -1/+37 |
2017-09-16 | Fix condition folding in c_parser_omp_for_loop | Tom de Vries | 1 | -1/+8 |
2017-09-01 | re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd) | Jakub Jelinek | 1 | -0/+10 |
2017-08-21 | C: use full locations within c_parser_expr_list's vec<location_t> | David Malcolm | 1 | -6/+5 |
2017-08-18 | c-parser.c (c_parser_postfix_expression): Remove unused code. | Marek Polacek | 1 | -24/+3 |
2017-08-10 | C/C++: show pertinent open token when missing a close token | David Malcolm | 1 | -214/+430 |