Age | Commit message (Expand) | Author | Files | Lines |
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/+0 |
2015-12-20 | re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473) | Jason Merrill | 1 | -21/+33 |
2015-12-09 | re PR c++/60218 ([c++11] ICE using __bases for broken class hierarchy) | Paolo Carlini | 1 | -7/+13 |
2015-12-06 | Fix crash70.C with -std=c++1z. | Jason Merrill | 1 | -1/+11 |
2015-12-04 | C++ FE: expression ranges | David Malcolm | 1 | -15/+38 |
2015-12-01 | OpenACC host_data support. | Julian Brown | 1 | -0/+19 |
2015-11-14 | omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca... | Jakub Jelinek | 1 | -0/+3 |
2015-11-13 | Merge C++ delayed folding branch. | Jason Merrill | 1 | -4/+28 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -7/+0 |
2015-11-05 | gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE. | Cesar Philippidis | 1 | -0/+38 |
2015-11-05 | gcc/ | Jakub Jelinek | 1 | -64/+280 |
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 |