| Commit message (Expand) | Author | Age | Files | Lines |
* | cgraph.c (assembler_name_hash): New static var. | Jan Hubicka | 2008-07-13 | 1 | -3/+72 |
* | cgraph.c (cgraph_edge_max_uid): New variable. | Martin Jambor | 2008-07-07 | 1 | -2/+216 |
* | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2008-06-26 | 1 | -2/+3 |
* | cgraph.c (cgraph_add_new_function): When in expansion state, do lowering. | Jan Hubicka | 2008-06-18 | 1 | -0/+15 |
* | cgraph.c: Remove unneeded forward declarations of eq_node() and hash_node(). | Bernhard Fischer | 2008-06-17 | 1 | -3/+0 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -3/+3 |
* | cgraph.c (dump_cgraph_node): Update. | Jan Hubicka | 2008-05-07 | 1 | -6/+7 |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -1/+1 |
* | re PR middle-end/34969 (ICE with -fipa-cp -ffast-math) | Jakub Jelinek | 2008-01-30 | 1 | -1/+47 |
* | langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun... | Diego Novillo | 2007-11-02 | 1 | -2/+25 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -2/+2 |
* | Makefile.in (passes.o, [...]): Add dependencies. | Jan Hubicka | 2007-02-09 | 1 | -7/+20 |
* | Patch by Tomas Bily <tbily@suse.cz> | Tomas Bily | 2007-01-19 | 1 | -1/+5 |
* | tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately. | Jan Hubicka | 2007-01-14 | 1 | -0/+1 |
* | cgraph.c (cgraph_release_function_body): New function. | Jan Hubicka | 2007-01-04 | 1 | -5/+22 |
* | pr16194.c: We now output error on all three functions, not just first one. | Jan Hubicka | 2007-01-03 | 1 | -0/+6 |
* | cgraph.c (cgraph_exapnd_queue): Rename to... | Jan Hubicka | 2006-12-30 | 1 | -14/+54 |
* | cgraph.c: Update overall comment; fix vertical spacing. | Jan Hubicka | 2006-12-20 | 1 | -11/+6 |
* | Move all varpool routines out of cgraph/cgraphunit to varpool.c | Jan Hubicka | 2006-12-11 | 1 | -288/+4 |
* | cgraph.c: Update copyright. | Jan Hubicka | 2006-12-09 | 1 | -1/+1 |
* | invoke.texi (large-stack-frame, [...]): New params. | Jan Hubicka | 2006-11-28 | 1 | -0/+4 |
* | Revert emutls patch. | Richard Henderson | 2006-10-09 | 1 | -12/+1 |
* | Makefile.in (libgcc.mk, [...]): Add emutls.c. | Richard Henderson | 2006-10-04 | 1 | -1/+12 |
* | cgraph.c (dump_cgraph_varpool_node): Don't crash if called before cgraph_func... | Richard Henderson | 2006-09-25 | 1 | -1/+4 |
* | re PR debug/26881 (internal compiler error in dwarf2out_finish) | Jan Hubicka | 2006-08-24 | 1 | -3/+4 |
* | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Jan Hubicka | 2006-08-21 | 1 | -3/+89 |
* | re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local... | Jan Hubicka | 2006-07-26 | 1 | -0/+6 |
* | re PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile tim... | Richard Guenther | 2006-07-24 | 1 | -1/+1 |
* | re PR c/25795 (Proccessing the attribute externally_visible too early) | Jan Hubicka | 2006-07-24 | 1 | -4/+7 |
* | Whitespace fixups | Mike Stump | 2006-05-18 | 1 | -22/+22 |
* | re PR c/26171 (#pragma omp threadprivate requires -funit-at-a-time) | Jakub Jelinek | 2006-04-26 | 1 | -2/+2 |
* | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 2006-03-04 | 1 | -1/+1 |
* | tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL... | Diego Novillo | 2006-01-19 | 1 | -10/+16 |
* | [multiple changes] | Diego Novillo | 2006-01-18 | 1 | -0/+19 |
* | common.opt (ftoplevel-reorder): New option. | Ian Lance Taylor | 2006-01-17 | 1 | -5/+35 |
* | cgraph.c (cgraph_insert_node_to_hashtable): New function. | Jan Hubicka | 2006-01-11 | 1 | -0/+13 |
* | tree-inline.c (copy_body_r): Use explicit cast when converting from void *. | Gabriel Dos Reis | 2005-12-17 | 1 | -8/+12 |
* | re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser wi... | Jan Hubicka | 2005-10-31 | 1 | -2/+10 |
* | cgraph.c (cgraph_clone_edge): Make the scale gcov_type. | Jan Hubicka | 2005-09-24 | 1 | -2/+2 |
* | cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument. | Jan Hubicka | 2005-07-28 | 1 | -6/+15 |
* | re PR tree-optimization/22574 (ICE with IMA and optimization and extern inline) | Jan Hubicka | 2005-07-27 | 1 | -1/+1 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -0/+1 |
* | cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra... | Jan Hubicka | 2005-06-28 | 1 | -1/+2 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ... | Jan Hubicka | 2005-06-24 | 1 | -2/+3 |
* | cgraph.c, [...]: Fix comment typos. | Kazu Hirata | 2005-06-03 | 1 | -4/+4 |
* | cgraph.c (cgraph_node): Maintain master clones. | Jan Hubicka | 2005-06-02 | 1 | -2/+109 |
* | cgraph.c (dump_cgraph_node): Print new flags. | Jan Hubicka | 2005-06-02 | 1 | -2/+15 |
* | cgraph.c: Include tree-gimple.h | Jan Hubicka | 2005-05-27 | 1 | -10/+11 |