]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree.c
PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array) <...
[thirdparty/gcc.git] / gcc / tree.c
2019-02-11  mseborPR c++/87996 - size of array is negative error when...
2019-02-10  hubicka PR lto/89272
2019-02-09  hubicka PR lto/87809
2019-01-15  dmalcolmFix ICE on class-template argument deduction (PR c...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-09  jakub PR middle-end/88758
2019-01-07  rsandifo[2/2] PR88598: Optimise reduc (bit_and)
2019-01-07  rsandifo[1/2] PR88598: Optimise x * { 0 or 1, 0 or 1, ... }
2019-01-01  jakub Update copyright years.
2018-12-27  hubicka * ipa-devirt.c (polymorphic_call_target_d): Add n_odr_...
2018-12-24  hubicka * tree.c (fld_simplified_type): Temporarily disable...
2018-12-22  hubicka * tree.c: (obj_type_ref_class): Move to...
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-11-29  jakub PR target/88152
2018-11-23  mseborPR tree-optimization/87756 - missing unterminated argum...
2018-11-22  rguenth2018-11-22 Richard Biener <rguenther@suse.de>
2018-11-21  hubicka PR lto/87957
2018-11-20  hubicka * ipa-devirt.c (add_type_duplicate): Do not ICE on...
2018-11-20  hubicka PR lto/87997
2018-11-19  rguenth2018-11-19 Richard Biener <rguenther@suse.de>
2018-11-15  mseborPR c++/87541 - ICE using a constant decl as an attribut...
2018-11-09  hubicka * tree.c (fld_type_variant_equal_p): Test user align...
2018-11-08  jakub * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_...
2018-11-07  hubicka * tree.c (fld_incomplete_type_of): Clear TREE_ADDRESSABLE.
2018-11-07  hubicka * ipa-devirt.c (odr_types_equivalent_p): Expect constants
2018-11-07  hubicka * tree.c (fld_type_variant_equal_p): Skip TYPE_ALIGN...
2018-11-07  hubicka * tree.c (free_lang_data_in_type): Add fld parameter...
2018-11-06  hubicka * tree.c (fld_simplified_type_name): Break out form ...
2018-11-06  hubicka * tree.c (fld_type_variant): Also copy alignment;...
2018-11-06  hubicka * ipa-pure-const.c (check_decl): Do not test TYPE_NEED...
2018-11-06  hubicka * tree.c (fld_simplified_type_of): Clear TYPELESS_STO...
2018-11-06  hubicka * gcc.dg/lto/tbaa-1.c: New testcase.
2018-11-06  hubicka * tree.c (free_lang_data): Reset overwite_assembler_name,
2018-11-05  marxinCome up with SIZE_AMOUNT and use it in memory statistic...
2018-11-01  hubicka * tree.c (free_lang_data_in_decl): Free TREE_TYPE...
2018-10-30  hubicka * tree.c
2018-10-26  hubicka * tree.c (free_lang_data_in_type): Only check main...
2018-10-05  rguenth2018-10-05 Richard Biener <rguenther@suse.de>
2018-10-04  law * gimple-ssa-sprintf.c (format_string): Do...
2018-10-02  glisseNo a*x+b*x factorization for signed vectors
2018-10-01  rguenth2018-10-01 Richard Biener <rguenther@suse.de>
2018-09-28  rguenth2018-09-28 Richard Biener <rguenther@suse.de>
2018-09-26  mseborgcc/ChangeLog:
2018-08-30  hubicka * tree.c (find_decls_types_r): Walk also TYPE_NEXT_PTR_TO
2018-08-29  hubicka * tree-streamer-in.c (lto_input_ts_function_decl_tree_...
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-21  hubicka * tree.c (find_decls_types_r): Do not check for redund...
2018-08-21  hubicka * tree.c (free_lang_data_in_decl): Remove types from...
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-06  jozeflPR target/86662
2018-07-26  mseborPR tree-optimization/86043 - strlen after memcpy partia...
2018-07-12  hubicka * lto-streamer-out.c (DFS::DFS_write_tree_body): Do...
2018-07-11  hubicka * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not
2018-07-04  marxin2018-07-04 Denys Vlasenko <dvlasenk@redhat.com>
2018-06-22  hubicka * lto-streamer-out.c (DFS::DFS_write_tree_body): Do...
2018-06-22  hubicka * tree.c (free_lang_data_in_type): Free all TYPE_VFIELDs.
2018-06-20  cesarUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-19  hubicka * tree.c (find_decls_types_r): Remove all non-VAR_DECL...
2018-06-18  prathamesh34922018-06-18 Prathamesh Kulkarni <prathamesh.kulkarni...
2018-06-18  nickcEnsure that control characters in user supplied error...
2018-06-18  ebotcazou * tree.c (decl_value_expr_lookup): Revert latest change.
2018-06-17  ebotcazou * gimplify.c (nonlocal_vlas): Delete.
2018-06-14  rguenth2018-06-14 Richard Biener <rguenther@suse.de>
2018-06-08  marxinRemove MPX
2018-06-04  jakub PR c++/86025
2018-05-31  qinzhao2nd Patch for PR78009
2018-05-23  law PR target/78849
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-16  jason * tree.c (warn_deprecated_use): Return bool. Simplify...
2018-05-04  rguenth2018-05-04 Richard Biener <rguenther@suse.de>
2018-04-30  jason * tree.c (build_clobber): New.
2018-04-10  hubicka PR lto/85078
2018-04-07  jakub PR tree-optimization/80021
2018-03-14  marxinFix tree statistics with -fmem-report.
2018-03-12  jakub PR c++/84704
2018-02-08  hubicka PR ipa/81360
2018-01-24  jakub PR middle-end/83977
2018-01-23  dmalcolmAdd more test coverage to selftest::test_location_wrappers
2018-01-23  jakub PR c++/83918
2018-01-16  jakub PR libgomp/83590
2018-01-15  rguenth2018-01-15 Richard Biener <rguenther@suse.de>
2018-01-12  marxinFix integer overflow in stats of trees.
2018-01-12  marxinFix --enable-gather-detailed-mem-stats build.
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-03  rsandifoAdd support for MODE_VECTOR_BOOL
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  rsandifopoly_int: GET_MODE_NUNITS
2018-01-03  jakub Update copyright years.
2018-01-03  rsandifopoly_int: vectorizable_reduction
2018-01-03  rsandifopoly_int: current_vector_size and TARGET_AUTOVECTORIZE_...
2017-12-21  rsandifopoly_int: get_binfo_at_offset
2017-12-21  rsandifopoly_int: MEM_REF offsets
2017-12-20  rsandifopoly_int: get_addr_base_and_unit_offset
2017-12-20  rsandifopoly_int: tree constants
2017-12-18  rguenth2017-12-18 Richard Biener <rguenther@suse.de>
2017-12-16  rsandifoAdd VEC_SERIES_EXPR and associated optab
2017-12-16  rsandifoAdd VEC_DUPLICATE_EXPR and associated optab
2017-12-12  aoliva[SFN] introduce statement frontier notes, still disabled
2017-12-07  rsandifoMake more use of VECTOR_CST_ENCODED_ELT
next