Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-24 | Make it cheaper to test whether an SSA name is a virtual operand | Richard Sandiford | 1 | -1/+15 |
2016-12-21 | re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum... | Jakub Jelinek | 1 | -0/+1 |
2016-11-24 | re PR middle-end/78429 (ICE in set_value_range, at tree-vrp.c on non-standard... | Eric Botcazou | 1 | -4/+14 |
2016-11-21 | re PR c++/71973 (c++ handles built-in functions inconsistently) | Bernd Edlinger | 1 | -0/+2 |
2016-11-18 | Add SET_DECL_MODE | Richard Sandiford | 1 | -0/+2 |
2016-11-16 | Fix tuple decomposition decltype. | Jason Merrill | 1 | -2/+1 |
2016-11-03 | Use type_hash_eq langhook in check_qualified_type. | Jason Merrill | 1 | -0/+5 |
2016-11-01 | tree.h (BLOCK_IN_COLD_SECTION_P): Define. | Jakub Jelinek | 1 | -0/+4 |
2016-10-25 | tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types. | Eric Botcazou | 1 | -0/+5 |
2016-10-16 | re PR ada/37139 (DEP prevents using Ada tasking) | Eric Botcazou | 1 | -0/+10 |
2016-10-13 | re PR c/77946 (-Wimplicit-fallthrough=1 ICE: tree check: expected tree that c... | Jakub Jelinek | 1 | -1/+1 |
2016-10-11 | tree.h (build_complex_type): Add second parameter with default. | Eric Botcazou | 1 | -1/+1 |
2016-09-26 | tree.h (memmodel_from_int, [...]): Move to ... | Thomas Preud'homme | 1 | -63/+0 |
2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -0/+5 |
2016-08-22 | Add minimal _FloatN, _FloatNx built-in functions. | Joseph Myers | 1 | -3/+11 |
2016-08-19 | Implement C _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+13 |
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 |