]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree.h
decl.c, [...]: Remove redundant enum from machine_mode.
[thirdparty/gcc.git] / gcc / tree.h
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-23  Kirill YukhinAVX-512. 81.1/n. Extend `function_code' field `tree_var...
2014-10-14  DJ Deloriemachmode.h (int_n_data_t): New.
2014-09-25  Andreas Krebbel[multiple changes]
2014-09-24  Aldy Hernandezcgraph.h, [...]: Rename all instances of DECL_ABSTRACT...
2014-09-23  Jan Hubickatree.h (int_bit_position): Turn into inline function...
2014-09-12  Marc Glissetree.c (integer_each_onep): New function.
2014-09-11  Jan Hubickacommon.opt (flto-odr-type-merging): New flag.
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-08-01  Andi KleenChange inchash to name space.
2014-07-25  Andi KleenConvert the tree.c type hashing over to inchash
2014-07-25  Andi KleenAdd an abstract incremental hash data type
2014-07-15  Jan Hubickatree.c (tree_code_size): Add TRANSLATION_UNIT_DECL...
2014-07-02  Jan Hubickatree.c (decls_same_for_odr, [...]): Remove.
2014-06-25  Jakub Jelineklanghooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR...
2014-06-24  Jan Hubickaclass.c (check_methods, [...]): Guard VINDEX checks...
2014-06-20  Marek Polacekasan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
2014-06-20  Jan Hubickacgraph.h (struct symtab_node): Add field in_init_priori...
2014-06-18  Olivier Hainqueimprove sloc assignment on bind_expr entry/exit code
2014-06-15  Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-12  Jan Hubickasymtab.c (section_hash): New hash.
2014-06-11  Richard Bienerre PR tree-optimization/61437 (wrong code on x86_64...
2014-06-11  Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09  Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-06-04  Richard Bienertree.h (may_be_aliased): Trust TREE_ADDRESSABLE from...
2014-06-04  Martin LiskaNew attribute lookup function addition
2014-06-02  Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-28  Jason Merrillre PR c++/47202 (Endless recursion during mangling)
2014-05-27  Jan Hubickatree.h (decl_comdat_group): Declare.
2014-05-26  Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-05-24  Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-21  Richard Sandifordtree.def (VOID_CST): New.
2014-05-20  Jan Hubickatree.h (DECL_ONE_ONLY): Return true only for externally...
2014-05-19  Richard Sandifordtree.h: Remove extraneous template <>.
2014-05-11  Jakub Jelinektree.h (OMP_CLAUSE_LINEAR_STMT): Define.
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-04-24  Jakub Jelinektree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
2014-04-15  Richard Bienertree.c (iterative_hash_expr): Use enum tree_code_class...
2014-04-14  Paolo Carlinitree.h (TYPE_IDENTIFIER): Declare.
2014-03-21  Richard Bienerre PR tree-optimization/60577 (inefficient FDO instrume...
2014-03-18  Jakub Jelinekre PR ipa/58721 (The subroutine perdida is no longer...
2014-02-06  Jakub Jelinekre PR target/60062 (wrong code (for code with the optim...
2014-01-20  Jakub Jelinekre PR tree-optimization/59860 (ICE in compute_may_alias...
2014-01-09  Steve EllceyMakefile.in (TREE_FLOW_H): Remove.
2014-01-09  Jakub Jelinekre PR target/58115 (testcase gcc.target/i386/intrinsics...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-04  Tobias Burnusre PR debug/37132 (Debug: No DW_TAG_namelist emitted...
2013-11-29  Ilya Enkovichrevert: cgraph.h (varpool_node): Add need_bounds_init...
2013-11-28  Richard Sandifordtree-core.h (tree_base): Document use of static_flag...
2013-11-27  Bernd Edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-27  Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
2013-11-26  Bernd EdlingerRemove parameter keep_aligning from get_inner_reference.
2013-11-22  David MalcolmRemove macros that implicitly use input_location
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
2013-11-18  Richard Sandifordtree.h (host_integerp, [...]): Delete.
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18  Richard Sandifordtree.h (tree_to_shwi, [...]): Declare, with inline...
2013-11-18  Richard Sandifordtree.h (tree_fits_shwi_p, [...]): Declare.
2013-11-18  Ilya Enkovichbuiltin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.
2013-11-17  Andrew MacLeodgimple.h: Reorder prototypes to match .c declaration...
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-12  Adam ButcherRefactor implicit function template implementation...
2013-11-11  Tristan Gingoldtree.h (CONSTRUCTOR_NO_CLEARING): Define.
2013-11-08  Diego NovilloRe-factor tree.h - Part 1.
2013-11-07  Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-11-06  Richard Bienertree.c (drop_tree_overflow): New function.
2013-10-31  Jakub Jelinektree.c (tree_ctz): New function.
2013-10-30  Ilya Enkovichtree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.
2013-10-29  Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-25  David MalcolmFix names of various macro parameters in tree.h
2013-10-25  Ilya Enkovichmode-classes.def (MODE_POINTER_BOUNDS): New.
2013-10-24  Andrew MacLeodbuiltins.c (dummy_object, [...]): Move to gimplify.c.
2013-10-17  Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-16  Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-15  Sriraman Tallamre PR target/57756 (Function target attribute is retain...
2013-10-11  Thomas Schwingetree.h (OMP_CLAUSE_CODE): Remove duplicate definition.
2013-10-11  Jakub Jelinektarget.c: New file.
2013-10-09  Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-10-09  Andrew MacLeodtree-flow.h (tm_restart_node, gimple_df): Move to gimpl...
2013-10-08  Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-10-02  Andrew Macleodtree-flow.h: Include new .h files.
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-24  Richard Bienerre PR tree-optimization/58513 (*var and MEM[(const...
2013-09-23  Kugan Vivekanandarajahgimple-pretty-print.c (dump_ssaname_info): New function.
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-09-05  Mike Stumptree.h: Move documentation for tree_function_decl to...
2013-09-05  Dodji SeketeliFix typo in comment
2013-09-04  Dodji SeketeliMore comments about DECL_BUILT_IN and DECL_IS_BUILTIN
2013-09-02  Diego NovilloSplit all the structures, enums, typedefs and some...
2013-08-30  Marek PolacekMerge ubsan into trunk.
2013-08-28  Jan Hubickalto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED...
2013-08-27  Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-26  Jan Hubickatree.h (tree_decl_with_vis): Add cxx_constructor, cxx_d...
2013-08-25  Jan Hubickatree.h (TYPE_FINAL_P, [...]): New macros.
2013-08-19  Jan HubickaMakeifle-in (ipa-devirt.o): New.
2013-08-18  Jan Hubickacgraph.c (cgraph_create_indirect_edge): Discover polymo...
2013-08-16  Jan Hubickagimple-fold.c (gimple_extract_devirt_binfo_from_cst...
2013-08-07  Caroline TiceCommit the vtable verification feature.
2013-07-13  Jason Merrillprint-tree.c (debug_vec_tree): Use debug_raw.
next