aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-12tree.c (integer_each_onep): New function.Marc Glisse1-0/+5
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-1/+5
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-1/+2
2014-08-01Change inchash to name space.Andi Kleen1-3/+9
2014-07-25Convert the tree.c type hashing over to inchashAndi Kleen1-1/+12
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-3/+0
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-6/+2
2014-07-02tree.c (decls_same_for_odr, [...]): Remove.Jan Hubicka1-2/+2
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-0/+5
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka1-4/+3
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-2/+4
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-4/+0
2014-06-18improve sloc assignment on bind_expr entry/exit codeOlivier Hainque1-0/+5
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-2/+4
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-2/+2
2014-06-11re PR tree-optimization/61437 (wrong code on x86_64-linux-gnu when compile se...Richard Biener1-1/+3
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-5/+0
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-4/+5
2014-06-04tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from TREE_PUBLIC and DECL_EXT...Richard Biener1-3/+1
2014-06-04New attribute lookup function additionMartin Liska1-0/+22
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-42/+5
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-0/+1
2014-05-27tree.h (decl_comdat_group): Declare.Jan Hubicka1-0/+1
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+0
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+1
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+2
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-1/+2
2014-05-19tree.h: Remove extraneous template <>.Richard Sandiford1-1/+0
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+3
2014-05-06Merge in wide-int.Kenneth Zadeck1-42/+236
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek1-0/+3
2014-04-15tree.c (iterative_hash_expr): Use enum tree_code_class to store TREE_CODE_CLASS.Richard Biener1-1/+1
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini1-0/+5
2014-03-21re PR tree-optimization/60577 (inefficient FDO instrumentation code)Richard Biener1-4/+10
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-0/+1
2014-02-06re PR target/60062 (wrong code (for code with the optimize attribute) at -O1 ...Jakub Jelinek1-0/+14
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Jakub Jelinek1-0/+1
2014-01-09Makefile.in (TREE_FLOW_H): Remove.Steve Ellcey1-3/+0
2014-01-09re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Jakub Jelinek1-0/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-0/+5
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-20/+0
2013-11-28tree-core.h (tree_base): Document use of static_flag for SSA_NAME.Richard Sandiford1-0/+8
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+2
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+4
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-2/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-2/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-560/+74
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+2
2013-11-18tree.h (host_integerp, [...]): Delete.Richard Sandiford1-13/+0