summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
...
* re PR middle-end/57366 (gcc.dg/lto/attr-weakref-1 FAILs)Jan Hubicka2013-06-011-0/+26
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-89/+56
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-64/+53
* lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs.Jan Hubicka2013-05-171-4/+12
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-18/+16
* re PR debug/54499 (GCC produces wrong debugging information, failure while as...Jakub Jelinek2012-11-081-4/+4
* Function MultiversioningSriraman Tallam2012-11-061-8/+29
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-35/+56
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-11/+2
* cgraphunit.c (assemble_thunk): Add source line info.Cary Coutant2012-08-061-0/+4
* tree-flow.h (make_rename_temp): Remove.Richard Guenther2012-08-021-6/+6
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-7/+2
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-4/+0
* cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a ...Marek Polacek2012-07-271-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-5/+5
* tree.h (alias_diag_flags): Remove.Jan Hubicka2012-05-241-12/+22
* tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther2012-05-221-1/+1
* cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka2012-05-191-0/+4
* * cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of aliases.Jan Hubicka2012-05-191-46/+41
* cgraphunit.c (varpool_finalize_decl): Allow external decls.Jan Hubicka2012-05-181-1/+2
* lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka2012-05-171-6/+13
* cgraphunit.c (thunk_adjust): Use make_rename_temp.Richard Guenther2012-05-151-23/+18
* cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka2012-05-101-3/+3
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-0/+4
* cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka2012-05-081-367/+0
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-1/+1
* re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak2012-04-301-4/+4
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-75/+86
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-511/+129
* re PR middle-end/53089 (gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coar...Jan Hubicka2012-04-251-16/+21
* lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka2012-04-231-42/+4
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-142/+223
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-64/+52
* cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka2012-04-181-36/+5
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-4/+6
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-8/+4
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-12/+17
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-16/+15
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-118/+122
* Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther2012-04-121-5/+91
* toplev.h (tree_rest_of_compilation): Remove.Richard Guenther2012-04-101-1/+91
* tree-pass.h (tree_lowering_passes): Remove.Richard Guenther2012-04-101-15/+17
* cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther2012-03-291-172/+175
* re PR middle-end/51929 (ICE: verify_cgraph_node failed with -O2 -fno-guess-br...Jakub Jelinek2012-02-161-3/+9
* re PR translation/52264 (translatable string typo: "refernece")Jakub Jelinek2012-02-161-1/+1
* re PR translation/52193 (Bad translatable string: failed to reclaim unneeded ...Richard Guenther2012-02-101-4/+6
* re PR middle-end/51998 (compiler hangs on self-recursive alias attribute)Jan Hubicka2012-02-021-0/+10
* re PR c++/51812 (Virtual public inheritance and thunks leads to "undefined re...Jason Merrill2012-01-241-0/+1