aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20re PR lto/62190 (LTO DWARF produces __unknown__ type for unsigned int functio...Richard Biener1-3/+3
2014-08-15re PR bootstrap/62077 (--with-build-config=bootstrap-lto fails)Jason Merrill1-4/+1
2014-08-14tree.c (type_hash_lookup, [...]): Merge into ...Richard Biener1-44/+23
2014-08-11Move inlining of Asan memory checks to sanopt pass.Yury Gribov1-1/+1
2014-08-11Added fnspec to internal functions.Yury Gribov1-2/+5
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-12/+10
2014-08-01Change inchash to name space.Andi Kleen1-26/+31
2014-07-25Convert the tree.c type hashing over to inchashAndi Kleen1-94/+88
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-50/+1
2014-07-24IPA C++ refactoring 2/NMartin Liska1-5/+5
2014-07-24IPA C++ refactoring 1/NMartin Liska1-14/+14
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-2/+7
2014-07-12tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC on builtin types.Jan Hubicka1-0/+4
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-02tree.c (decls_same_for_odr, [...]): Remove.Jan Hubicka1-147/+1
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka1-1/+0
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-0/+25
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-54/+30
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-0/+27
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-3/+3
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+1
2014-06-09re PR c++/54442 (Const overloads resolution failure)Marc Glisse1-2/+4
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-6/+33
2014-06-04New attribute lookup function additionMartin Liska1-0/+38
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+86
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-1/+13
2014-05-27tree.h (decl_comdat_group): Declare.Jan Hubicka1-0/+10
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-34/+0
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-3/+8
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+7
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-9/+9
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-1/+1
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-2/+7
2014-05-06Merge in wide-int.Kenneth Zadeck1-473/+365
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-15tree.c (iterative_hash_expr): Use enum tree_code_class to store TREE_CODE_CLASS.Richard Biener1-3/+3
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini1-14/+3
2014-03-10re PR c++/60474 (Crash in tree_class_check)Richard Biener1-1/+2
2014-02-07re PR c++/60082 (Certain Cilk keywords executable Hanging for -O1)Jakub Jelinek1-1/+1
2014-02-04re PR ipa/59882 (internal compiler error: Segmentation fault)Jan Hubicka1-3/+8
2014-01-30re PR c++/59633 (ICE with __attribute((vector_size(...))) for enum)Jason Merrill1-0/+1
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-6/+0
2014-01-17re PR ipa/59775 (internal compiler error: Segmentation fault)Jan Hubicka1-10/+29
2014-01-09re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Jakub Jelinek1-0/+22
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-2/+2
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-0/+2
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-5/+1