Age | Commit message (Expand) | Author | Files | Lines |
2016-01-14 | Mark symbols in offload tables with force_output in read_offload_tables | Tom de Vries | 1 | -8/+2 |
2016-01-11 | PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression | David Malcolm | 1 | -6/+12 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-23 | Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR | Thomas Schwinge | 1 | -1/+1 |
2015-12-22 | re PR c++/67257 (Internal compiler error in retrieve_specialization) | Jason Merrill | 1 | -1/+15 |
2015-12-22 | re PR c++/67339 (Segfault when parsing a typename involving a template-alias) | Jason Merrill | 1 | -1/+1 |
2015-12-16 | Better error recovery for merge-conflict markers | David Malcolm | 1 | -0/+53 |
2015-12-09 | c-omp.c (c_finish_oacc_wait): Remove add_stmt() call. | Chung-Lin Tang | 1 | -0/+1 |
2015-12-06 | Fix parse/no-type-defn1.C with -std=c++1z. | Jason Merrill | 1 | -0/+47 |
2015-12-06 | Fix decltype-call1.C with -std=c++1z. | Jason Merrill | 1 | -36/+31 |
2015-12-06 | Fix template/ref1.C, nontype15.C, addr-builtin1.C with -std=c++1z. | Jason Merrill | 1 | -1/+10 |
2015-12-06 | PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z. | Jason Merrill | 1 | -6/+75 |
2015-12-04 | re PR c++/68645 (FAIL: c-c++-common/attr-simd-3.c -std=gnu++11 (test for exc... | Jason Merrill | 1 | -7/+9 |
2015-12-04 | C++ FE: expression ranges | David Malcolm | 1 | -145/+446 |
2015-12-03 | parser.c (cp_ensure_no_oacc_routine): Update error message. | Cesar Philippidis | 1 | -7/+8 |
2015-12-02 | Some OpenACC host_data cleanup | Thomas Schwinge | 1 | -10/+10 |
2015-12-01 | OpenACC host_data support. | Julian Brown | 1 | -0/+35 |
2015-11-27 | re PR c/63326 (whether a #pragma is a statement depends on the type of pragma) | Jakub Jelinek | 1 | -0/+2 |
2015-11-27 | Fix parser memory leak in cilk_simd_fn_info | Martin Liska | 1 | -0/+2 |
2015-11-24 | c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "i... | Ilya Verbin | 1 | -6/+7 |
2015-11-19 | re PR c++/68422 (compile-time cost of sizeof... is quadratic) | Jason Merrill | 1 | -0/+1 |
2015-11-19 | parser.h (struct cp_omp_declare_simd_data): Add clauses member. | Cesar Philippidis | 1 | -111/+246 |
2015-11-17 | LITERAL_ZERO_P obsoleted by delayed folding. | Jason Merrill | 1 | -69/+9 |
2015-11-17 | Don't fold -(constant) or -0. | Jason Merrill | 1 | -1/+20 |
2015-11-16 | Add __attribute__((__simd__)) to GCC. | Kirill Yukhin | 1 | -3/+5 |
2015-11-15 | always define ENABLE_OFFLOADING | Trevor Saunders | 1 | -6/+7 |
2015-11-13 | Merge C++ delayed folding branch. | Jason Merrill | 1 | -11/+18 |
2015-11-12 | parser.c (cp_parser_oacc_declare): Remove unused. | James Norris | 1 | -1/+1 |
2015-11-12 | c-pragma.c (oacc_pragmas): Add entry for declare directive. | James Norris | 1 | -0/+172 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -5/+0 |
2015-11-09 | parser.c (cp_finalize_oacc_routine): New boolean first argument. | Cesar Philippidis | 1 | -24/+45 |
2015-11-10 | omp-low.h (replace_oacc_fn_attrib, [...]): Declare. | Nathan Sidwell | 1 | -1/+169 |
2015-11-06 | Support non-type constrained-type-specifiers. | Jason Merrill | 1 | -63/+65 |
2015-11-05 | gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE. | Cesar Philippidis | 1 | -8/+99 |
2015-11-05 | re PR c++/67846 (ICE on code with lambda expression on x86_64-linux-gnu in ch... | Paolo Carlini | 1 | -1/+6 |
2015-11-05 | gcc/ | Jakub Jelinek | 1 | -23/+140 |
2015-11-04 | (cp_parser_oacc_single_int_clause): New function. | Cesar Philippidis | 1 | -115/+43 |
2015-11-04 | ENABLE_CHECKING refactoring: C family front ends | Mikhail Maltsev | 1 | -3/+2 |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 1 | -0/+4 |
2015-10-31 | Remove support for N3994, terse range-for, which was not adopted. | Ville Voutilainen | 1 | -16/+0 |
2015-10-31 | Implement multiple 'auto' feature from Concepts TS. | Jason Merrill | 1 | -18/+6 |
2015-10-31 | Make some functions static. | Jason Merrill | 1 | -4/+6 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -12/+6 |
2015-10-27 | parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker. | Nathan Sidwell | 1 | -3/+183 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 1 | -61/+86 |
2015-10-21 | re PR c++/66781 ("confused by earlier errors, bailing out" with wrong enum wi... | Paolo Carlini | 1 | -2/+14 |
2015-10-20 | array-notation-common.c (is_cilkplus_vector_p): Define. | Marek Polacek | 1 | -11/+0 |
2015-10-19 | Implement N4268, Do constant evaluation of all non-type template args. | Jason Merrill | 1 | -2/+7 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -113/+1432 |
2015-10-07 | cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location. | Marek Polacek | 1 | -6/+4 |