| Commit message (Expand) | Author | Age | Files | Lines |
* | PR c++/45307 | hubicka | 2010-08-21 | 1 | -0/+27 |
* | gcc/ | froydnj | 2010-08-20 | 1 | -2/+2 |
* | gcc/ | froydnj | 2010-07-15 | 1 | -1/+1 |
* | * cgraph.c: Include lto-streamer.h | hubicka | 2010-07-15 | 1 | -10/+68 |
* | * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): | hubicka | 2010-07-08 | 1 | -0/+25 |
* | * ipa.c: Include pointer-set.h | hubicka | 2010-07-08 | 1 | -6/+7 |
* | * lto-symtab.c (lto_cgraph_replace_node): Handle aliases. | hubicka | 2010-07-06 | 1 | -0/+23 |
* | PR tree-optimization/43801 | jakub | 2010-06-29 | 1 | -0/+2 |
* | 2010-06-28 Bingfeng Mei <bmei@broadcom.com> | meibf | 2010-06-28 | 1 | -0/+4 |
* | gcc/ada: | lauras | 2010-06-08 | 1 | -4/+4 |
* | * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check | hubicka | 2010-06-07 | 1 | -0/+2 |
* | * cgraph.h (cgraph_node_cannot_return, | hubicka | 2010-05-30 | 1 | -0/+35 |
* | * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes. | hubicka | 2010-05-30 | 1 | -1/+2 |
* | * tree-vrp.c (debug_value_range, debug_all_value_ranges, | hubicka | 2010-05-29 | 1 | -2/+2 |
* | * cgraph.c (clone_function_name): Take SUFFIX argument; export. | hubicka | 2010-05-29 | 1 | -7/+10 |
* | * diagnostic-core.h: New. Contents moved from diagnostic.h and | jsm28 | 2010-05-27 | 1 | -1/+1 |
* | * cgraph.c (cgraph_create_virtual_clone): Only check | hubicka | 2010-05-17 | 1 | -1/+4 |
* | 2010-05-17 Martin Jambor <mjambor@suse.cz> | jamborm | 2010-05-17 | 1 | -2/+2 |
* | * cgraph.c (dump_cgraph_node): Dump versionable flag. | hubicka | 2010-05-16 | 1 | -0/+4 |
* | * cgraph.c (cgraph_clone_node): Take decl argument and insert | hubicka | 2010-05-16 | 1 | -20/+21 |
* | * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag. | hubicka | 2010-05-13 | 1 | -1/+1 |
* | * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build | hubicka | 2010-05-12 | 1 | -1/+14 |
* | * cgraph.h (struct varpool_node): Add aux. | hubicka | 2010-05-12 | 1 | -1/+1 |
* | * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized | hubicka | 2010-05-11 | 1 | -2/+9 |
* | * cgraph.c: Include ipa-utils.h | hubicka | 2010-05-11 | 1 | -0/+23 |
* | * cgraphbuild.c (record_reference_ctx): Add varpool_node. | hubicka | 2010-05-06 | 1 | -0/+8 |
* | * lto-symtab.c (lto_symtab_entry_def) Add vnode. | hubicka | 2010-04-29 | 1 | -0/+2 |
* | 2010-04-28 Martin Jambor <mjambor@suse.cz> | jamborm | 2010-04-28 | 1 | -72/+219 |
* | * doc/invoke.texi (-fipa-profile): Document. | hubicka | 2010-04-27 | 1 | -1/+3 |
* | * cgraph.c (cgraph_propagate_frequency): New function. | hubicka | 2010-04-27 | 1 | -0/+63 |
* | * cgraph.c (cgraph_create_node): Set node frequency to normal. | hubicka | 2010-04-26 | 1 | -0/+2 |
* | * cgraph.c (dump_cgraph_node): Dump also assembler name. | hubicka | 2010-04-21 | 1 | -0/+2 |
* | * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin. | hubicka | 2010-04-20 | 1 | -1/+8 |
* | * cgraph.c (cgraph_add_function_insertion_hook): Update comment. | aldyh | 2010-04-01 | 1 | -3/+3 |
* | PR tree-optimization/43505 | hubicka | 2010-03-28 | 1 | -0/+1 |
* | PR middle-end/42344 | amodra | 2010-02-19 | 1 | -12/+41 |
* | PR tree-optimization/42625 | jakub | 2010-01-07 | 1 | -1/+10 |
* | * cgraph.h (cgraph_set_nothrow_flag, cgraph_set_readonly_flag, | jakub | 2009-12-14 | 1 | -0/+49 |
* | PR c++/42317 | jakub | 2009-12-10 | 1 | -1/+16 |
* | PR middle-end/42228 | hubicka | 2009-12-10 | 1 | -15/+45 |
* | * cgraph.c (same_body_alias_1): Break out of | hubicka | 2009-11-29 | 1 | -19/+74 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -4/+4 |
* | * tree.c (need_assembler_name_p): Use cgraph_get_node instead | jakub | 2009-11-19 | 1 | -31/+1 |
* | PR c++/3187 | jakub | 2009-11-18 | 1 | -9/+135 |
* | * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not access | hubicka | 2009-11-17 | 1 | -1/+1 |
* | * cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR. | hubicka | 2009-11-16 | 1 | -1/+5 |
* | * cgraph.c (cgraph_release_function_body): Update use of | hubicka | 2009-11-16 | 1 | -1/+3 |
* | 2009-10-09 Richard Guenther <rguenther@suse.de> | rguenth | 2009-10-09 | 1 | -4/+5 |
* | * cgraph.c (cgraph_node_can_be_local): Handle externally visible nodes | hubicka | 2009-10-07 | 1 | -1/+2 |
* | * lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has | hubicka | 2009-10-07 | 1 | -0/+2 |