Age | Commit message (Expand) | Author | Files | Lines |
2016-07-27 | defaults.h (LOG2_BITS_PER_UNIT): Move from here... | Bernd Edlinger | 1 | -7/+12 |
2016-07-27 | Move make_location from tree.h/c to input.h/c | David Malcolm | 1 | -13/+0 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -1/+1 |
2016-07-11 | Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG. | Bernd Edlinger | 1 | -10/+2 |
2016-06-28 | re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange) | Jakub Jelinek | 1 | -2/+2 |
2016-06-20 | [typo] alignement -> alignment | Kyrylo Tkachov | 1 | -1/+1 |
2016-05-24 | PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in template | Martin Sebor | 1 | -0/+11 |
2016-05-20 | Implement CALL_EXPR_MUST_TAIL_CALL | David Malcolm | 1 | -0/+5 |
2016-05-12 | re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ... | Marek Polacek | 1 | -1/+7 |
2016-05-02 | Add a wi::to_wide helper function | Richard Sandiford | 1 | -0/+12 |
2016-05-02 | Support << and >> for offset_int and widest_int | Richard Sandiford | 1 | -1/+1 |
2016-05-02 | Support <, <=, > and >= for offset_int and widest_int | Richard Sandiford | 1 | -2/+2 |
2016-04-27 | re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address) | Jakub Jelinek | 1 | -1/+1 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -9/+21 |
2016-04-08 | re PR lto/70289 ([openacc] ICE in input_varpool_node) | Cesar Philippidis | 1 | -0/+3 |
2016-04-06 | re PR middle-end/70550 (-Wuninitialized false positives in OpenMP code) | Jakub Jelinek | 1 | -0/+4 |
2016-02-08 | Remove -fshort-double | Bernd Schmidt | 1 | -1/+1 |
2016-01-28 | * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED. | Jason Merrill | 1 | -1/+1 |
2016-01-26 | re PR c++/68782 (bad reference member formed with constexpr) | Jason Merrill | 1 | -0/+2 |
2016-01-19 | Merge of HSA | Martin Jambor | 1 | -0/+8 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-17 | tree.h (TYPE_MODE_RAW): New macro. | Christian Bruel | 1 | -0/+1 |
2015-12-12 | tree.c (free_lang_data_in_type, [...]): Also free unnecesary type decls. | Jan Hubicka | 1 | -0/+1 |
2015-12-04 | C++ FE: expression ranges | David Malcolm | 1 | -2/+15 |
2015-12-02 | tree.h (tree_invariant_p): Declare. | Richard Biener | 1 | -0/+4 |
2015-11-26 | re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP... | Jakub Jelinek | 1 | -0/+5 |
2015-11-24 | lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for... | Jan Hubicka | 1 | -1/+20 |
2015-11-24 | tree.c (free_node): New function. | Jan Hubicka | 1 | -0/+4 |
2015-11-19 | [Patch, vrp] Allow VRP type conversion folding only for widenings upto word mode | Senthil Kumar Selvaraj | 1 | -0/+14 |
2015-11-17 | Remove dead macros | Richard Sandiford | 1 | -16/+0 |
2015-11-17 | Add genmatch support for internal functions | Richard Sandiford | 1 | -0/+4 |
2015-11-17 | Add a combined_fn enum | Richard Sandiford | 1 | -0/+54 |
2015-11-13 | Source range tracking in libcpp and C FE, with bit-packing optimization | David Malcolm | 1 | -0/+33 |
2015-11-09 | re PR middle-end/68259 ([sso] tree checking failure in reverse_storage_order_... | Eric Botcazou | 1 | -2/+3 |
2015-11-09 | re PR middle-end/68251 (sorry, unimplemented: reverse storage order for BLKmode) | Eric Botcazou | 1 | -1/+1 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -3/+82 |
2015-11-05 | gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE. | Cesar Philippidis | 1 | -0/+3 |
2015-11-05 | gcc/ | Jakub Jelinek | 1 | -6/+1 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 1 | -20/+0 |
2015-10-22 | Move more cproj simplifications to match.pd | Richard Sandiford | 1 | -0/+1 |
2015-10-21 | tm.texi: Regenerated. | Ilya Enkovich | 1 | -0/+9 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -4/+73 |
2015-10-10 | tree.c (type_with_interoperable_signedness): New. | Jan Hubicka | 1 | -0/+1 |
2015-10-04 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -0/+3 |
2015-09-28 | gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment. | Nathan Sidwell | 1 | -0/+3 |
2015-08-31 | Move some comparison simplifications to match.pd | Marc Glisse | 1 | -0/+4 |
2015-08-13 | tree.c (nonnull_arg_p): Move from ... | Richard Biener | 1 | -0/+2 |
2015-08-01 | Allow non-overflow ops in reductions | Tom de Vries | 1 | -0/+2 |
2015-07-06 | match.pd: Remove element_mode inside HONOR_*. | Marc Glisse | 1 | -0/+1 |
2015-06-25 | hash-traits.h (ggc_cache_hasher): Rename to... | Richard Sandiford | 1 | -1/+1 |