Age | Commit message (Expand) | Author | Files | Lines |
2015-11-09 | parser.c (cp_finalize_oacc_routine): New boolean first argument. | Cesar Philippidis | 2 | -24/+62 |
2015-11-09 | PR c++/67913 - new expression with negative size not diagnosed | Martin Sebor | 3 | -18/+77 |
2015-11-10 | omp-low.h (replace_oacc_fn_attrib, [...]): Declare. | Nathan Sidwell | 3 | -1/+194 |
2015-11-08 | Clean up fallout on ILP32 from r229831. | Martin Sebor | 2 | -5/+14 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 2 | -2/+10 |
2015-11-06 | Support non-type constrained-type-specifiers. | Jason Merrill | 3 | -73/+111 |
2015-11-06 | pt.c (push_inline_template_parms_recursive): Don't recreate the CONST_DECL. | Jason Merrill | 2 | -15/+7 |
2015-11-06 | [cp][committed] Fix bootstrap on arm due to print format warning | Kyrylo Tkachov | 2 | -1/+6 |
2015-11-05 | gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE. | Cesar Philippidis | 4 | -10/+210 |
2015-11-05 | PR c++/67942 - diagnose placement new buffer overflow | Martin Sebor | 2 | -3/+16 |
2015-11-05 | PR c++/67942 - diagnose placement new buffer overflow | Martin Sebor | 2 | -7/+222 |
2015-11-05 | re PR c++/67846 (ICE on code with lambda expression on x86_64-linux-gnu in ch... | Paolo Carlini | 3 | -7/+20 |
2015-11-05 | gcc/ | Jakub Jelinek | 6 | -100/+565 |
2015-11-04 | (cp_parser_oacc_single_int_clause): New function. | Cesar Philippidis | 2 | -115/+52 |
2015-11-04 | ENABLE_CHECKING refactoring: C family front ends | Mikhail Maltsev | 12 | -88/+84 |
2015-11-03 | Handle auto parameter packs. | Jason Merrill | 2 | -0/+21 |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 2 | -0/+10 |
2015-10-31 | Remove support for N3994, terse range-for, which was not adopted. | Ville Voutilainen | 2 | -16/+6 |
2015-10-31 | Implement multiple 'auto' feature from Concepts TS. | Jason Merrill | 9 | -31/+268 |
2015-10-31 | Streamline for_each_template_parm. | Jason Merrill | 3 | -63/+51 |
2015-10-31 | Improve deduction failure diagnostics. | Jason Merrill | 2 | -1/+17 |
2015-10-31 | pt.c (hash_tmpl_and_args): Use iterative_hash_object on template uid. | Jason Merrill | 2 | -1/+4 |
2015-10-31 | Make some functions static. | Jason Merrill | 2 | -4/+11 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 37 | -203/+157 |
2015-10-29 | re PR c++/67845 (ICE on invalid use of const qualifier on x86_64-linux-gnu in... | Paolo Carlini | 2 | -0/+11 |
2015-10-28 | DR 1518 | Jason Merrill | 3 | -1/+37 |
2015-10-27 | parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker. | Nathan Sidwell | 3 | -76/+290 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 4 | -100/+122 |
2015-10-26 | DR 2179 | Jason Merrill | 2 | -8/+18 |
2015-10-26 | function.h (MINIMUM_METHOD_BOUNDARY): New macro. | Christian Bruel | 3 | -23/+6 |
2015-10-23 | DR 1518 DR 1630 PR c++/54835 PR c++/60417 | Jason Merrill | 2 | -15/+33 |
2015-10-23 | re PR c++/67813 ([C++14] copy-initialization of object with pointer member fa... | Jason Merrill | 2 | -3/+12 |
2015-10-22 | typo | Jason Merrill | 1 | -1/+1 |
2015-10-22 | call.c (add_template_conv_candidate): Pass DEDUCE_CALL. | Jason Merrill | 3 | -3/+25 |
2015-10-22 | call.c (add_conv_candidate): Remove first_arg parm. | Jason Merrill | 2 | -15/+17 |
2015-10-22 | fold-const.c (fold_addr_of_array_ref_difference): Properly convert operands b... | Richard Biener | 2 | -4/+15 |
2015-10-21 | re PR c++/66781 ("confused by earlier errors, bailing out" with wrong enum wi... | Paolo Carlini | 2 | -2/+26 |
2015-10-21 | tm.texi: Regenerated. | Ilya Enkovich | 3 | -3/+35 |
2015-10-20 | re PR c++/66583 (incorrect implicitly-defined move constructor for class with... | Jason Merrill | 2 | -23/+40 |
2015-10-20 | array-notation-common.c (is_cilkplus_vector_p): Define. | Marek Polacek | 2 | -11/+4 |
2015-10-20 | re PR c++/67064 (Register asm variable broken) | Jason Merrill | 2 | -0/+5 |
2015-10-19 | Implement N4268, Do constant evaluation of all non-type template args. | Jason Merrill | 3 | -2/+24 |
2015-10-19 | Expand PTRMEM_CST only when necessary. | Jason Merrill | 5 | -20/+41 |
2015-10-19 | typo | Jason Merrill | 1 | -1/+1 |
2015-10-18 | re PR c++/68006 ([C++14] Incorrect aggregate initialization from empty initia... | Jason Merrill | 2 | -1/+21 |
2015-10-16 | re PR c++/67926 (Using folding expressions in a constexpr context ice's) | Paolo Carlini | 2 | -0/+11 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 8 | -286/+3110 |
2015-10-12 | re PR c++/58566 ([c++11] ICE with invalid expression in lambda body) | Ville Voutilainen | 2 | -1/+7 |
2015-10-08 | cp-tree.h (SIMPLE_TARGET_EXPR_P): New. | Jason Merrill | 4 | -4/+14 |
2015-10-08 | format | Jason Merrill | 1 | -1/+1 |