]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree.h
[PATCH] New lang hook
[thirdparty/gcc.git] / gcc / tree.h
2017-11-16  nathan[PATCH] New lang hook
2017-11-14  jason Support GTY((cache)) on hash_map.
2017-10-29  wilsonDelete obsolete SDB debug info support.
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-13  nathan[PATCH] Tree structure marking
2017-10-11  nathan[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-11  nathan[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-11  rguenth2017-10-11 Richard Biener <rguenther@suse.de>
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-10-02  rsandifoFix mismatched precisions in tree arithmetic
2017-09-14  rsandifoUse vec<> in build_vector
2017-09-14  rsandifoStore VECTOR_CST_NELTS directly in tree_node
2017-08-30  rsandifo[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  rsandifo[9/77] Add SCALAR_FLOAT_TYPE_MODE
2017-08-21  rsandifoAdd a type_has_mode_precision_p helper function
2017-08-21  rsandifoMove vector_type_mode to tree.c
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.
2017-08-07  marxinCanonicalize names of attributes.
2017-08-01  amker * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
2017-07-29  tbsaundeuse c++ for build_tree_list{,_vec}_stat
2017-07-29  tbsaundeuse C++ for {make,build}_vector_stat
2017-07-29  tbsaunderemove unused build_var_debug_value prototype
2017-07-29  tbsaundeuse c++ for tree_cons_stat
2017-07-29  tbsaundeuse c++ instead of build_vl_exp_stat
2017-07-29  tbsaundeuse c++ instead of build_decl_stat
2017-07-29  tbsaundeuse c++ instead of {make,grow}_tree_vec_stat
2017-07-29  tbsaundeuse c++ instead of buildN_stat{,_loc}
2017-07-29  tbsaundeuse c++ for make_int_cst_stat
2017-07-29  tbsaundeuse cxx instead of make_tree_binfo_stat
2017-07-29  tbsaundeuse c++ instead of _stat for copy_node_stat
2017-07-29  tbsaundeuse c++ instead of make_node_stat
2017-07-21  nathan gcc/
2017-07-19  nathan gcc/
2017-06-27  glissefenv.h builtins
2017-06-23  glisseRefactor fileptr_type_node handling
2017-06-11  jason * tree.h (id_equal): New.
2017-06-08  hubicka * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
2017-05-09  nathan * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Uncondi...
2017-05-04  rguenth2017-05-04 Richard Biener <rguenther@suse.de>
2017-05-03  nathan Canonicalize canonical type hashing
2017-05-02  law2017-05-02 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
2017-05-02  rguenth2017-05-02 Richard Biener <rguenther@suse.de>
2017-05-01  law2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
2017-04-27  jakub PR c++/80534
2017-04-26  nathan * tree.h (crc32_unsigned_n): Declare.
2017-04-21  rguenth2017-04-21 Richard Biener <rguenther@suse.de>
2017-04-20  jakub PR middle-end/80423
2017-04-12  rguenth2017-04-12 Richard Biener <rguenther@suse.de>
2017-02-23  jakub PR middle-end/79665
2017-02-09  cltang2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
2017-02-03  mseborPR tree-optimization/79352 - -fprintf-return-value...
2017-01-23  jakub * tree.h (assign_assembler_name_if_neeeded): Rename...
2017-01-01  jakub Update copyright years.
2016-12-24  rsandifoMake it cheaper to test whether an SSA name is a virtua...
2016-12-21  jakub PR bootstrap/78817
2016-11-24  ebotcazou PR middle-end/78429
2016-11-21  edlingergcc:
2016-11-18  rsandifoAdd SET_DECL_MODE
2016-11-16  jasonFix tuple decomposition decltype.
2016-11-03  jason Use type_hash_eq langhook in check_qualified_type.
2016-11-01  jakub * tree.h (BLOCK_IN_COLD_SECTION_P): Define.
2016-10-25  ebotcazou * tree.h (wi::fits_to_tree_p): Accept only 0 and 1...
2016-10-16  ebotcazou PR ada/37139
2016-10-13  jakub PR c/77946
2016-10-11  ebotcazou * tree.h (build_complex_type): Add second parameter...
2016-09-26  thopre012016-09-26 Thomas Preud'homme <thomas.preudhomme...
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-08-22  jsm28Add minimal _FloatN, _FloatNx built-in functions.
2016-08-19  jsm28Implement C _FloatN, _FloatNx types.
2016-07-27  edlinger2016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-27  dmalcolmMove make_location from tree.h/c to input.h/c
2016-07-19  uros * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WID...
2016-07-11  edlinger2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-06-28  jakub PR middle-end/66867
2016-06-20  ktkachov[typo] alignement -> alignment
2016-05-24  mseborPR c++/71147 - [6 Regression] Flexible array member...
2016-05-20  dmalcolmImplement CALL_EXPR_MUST_TAIL_CALL
2016-05-12  mpolacek PR c/70756
2016-05-02  rsandifoAdd a wi::to_wide helper function
2016-05-02  rsandifoSupport << and >> for offset_int and widest_int
2016-05-02  rsandifoSupport <, <=, > and >= for offset_int and widest_int
2016-04-27  jakub PR sanitizer/70683
2016-04-18  matz * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted...
2016-04-08  cesar gcc/
2016-04-06  jakub PR middle-end/70550
2016-02-08  berndsRemove -fshort-double
2016-01-28  jason * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
2016-01-26  jason PR c++/68782
2016-01-19  jambormMerge of HSA
2016-01-04  jakub Update copyright years.
2015-12-17  chrbr2015-12-17 Christian Bruel <christian.bruel@st.com>
2015-12-12  hubicka * tree.c (free_lang_data_in_type, find_decls_types_r...
2015-12-04  dmalcolmC++ FE: expression ranges
2015-12-02  rguenth2015-12-02 Richard Biener <rguenther@suse.de>
2015-11-26  jakub PR tree-optimization/68128
2015-11-24  hubicka * lto-streamer-in.c (lto_read_body_or_constructor...
2015-11-24  hubicka * tree.c (free_node): New function.
next