]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree.h
[6/6] Preprocessor forced macro location
[thirdparty/gcc.git] / gcc / tree.h
2018-10-26  Jan Hubickaipa-devirt.c (warn_odr): Make static.
2018-10-05  Richard Bienertree-core.h (tree_block::abstract_flag): Remove.
2018-10-04  Jeff Lawgimple-ssa-sprintf.c (format_string): Do not hardcode...
2018-10-03  Martin LiskaProperly mark lambdas in GCOV (PR gcov-profile/86109).
2018-09-28  Richard Bienertree.h (BLOCK_ORIGIN): New.
2018-09-27  Martin Sebortree.h (tree_to_shwi): Add attribute nonnull and pure.
2018-09-26  Martin Sebortree.c (zerop): Change return type to bool.
2018-08-29  Richard Bienertree-core.h: Document use of deprecated_flag in SSA_NAME.
2018-08-28  Martin LiskaUpdate documentation of fndecl_built_in_p.
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-21  Jan Hubickatree.c (find_decls_types_r): Do not check for redundant...
2018-08-10  Martin LiskaIntroduce __builtin_expect_with_probability (PR target...
2018-07-26  Martin SeborPR tree-optimization/86043 - strlen after memcpy partia...
2018-07-20  Martin LiskaRemove unused code.
2018-07-19  Aldy Hernandezwide-int.h (widest2_int): New.
2018-06-08  Martin LiskaRemove MPX
2018-05-16  Jason Merrill* tree.c (warn_deprecated_use): Return bool. Simplify...
2018-04-30  Jason Merrilltree.c (build_clobber): New.
2018-03-16  Jakub Jelinekre PR c++/79937 (ICE in replace_placeholders_r)
2018-01-15  Jakub Jelinekre PR middle-end/82694 (Linux kernel miscompiled since...
2018-01-10  David MalcolmPreserving locations for variable-uses and constants...
2018-01-03  Richard Sandifordpoly_int: GET_MODE_PRECISION
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2018-01-03  Richard Sandifordpoly_int: vectorizable_reduction
2018-01-03  Richard Sandifordpoly_int: current_vector_size and TARGET_AUTOVECTORIZE_...
2017-12-21  Richard Sandifordpoly_int: get_binfo_at_offset
2017-12-21  Richard Sandifordpoly_int: bit_field_size/offset
2017-12-21  Richard Sandifordpoly_int: get_inner_reference & co.
2017-12-20  Richard Sandifordpoly_int: expand_debug_expr
2017-12-20  Richard Sandifordpoly_int: tree constants
2017-12-16  Richard SandifordAdd VEC_SERIES_EXPR and associated optab
2017-12-12  Alexandre Oliva[SFN] Introduce -gstatement-frontiers option, enable...
2017-12-12  Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-12  Alexandre Oliva[SFN] boilerplate changes in preparation to introduce...
2017-12-07  Richard SandifordMake build_vector static
2017-12-07  Richard SandifordNew VECTOR_CST layout
2017-12-01  Jakub Jelinekre PR c/79153 (-Wimplicit-fallthrough missed warning)
2017-11-28  Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28  Prathamesh Kulkarni[PR 82808] Use proper result types for arithmetic jump...
2017-11-28  Julia KovalRemove Cilk Plus support.
2017-11-28  Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-22  Marek Polacekre PR c++/60336 (empty struct value is passed different...
2017-11-16  Nathan Sidwell[PATCH] New lang hook
2017-11-14  Jason MerrillSupport GTY((cache)) on hash_map.
2017-10-29  James E WilsonDelete obsolete SDB debug info support.
2017-10-19  Eric Botcazouasan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-13  Nathan Sidwell[PATCH] Tree structure marking
2017-10-11  Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-11  Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-11  Richard Bienertree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-10-02  Richard SandifordFix mismatched precisions in tree arithmetic
2017-09-14  Richard SandifordUse vec<> in build_vector
2017-09-14  Richard SandifordStore VECTOR_CST_NELTS directly in tree_node
2017-08-30  Richard Sandiford[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30  Richard Sandiford[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  Richard Sandiford[9/77] Add SCALAR_FLOAT_TYPE_MODE
2017-08-21  Richard SandifordAdd a type_has_mode_precision_p helper function
2017-08-21  Richard SandifordMove vector_type_mode to tree.c
2017-08-18  H.J. LuAdd warn_if_not_aligned attribute
2017-08-16  Nathan Sidwelltree-core.h (tree_type_non_common): Rename binfo to...
2017-08-08  Martin Liskatrans.c: Include header files.
2017-08-07  Martin LiskaCanonicalize names of attributes.
2017-08-01  Bin Chengtree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
2017-07-29  Trevor Saundersuse c++ for build_tree_list{,_vec}_stat
2017-07-29  Trevor Saundersuse C++ for {make,build}_vector_stat
2017-07-29  Trevor Saundersremove unused build_var_debug_value prototype
2017-07-29  Trevor Saundersuse c++ for tree_cons_stat
2017-07-29  Trevor Saundersuse c++ instead of build_vl_exp_stat
2017-07-29  Trevor Saundersuse c++ instead of build_decl_stat
2017-07-29  Trevor Saundersuse c++ instead of {make,grow}_tree_vec_stat
2017-07-29  Trevor Saundersuse c++ instead of buildN_stat{,_loc}
2017-07-29  Trevor Saundersuse c++ for make_int_cst_stat
2017-07-29  Trevor Saundersuse cxx instead of make_tree_binfo_stat
2017-07-29  Trevor Saundersuse c++ instead of _stat for copy_node_stat
2017-07-29  Trevor Saundersuse c++ instead of make_node_stat
2017-07-21  Nathan SidwellRemove TYPE_METHODS.
2017-07-19  Nathan Sidwelltree.h (TYPE_MINVAL, [...]): Rename to ...
2017-06-27  Marc Glissefenv.h builtins
2017-06-23  Marc GlisseRefactor fileptr_type_node handling
2017-06-11  Jason Merrilltree.h (id_equal): New.
2017-06-08  Jan Hubickasystem.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
2017-05-09  Nathan Sidwell* tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Uncondit...
2017-05-04  Richard Bienertree.c (array_at_struct_end_p): Handle arrays at struct...
2017-05-03  Nathan SidwellCanonicalize canonical type hashing
2017-05-02  Jeff Lawtree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead...
2017-05-02  Richard Bienercommon.opt (fstrict-overflow): Alias negative to fwrapv.
2017-05-01  Xi Ruoyaore PR c++/80038 (Random segfault using local vectors...
2017-04-27  Jakub Jelinekre PR c++/80534 (7.1 RC - internal compiler error:...
2017-04-26  Nathan Sidwelltree.h (crc32_unsigned_n): Declare.
2017-04-21  Richard Bienertree.h (build_qualified_type): Annotate with CXX_MEM_ST...
2017-04-20  Jakub Jelinekre PR middle-end/80423 (GC related -fcompare-debug...
2017-04-12  Richard Bienerre PR target/79671 (mapnik miscompilation on armv7hl...
2017-02-23  Jakub Jelinekre PR middle-end/79665 (gcc's signed (x*x)/200 is slowe...
2017-02-09  Chung-Lin Tanggimplify.c (gimplify_scan_omp_clauses): No special...
2017-02-03  Martin SeborPR tree-optimization/79352 - -fprintf-return-value...
2017-01-23  Jakub Jelinektree.h (assign_assembler_name_if_neeeded): Rename to ...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-24  Richard SandifordMake it cheaper to test whether an SSA name is a virtua...
next