| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc/ChangeLog: | dodji | 2008-11-12 | 1 | -0/+3 |
* | 2008-09-11 Martin Jambor <mjambor@suse.cz> | jamborm | 2008-09-11 | 1 | -1/+0 |
* | * cgraph.c (cgraph_remove_node): Do not remove nested nodes. | hubicka | 2008-08-29 | 1 | -0/+2 |
* | * tree.c (build_function_type_skip_args, build_function_decl_skip_args): | hubicka | 2008-08-29 | 1 | -1/+2 |
* | * cgraph.c (first_cgraph_function_insertion_hook): New variable. | hubicka | 2008-08-21 | 1 | -0/+4 |
* | 2008-07-28 Richard Guenther <rguenther@suse.de> | rguenth | 2008-07-28 | 1 | -8/+9 |
* | 2008-07-23 Martin Jambor <mjambor@suse.cz> | jamborm | 2008-07-23 | 1 | -1/+4 |
* | * cgraph.h (varpool_empty_needed_queue): Declare. | hubicka | 2008-07-16 | 1 | -0/+1 |
* | * cgraph.c (assembler_name_hash): New static var. | hubicka | 2008-07-13 | 1 | -1/+1 |
* | 2008-07-07 Martin Jambor <mjambor@suse.cz> | jamborm | 2008-07-07 | 1 | -0/+23 |
* | * cgraph.h (cgraph_mark_if_needed): New function. | hubicka | 2008-06-18 | 1 | -0/+1 |
* | 2008-05-15 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-05-15 | 1 | -0/+1 |
* | 2008-05-09 H.J. Lu <hongjiu.lu@intel.com> | hjl | 2008-05-10 | 1 | -1/+1 |
* | * cgraph.c (dump_cgraph_node): Update. | hubicka | 2008-05-07 | 1 | -4/+6 |
* | PR middle-end/34969 | jakub | 2008-01-29 | 1 | -1/+3 |
* | * langhooks.h (struct lang_hooks_for_callgraph): Remove third | dnovillo | 2007-11-02 | 1 | -0/+2 |
* | * cgraphbuild.c (rebuild_cgraph_edges): Export. | rakdver | 2007-09-07 | 1 | -0/+3 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | 2007-05-07 Razya Ladelsky <razya@il.ibm.com> | razya | 2007-05-28 | 1 | -0/+5 |
* | * Makefile.in (passes.o, ipa-inline.o): Add dependencies. | hubicka | 2007-02-09 | 1 | -3/+10 |
* | Patch by Tomas Bily <tbily@suse.cz> | hubicka | 2007-01-19 | 1 | -0/+5 |
* | * cgraph.h (cgraph_decide_inlining_incrementally): Kill. | hubicka | 2007-01-16 | 1 | -1/+0 |
* | * cgraph.c (cgraph_release_function_body): New function. | hubicka | 2007-01-04 | 1 | -0/+1 |
* | * gcc.dg/pr16194.c: We now output error on all three functions, not just | hubicka | 2007-01-03 | 1 | -0/+2 |
* | * cgraph.c (cgraph_exapnd_queue): Rename to... | hubicka | 2006-12-30 | 1 | -2/+15 |
* | * cgraph.h (FOR_EACH_STATIC_VARIABLE, FOR_EACH_STATIC_INITIALIZER): New | hubicka | 2006-12-20 | 1 | -0/+36 |
* | Move all varpool routines out of cgraph/cgraphunit to varpool.c | hubicka | 2006-12-11 | 1 | -21/+31 |
* | * cgraph.c: Update copyright. | hubicka | 2006-12-09 | 1 | -2/+1 |
* | * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c, | kazu | 2006-12-02 | 1 | -1/+1 |
* | * invoke.texi (large-stack-frame, large-stack-frame-growth): New params. | hubicka | 2006-11-28 | 1 | -0/+8 |
* | PR rtl-optimization/28071 | hubicka | 2006-08-21 | 1 | -0/+4 |
* | PR c/28744 | jakub | 2006-08-17 | 1 | -2/+0 |
* | PR c/25795 | hubicka | 2006-07-24 | 1 | -0/+1 |
* | 2006-06-16 Richard Guenther <rguenther@suse.de> | rguenth | 2006-06-16 | 1 | -22/+23 |
* | Whitespace fixups | mrs | 2006-05-18 | 1 | -6/+6 |
* | * cgraph.h (cgraph_edge_p): New. | kazu | 2006-04-17 | 1 | -1/+7 |
* | * tree-pretty-print.c (dump_generic_node): Handle | dnovillo | 2006-01-19 | 1 | -2/+2 |
* | 2006-01-18 Richard Henderson <rth@redhat.com> | dnovillo | 2006-01-18 | 1 | -1/+3 |
* | ./: | ian | 2006-01-17 | 1 | -0/+20 |
* | * cgraph.c (cgraph_insert_node_to_hashtable): New function. | hubicka | 2006-01-11 | 1 | -0/+7 |
* | * cgraph.c (cgraph_clone_edge): Make the scale gcov_type. | hubicka | 2005-09-24 | 1 | -5/+3 |
* | * Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c. Remove integrate.h | razya | 2005-08-01 | 1 | -0/+2 |
* | * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument. | hubicka | 2005-07-28 | 1 | -2/+5 |
* | * ipa-inline.c (cgraph_edge_badness): Update comments. Invert shift | jconner | 2005-07-28 | 1 | -1/+1 |
* | 2005-07-16 Danny Berlin <dberlin@dberlin.org> | zadeck | 2005-07-16 | 1 | -2/+0 |
* | * cgraph.c (cgraph_remove_node): Do not release function bodies until | hubicka | 2005-06-28 | 1 | -1/+1 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * tree-optimize.c (init_tree_optimization_passes): Fix flags of | hubicka | 2005-06-24 | 1 | -0/+2 |
* | * cgraph.c (cgraph_node): Maintain master clones. | hubicka | 2005-06-02 | 1 | -1/+32 |
* | * cgraph.c (dump_cgraph_node): Print new flags. | hubicka | 2005-06-02 | 1 | -0/+6 |