Age | Commit message (Expand) | Author | Files | Lines |
2006-04-26 | re PR c/26171 (#pragma omp threadprivate requires -funit-at-a-time) | Jakub Jelinek | 1 | -2/+2 |
2006-03-04 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-01-19 | tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL... | Diego Novillo | 1 | -10/+16 |
2006-01-18 | [multiple changes] | Diego Novillo | 1 | -0/+19 |
2006-01-17 | common.opt (ftoplevel-reorder): New option. | Ian Lance Taylor | 1 | -5/+35 |
2006-01-11 | cgraph.c (cgraph_insert_node_to_hashtable): New function. | Jan Hubicka | 1 | -0/+13 |
2005-12-17 | tree-inline.c (copy_body_r): Use explicit cast when converting from void *. | Gabriel Dos Reis | 1 | -8/+12 |
2005-10-31 | re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser wi... | Jan Hubicka | 1 | -2/+10 |
2005-09-24 | cgraph.c (cgraph_clone_edge): Make the scale gcov_type. | Jan Hubicka | 1 | -2/+2 |
2005-07-28 | cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument. | Jan Hubicka | 1 | -6/+15 |
2005-07-27 | re PR tree-optimization/22574 (ICE with IMA and optimization and extern inline) | Jan Hubicka | 1 | -1/+1 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+1 |
2005-06-28 | cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra... | Jan Hubicka | 1 | -1/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-24 | tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ... | Jan Hubicka | 1 | -2/+3 |
2005-06-03 | cgraph.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2005-06-02 | cgraph.c (cgraph_node): Maintain master clones. | Jan Hubicka | 1 | -2/+109 |
2005-06-02 | cgraph.c (dump_cgraph_node): Print new flags. | Jan Hubicka | 1 | -2/+15 |
2005-05-27 | cgraph.c: Include tree-gimple.h | Jan Hubicka | 1 | -10/+11 |
2005-05-25 | Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency. | Jan Hubicka | 1 | -0/+1 |
2005-05-19 | basic-block.h (REG_BR_PROB_BASE): Define. | Jan Hubicka | 1 | -6/+28 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -1/+1 |
2005-03-30 | [multiple changes] | Jan Hubicka | 1 | -44/+124 |
2005-03-29 | re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) | Jakub Jelinek | 1 | -2/+2 |
2005-03-20 | cgraph.h (cgraph_node): Add prev_clone pointer. | Jan Hubicka | 1 | -5/+9 |
2005-03-18 | re PR middle-end/20225 (ICE during GC) | Jan Hubicka | 1 | -0/+1 |
2005-03-18 | cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether function b... | Jan Hubicka | 1 | -22/+17 |
2005-03-02 | cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields. | Richard Guenther | 1 | -23/+80 |
2005-01-23 | cgraph.c (cgraph_varpool_n_nodes): Remove. | Kazu Hirata | 1 | -4/+0 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-01 | re PR c/19031 (#pragma weak handling changes in 4.0.0) | Richard Henderson | 1 | -0/+63 |
2004-11-13 | c-cppbuiltin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-08 | cgraph.h (cgraph_calls_p): Remove. | Ben Elliston | 1 | -15/+0 |
2004-10-25 | patch to remove the analysis of module level static variables. | Kenneth Zadeck | 1 | -7/+0 |
2004-09-20 | re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c)) | Jan Hubicka | 1 | -0/+13 |
2004-09-13 | New code to analyze file level static variables and to determine if... | Kenneth Zadeck | 1 | -0/+6 |
2004-09-08 | cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node. | Jan Hubicka | 1 | -0/+1 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -20/+13 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -2/+2 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-05-22 | [multiple changes] | Zack Weinberg | 1 | -28/+22 |
2004-05-20 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -18/+10 |
2004-05-19 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -122/+21 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -10/+0 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -8/+8 |
2004-04-29 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2004-04-01 | cgraph.c: Add overall comment. | Jan Hubicka | 1 | -95/+281 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -2/+2 |
2004-02-17 | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 1 | -1/+1 |
2004-01-29 | re PR c++/12850 (memory consumption for heavy template instantiations tripled... | Jan Hubicka | 1 | -0/+3 |