summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka2010-11-161-0/+3
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-2/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-4/+4
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-4/+3
* * cgraphunit.c (clone_of_p): Define unconditionally.Michael Matz2010-10-151-2/+0
* re PR rtl-optimization/45621 (ICE: verify_cgraph_node failed: inlined_to poin...Jan Hubicka2010-10-151-4/+0
* re PR tree-optimization/45788 (-fwhole-program causes ICE error: BB 3 can not...Richard Guenther2010-10-131-4/+11
* re PR middle-end/45874 (ICE in verify_flow_info failed)Richard Guenther2010-10-131-1/+5
* cgraphunit.c (assemble_function): Output thunks and aliases before the functi...Jan Hubicka2010-10-051-9/+10
* re PR middle-end/45565 (ICE: in execute_todo, at passes.c:1276 with -fno-topl...Richard Guenther2010-09-231-4/+6
* re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...Jan Hubicka2010-09-181-1/+7
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-181-0/+2
* tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka2010-08-211-242/+0
* re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jan Hubicka2010-08-211-8/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor2010-08-051-4/+8
* cgraphunit.c (verify_edge_count_and_frequency): New function.Martin Jambor2010-07-221-27/+41
* tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...Nathan Froyd2010-07-161-1/+1
* Finish zeroing out the current function status after building cdtor.Richard Henderson2010-07-151-0/+2
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-2/+2
* tree.h (build_function_call_expr): Delete.Nathan Froyd2010-07-131-3/+3
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-1/+1
* cgraphunit.c (init_cgraph): Only initialize dump file if it is not already in...Jan Hubicka2010-07-041-1/+2
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-5/+2
* re PR middle-end/44671 (Partial inlining breaks C++)Jan Hubicka2010-06-261-2/+1
* cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem...Eric Botcazou2010-06-221-15/+19
* re PR middle-end/44295 (Failed to build 483.xalancbmk in SPEC CPU 2006)Jan Hubicka2010-06-021-1/+7
* cgraph.h (tree_function_versioning): Update prototype.Jan Hubicka2010-06-011-17/+32
* cgraphunit.c (cgraph_decide_is_function_needed): Really return false for nest...Eric Botcazou2010-05-311-3/+5
* cgraph.h (cgraph_dump_file): Declare.Jan Hubicka2010-05-301-1/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body...Jan Hubicka2010-05-291-1/+5
* Add missing part of previous commit.Jan Hubicka2010-05-291-0/+6
* cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka2010-05-291-26/+16
* diagnostic-core.h: New.Joseph Myers2010-05-271-7/+7
* cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).Jan Hubicka2010-05-271-0/+2
* cgraphunit.c (verify_cgraph_node): Do checking that DECL match edge only when...Jan Hubicka2010-05-271-26/+18
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* cgraph.c (cgraph_create_virtual_clone): Only check versionable_function_p whe...Jan Hubicka2010-05-171-2/+1
* final.c (output_addr_const): Do not call mark_decl_referenced.Jan Hubicka2010-05-131-7/+1
* cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka2010-05-131-0/+1
* configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp...Steven Bosscher2010-05-071-0/+8
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-0/+2
* cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor2010-04-281-15/+57
* re PR middle-end/43812 (compiling .cc file with -fwhole-program results in IC...Martin Jambor2010-04-271-0/+26
* * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.Jan Hubicka2010-04-261-5/+5
* cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka2010-04-201-1/+10
* cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update new_stmt.Martin Jambor2010-04-191-0/+2
* re PR middle-end/43600 (Segmentation fault for large C file (24MB))Richard Guenther2010-03-311-4/+2
* re PR middle-end/41674 (/usr/ccs/bin/ld: Unsatisfied symbols: _GLOBAL__I_6553...John David Anglin2010-03-271-1/+5