Age | Commit message (Expand) | Author | Files | Lines |
2016-08-19 | Implement C _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+44 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -4/+4 |
2016-07-27 | Move make_location from tree.h/c to input.h/c | David Malcolm | 1 | -36/+0 |
2016-07-20 | cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0. | Uros Bizjak | 1 | -2/+2 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -1/+1 |
2016-07-13 | tree.c: add [cd]tors to free_lang_data_d | Trevor Saunders | 1 | -21/+12 |
2016-07-11 | Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG. | Bernd Edlinger | 1 | -1/+0 |
2016-07-04 | re PR c++/71739 (ICE on valid C++11 code: tree check: expected identifier_nod... | Jakub Jelinek | 1 | -1/+1 |
2016-06-21 | tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if they are b... | Eric Botcazou | 1 | -2/+6 |
2016-06-21 | stor-layout.c (layout_type): Move setting complex MODE to layout_type... | Michael Meissner | 1 | -1/+0 |
2016-06-06 | Selftest framework | David Malcolm | 1 | -0/+62 |
2016-06-03 | re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th... | Bernd Schmidt | 1 | -0/+7 |
2016-06-01 | Remove the unused OMP_CLAUSE_DEVICE_RESIDENT | Thomas Schwinge | 1 | -3/+0 |
2016-05-25 | re PR tree-optimization/71239 (ICE in operand_equal_p (fold-const.c:2769)) | Martin Liska | 1 | -1/+2 |
2016-05-21 | * tree.c (array_at_struct_end_p): Look through MEM_REF. | Jan Hubicka | 1 | -0/+19 |
2016-05-16 | tree.c (free_lang_data_in_decl): Also set target/optimization flags for thunks. | Jan Hubicka | 1 | -1/+1 |
2016-05-13 | builtins.c (expand_builtin_memcmp): Do not emit the call here. | Eric Botcazou | 1 | -17/+26 |
2016-05-12 | re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ... | Marek Polacek | 1 | -2/+2 |
2016-05-04 | re PR c++/70906 (ice in add_expr, at tree.c:7925) | Jakub Jelinek | 1 | -1/+11 |
2016-05-02 | machmode.h (mode_complex): Add support to give the complex mode for a given m... | Michael Meissner | 1 | -0/+1 |
2016-05-02 | Simplify cst_and_fits_in_hwi | Richard Sandiford | 1 | -7/+2 |
2016-04-29 | re PR middle-end/70843 (ICE in add_expr, at tree.c:7913) | Jakub Jelinek | 1 | -0/+12 |
2016-04-27 | re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address) | Jakub Jelinek | 1 | -16/+108 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -8/+8 |
2016-04-14 | re PR c++/70029 (ICE with C++11 and -flto) | Marek Polacek | 1 | -1/+3 |
2016-03-10 | re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971) | Jan Hubicka | 1 | -2/+7 |
2016-03-10 | re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971) | Jan Hubicka | 1 | -0/+1 |
2016-03-10 | Add -funconstrained-commons to work around PR/69368 (and others) in SPEC2006 | Alan Lawrence | 1 | -2/+4 |
2016-02-24 | re PR middle-end/69915 (ICE: SIGSEGV with -O -ftracer with broken backtrace) | Jakub Jelinek | 1 | -1/+1 |
2016-02-23 | mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t. | Richard Biener | 1 | -1/+1 |
2016-02-08 | Remove -fshort-double | Bernd Schmidt | 1 | -8/+3 |
2016-02-05 | re PR middle-end/69643 (Address space discarded) | Richard Henderson | 1 | -0/+17 |
2016-01-26 | re PR c++/68782 (bad reference member formed with constexpr) | Jason Merrill | 1 | -12/+44 |
2016-01-23 | tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the... | Jakub Jelinek | 1 | -1/+1 |
2016-01-20 | re PR target/69343 (Bootstrap failure on s390{,x}-linux) | Richard Henderson | 1 | -138/+0 |
2016-01-19 | Merge of HSA | Martin Jambor | 1 | -1/+4 |
2016-01-14 | re PR c/69272 (ICE: in c_builtin_function, at c/c-decl.c:4020 with -fgnu-tm) | Richard Henderson | 1 | -2/+2 |
2016-01-13 | re PR target/68964 (Internal compiler error for test case gcc.dg/tm/20100610.... | Richard Henderson | 1 | -0/+138 |
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 | -3/+0 |
2015-12-17 | re PR tree-optimization/68835 (ICE in set_value_range, at tree-vrp.c:387, wit... | Jakub Jelinek | 1 | -6/+5 |
2015-12-15 | struct-layout-1_generate.c: Avoid generating further fields after the first f... | Martin Sebor | 1 | -3/+4 |
2015-12-12 | tree.c (free_lang_data_in_type, [...]): Also free unnecesary type decls. | Jan Hubicka | 1 | -3/+9 |
2015-12-07 | re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2) | Jan Hubicka | 1 | -22/+35 |
2015-12-04 | C++ FE: expression ranges | David Malcolm | 1 | -5/+20 |
2015-12-02 | re PR c++/68653 (ICE: in nonnull_arg_p, at tree.c:13853) | Marek Polacek | 1 | -1/+3 |
2015-12-02 | tree.h (tree_invariant_p): Declare. | Richard Biener | 1 | -3/+1 |
2015-12-02 | PR 68432: Add a target hook to control size/speed optab choices | Richard Sandiford | 1 | -1/+2 |
2015-11-25 | re PR c++/68385 (ICE building libstdc++ on arm-none-eabi) | Jason Merrill | 1 | -26/+0 |
2015-11-24 | alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P double check ... | Jan Hubicka | 1 | -2/+8 |