aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-13tree.c (need_assembler_name_p): Store C++ type mangling only for aggregates.Jan Hubicka1-0/+1
2014-09-13tree.c (protected_set_expr_location): Don't check whether T is non-null here.Marek Polacek1-1/+1
2014-09-12tree.c (integer_each_onep): New function.Marc Glisse1-0/+15
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-0/+9
2014-09-04Revert mistakenly committed change.Aldy Hernandez1-4/+0
2014-09-04Merge remote-tracking branch 'origin/aldyh/debug-early' into debug-earlyAldy Hernandez1-0/+4
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-5/+2
2014-09-04Merge remote-tracking branch 'origin/aldyh/debug-early' into debug-earlyAldy Hernandez1-0/+4
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-4/+0
2014-09-04dearly: Emit DIEs for decls early in the compilation process.Aldy Hernandez1-2/+5
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-1/+4
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