]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree.c
* tree.c (free_lang_data_in_type): Only check main variants.
[thirdparty/gcc.git] / gcc / 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
2017-12-07  rsandifoMake build_vector static
2017-12-07  rsandifoUse tree_vector_builder instead of build_vector
2017-12-07  rsandifoNew VECTOR_CST layout
2017-11-29  nathan[PATCH] complex type canonicalization
2017-11-29  jakub PR middle-end/83185
2017-11-28  jakub PR sanitizer/81275
2017-11-28  jamborm[PR 82808] Use proper result types for arithmetic jump...
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-28  jakub * tree.def (SWITCH_EXPR): Change from 3 operand to...
2017-11-27  rguenth2017-11-27 Richard Biener <rguenther@suse.de>
2017-11-22  mpolacek PR c++/60336
2017-11-16  nathan[PATCH] New lang hook
2017-10-29  wilsonDelete obsolete SDB debug info support.
2017-10-22  rsandifoRename inchash::hash::add_wide_int
2017-10-19  mseborPR tree-optimization/82596 - missing -Warray-bounds...
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-17  nathan[PATCH PR/82546] tree node size
2017-10-13  nathan[PATCH] Tree structure marking
2017-10-11  nathan[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-09-21  rsandifoFix unguarded uses of tree_to_uhwi
2017-09-14  rsandifoUse vec<> in build_vector
2017-09-14  rsandifoStore VECTOR_CST_NELTS directly in tree_node
2017-09-08  jason PR c++/70029 - ICE with ref-qualifier and -flto
2017-09-05  rsandifoMake targetm.get_mask_mode return an opt_mode
2017-08-30  rsandifo[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30  rsandifo[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  rsandifo[20/77] Replace MODE_INT checks with is_int_mode
2017-08-30  rsandifo[17/77] Add an int_mode_for_size helper function
2017-08-30  rsandifo[13/77] Make floatn_mode return an opt_scalar_float_mode
2017-08-21  rsandifoMove vector_type_mode to tree.c
2017-08-21  rguenth2017-08-21 Richard Biener <rguenther@suse.de>
2017-08-18  hjlAdd warn_if_not_aligned attribute
2017-08-16  nathan * tree-core.h (tree_type_non_common): Rename binfo...
2017-08-08  marxin.
next