Age | Commit message (Expand) | Author | Files | Lines |
2009-04-19 | cgraph.c (cgraph_create_edge, [...]): Set proper cfun. | Jan Hubicka | 1 | -0/+6 |
2009-04-18 | cgraph.c (cgraph_make_edge, [...]): Set nothrow flag. | Jan Hubicka | 1 | -0/+4 |
2009-04-14 | [multiple changes] | Rafael Avila de Espindola | 1 | -1/+2 |
2009-03-29 | cgraphbuild.c (build_cgraph_edges, [...]): Don't call initialize_inline_failed. | Adam Nemet | 1 | -9/+23 |
2009-03-28 | cgraph.c (dump_cgraph_node): Add replace output flag by process. | Jan Hubicka | 1 | -2/+2 |
2009-03-28 | Bring from lto-branch: | Jan Hubicka | 1 | -5/+22 |
2009-03-28 | cgraph.c (cgraph_node, [...]): Remove master clone handling. | Jan Hubicka | 1 | -33/+0 |
2009-03-28 | cgraph.c (cgraph_function_body_availability): Functions declared inline are a... | Jan Hubicka | 1 | -9/+8 |
2008-11-16 | cgraph.c (cgraph_function_body_availability): Fix test of externally visible. | Jan Hubicka | 1 | -1/+1 |
2008-11-12 | re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co... | Dodji Seketeli | 1 | -1/+5 |
2008-09-25 | cgraph.c (free_nodes): New variable. | Martin Jambor | 1 | -4/+25 |
2008-09-23 | cgraph.c (cgraph_free_edge): Use sizeof(*e). | Martin Jambor | 1 | -5/+7 |
2008-09-13 | cgraph.c: Include value-prof.h | Jan Hubicka | 1 | -0/+4 |
2008-09-13 | cgraph.c (free_edges): New variable. | Martin Jambor | 1 | -2/+44 |
2008-09-11 | cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_t... | Jan Hubicka | 1 | -9/+22 |
2008-09-11 | re PR middle-end/37448 (cannot compile big function) | Jan Hubicka | 1 | -4/+4 |
2008-09-03 | re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare.... | Jan Hubicka | 1 | -2/+2 |
2008-09-02 | re PR tree-optimization/37095 (Trouble with covariant return) | Jakub Jelinek | 1 | -1/+15 |
2008-08-29 | cgraph.c (cgraph_remove_node): Do not remove nested nodes. | Jan Hubicka | 1 | -2/+4 |
2008-08-21 | cgraph.c (first_cgraph_function_insertion_hook): New variable. | Jan Hubicka | 1 | -0/+42 |
2008-08-18 | cgraph.c (cgraph_edge): Handle inconsistent counts when setting count_scale. | Paul Yuan | 1 | -2/+7 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -28/+28 |
2008-07-29 | flags.h (flag_really_no_inline): Remove. | Jan Hubicka | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -22/+31 |
2008-07-26 | cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE. | Jan Hubicka | 1 | -1/+1 |
2008-07-25 | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 1 | -12/+1 |
2008-07-23 | ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ... | Martin Jambor | 1 | -0/+6 |
2008-07-20 | cgraph.c (cgraph_add_new_function): Do early local passes. | Jan Hubicka | 1 | -1/+1 |
2008-07-13 | cgraph.c (assembler_name_hash): New static var. | Jan Hubicka | 1 | -3/+72 |
2008-07-07 | cgraph.c (cgraph_edge_max_uid): New variable. | Martin Jambor | 1 | -2/+216 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -2/+3 |
2008-06-18 | cgraph.c (cgraph_add_new_function): When in expansion state, do lowering. | Jan Hubicka | 1 | -0/+15 |
2008-06-17 | cgraph.c: Remove unneeded forward declarations of eq_node() and hash_node(). | Bernhard Fischer | 1 | -3/+0 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+3 |
2008-05-07 | cgraph.c (dump_cgraph_node): Update. | Jan Hubicka | 1 | -6/+7 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -1/+1 |
2008-01-30 | re PR middle-end/34969 (ICE with -fipa-cp -ffast-math) | Jakub Jelinek | 1 | -1/+47 |
2007-11-02 | langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun... | Diego Novillo | 1 | -2/+25 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-02-09 | Makefile.in (passes.o, [...]): Add dependencies. | Jan Hubicka | 1 | -7/+20 |
2007-01-19 | Patch by Tomas Bily <tbily@suse.cz> | Tomas Bily | 1 | -1/+5 |
2007-01-14 | tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately. | Jan Hubicka | 1 | -0/+1 |
2007-01-04 | cgraph.c (cgraph_release_function_body): New function. | Jan Hubicka | 1 | -5/+22 |
2007-01-03 | pr16194.c: We now output error on all three functions, not just first one. | Jan Hubicka | 1 | -0/+6 |
2006-12-30 | cgraph.c (cgraph_exapnd_queue): Rename to... | Jan Hubicka | 1 | -14/+54 |
2006-12-20 | cgraph.c: Update overall comment; fix vertical spacing. | Jan Hubicka | 1 | -11/+6 |
2006-12-11 | Move all varpool routines out of cgraph/cgraphunit to varpool.c | Jan Hubicka | 1 | -288/+4 |
2006-12-09 | cgraph.c: Update copyright. | Jan Hubicka | 1 | -1/+1 |
2006-11-28 | invoke.texi (large-stack-frame, [...]): New params. | Jan Hubicka | 1 | -0/+4 |