Age | Commit message (Expand) | Author | Files | Lines |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -12/+7 |
2015-10-27 | parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker. | Nathan Sidwell | 1 | -73/+89 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 1 | -37/+17 |
2015-10-22 | fold-const.c (fold_addr_of_array_ref_difference): Properly convert operands b... | Richard Biener | 1 | -4/+9 |
2015-10-20 | re PR c++/67064 (Register asm variable broken) | Jason Merrill | 1 | -0/+2 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -107/+1223 |
2015-10-07 | cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location. | Marek Polacek | 1 | -5/+3 |
2015-10-04 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -1/+8 |
2015-09-17 | Implement N4295 fold-expressions. | Andrew Sutton | 1 | -0/+69 |
2015-09-17 | cp-tree.h (note_decl_for_pch): Remove. | Richard Biener | 1 | -20/+0 |
2015-09-10 | re PR c++/67522 (OpenMP ICE in type_dependent_expression_p) | Jakub Jelinek | 1 | -4/+7 |
2015-09-10 | re PR c++/67511 (ICE with invalid OpenMP random access iterator) | Jakub Jelinek | 1 | -1/+2 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -2/+2 |
2015-08-07 | Add C++ Concepts TS support. | Andrew Sutton | 1 | -1/+89 |
2015-08-05 | decl.c (cp_finish_decl): Tidy. | Jason Merrill | 1 | -79/+15 |
2015-08-05 | re PR c++/65195 (Variable template cannot be used as a function) | Jason Merrill | 1 | -0/+1 |
2015-07-28 | call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ... | Paolo Carlini | 1 | -2/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-30 | re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876) | Jason Merrill | 1 | -6/+7 |
2015-06-29 | re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails... | Marek Polacek | 1 | -5/+0 |
2015-06-27 | call.c: Use VECTOR_TYPE_P. | Marek Polacek | 1 | -1/+1 |
2015-06-27 | call.c (set_up_extended_ref_temp): Use VAR_P. | Marek Polacek | 1 | -7/+7 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 1 | -1/+1 |
2015-06-24 | Implement N3928 - Extending static_assert | Edward Smith-Rowland | 1 | -2/+11 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -3/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-16 | re PR c++/66387 (ICE in make_decl_rtl with lambda) | Jason Merrill | 1 | -0/+2 |
2015-06-09 | re PR c++/66387 (ICE in make_decl_rtl with lambda) | Jason Merrill | 1 | -1/+5 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-06-03 | re PR c++/66130 ("invalid use of non-static member function" message could be... | Manuel López-Ibáñez | 1 | -1/+1 |
2015-05-22 | re PR c/47043 (allow deprecating enum values) | Marek Polacek | 1 | -5/+0 |
2015-05-11 | class.c (fixup_type_variants): Do not copy TYPE_METHODS | Jan Hubicka | 1 | -0/+1 |
2015-05-05 | Fix g++.dg/torture/Wsizeof-pointer-memaccess2.C with -std=c++11 | Jason Merrill | 1 | -0/+1 |
2015-04-16 | call.c (build_op_delete_call, [...]): Check mark_used return value. | Paolo Carlini | 1 | -1/+2 |
2015-03-27 | re PR c++/65556 (ICE: verify_gimple failed (type precision mismatch in switch... | Marek Polacek | 1 | -0/+2 |
2015-01-29 | re PR c++/49508 (Bogus "control reaches end of non-void function" warning) | Jason Merrill | 1 | -1/+7 |
2015-01-27 | re PR c++/63889 (Ice with redundant static in class scope constexpr variable ... | Jason Merrill | 1 | -9/+0 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -4/+98 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+9 |
2015-01-06 | re PR c++/64487 (internal compiler error: in fold_offsetof_1, at c-family/c-c... | Jason Merrill | 1 | -0/+9 |
2015-01-06 | re PR c++/64496 (ICE with NSDMI and lambda) | Jason Merrill | 1 | -3/+19 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-18 | re PR c++/60955 (Erroneous warning about taking address of register with std=... | Paolo Carlini | 1 | -0/+3 |
2014-12-12 | re PR c++/59628 (ICE with invalid OpenMP "declare reduction" clause) | Paolo Carlini | 1 | -0/+2 |
2014-12-11 | Remove N3639 "array of runtime length" from -std=c++14. | Jason Merrill | 1 | -10/+0 |
2014-11-19 | re PR c++/57979 (G++ accepts constant expression defined using floating point... | Jason Merrill | 1 | -1/+1 |
2014-11-14 | semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr. | Paolo Carlini | 1 | -4/+2 |
2014-11-11 | Add illegal cilk checks to C++ front. | Andi Kleen | 1 | -0/+22 |