Age | Commit message (Expand) | Author | Files | Lines |
2005-03-12 | tree-ssa-pre.c (compute_avail): Remove local variable val. | Kazu Hirata | 1 | -5/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -7/+7 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2005-03-07 | * tree-ssa-pre.c (has_abnormal_preds): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -1/+1 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2005-02-11 | re PR tree-optimization/19876 (g++ starts eating all the memory and the CPU) | Steven Bosscher | 1 | -41/+20 |
2005-01-30 | re PR tree-optimization/19624 (PRE pessimizes ivopts) | Daniel Berlin | 1 | -24/+211 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-17 | tree-ssa-pre.c (add_to_sets): s1 may be NULL. | Daniel Berlin | 1 | -3/+3 |
2005-01-14 | tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u... | Steven Bosscher | 1 | -61/+75 |
2004-12-08 | re PR middle-end/17340 (Internal error compiling with -O3) | Steven Bosscher | 1 | -40/+56 |
2004-11-30 | re PR tree-optimization/18673 (Tree-PRE is O(N^4) in the depth of the dominat... | Daniel Berlin | 1 | -80/+117 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -1/+1 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust. | Nathan Sidwell | 1 | -3/+3 |
2004-11-24 | tree-ssa-pre.c (phi_translate): Use find_edge to find the index of a PHI argu... | Kazu Hirata | 1 | -10/+9 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -9/+4 |
2004-11-16 | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 1 | -1/+1 |
2004-11-15 | tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized variable. | Nathan Sidwell | 1 | -1/+1 |
2004-11-11 | bitmap.h (nBITMAP_WORD_BITS): Remove. | Nathan Sidwell | 1 | -2/+4 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -3/+3 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -1/+1 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-10-08 | tree-ssa-pre.c (init_pre): Use size of ARRAY_REF to allocate reference_node_p... | Diego Novillo | 1 | -1/+1 |
2004-09-30 | Oops, revert accidental commit. | Jan Hubicka | 1 | -1/+0 |
2004-09-30 | re PR debug/13974 (bad line marker in debug info) | Jan Hubicka | 1 | -0/+1 |
2004-09-29 | re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ... | Richard Henderson | 1 | -2/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -32/+25 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -14/+18 |
2004-09-25 | c-typeck.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-09-23 | tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E... | Jeff Law | 1 | -0/+16 |
2004-09-22 | re PR tree-optimization/17587 (Mauve's UnicodeBase.java fails to compile) | Daniel Berlin | 1 | -1/+1 |
2004-09-20 | tree-ssa-pre.c (compute_antic_aux): Use malloc'd worklist, to avoid generatin... | Daniel Berlin | 1 | -8/+11 |
2004-09-19 | tree-ssa-pre.c (insert_into_set): Don't put is_gimple_min_invariant values in... | Daniel Berlin | 1 | -0/+3 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -50/+49 |
2004-09-11 | tree.c (tree_code_size): New function, bulk of code from tree_size. | Zack Weinberg | 1 | -8/+6 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -42/+23 |
2004-09-07 | tree-ssa-pre.c (grand_bitmap_obstack): New. | Jan Hubicka | 1 | -3/+6 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -2/+4 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -5/+5 |
2004-08-20 | re PR tree-optimization/17111 (tree check ICE in value_insert_into_set_bitmap... | Daniel Berlin | 1 | -1/+7 |
2004-07-28 | tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ... | Diego Novillo | 1 | -2/+3 |
2004-07-22 | tree-into-ssa.c (set_livein_block): Fix typo in comment. | Diego Novillo | 1 | -1/+38 |
2004-07-16 | tree-ssa-pre.c (insert_aux): Break out if we hit a critical edge. | Daniel Berlin | 1 | -0/+9 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -1/+2 |
2004-07-16 | tree-ssa-pre.c (init_pre): Connect infinite loops to exit. | Daniel Berlin | 1 | -1/+3 |
2004-07-06 | tree-ssa-pre.c (reference_node_pool): New pool. | Daniel Berlin | 1 | -23/+30 |
2004-07-04 | tree-ssa-pre.c (bb_value_sets): phi_gen, tmp_gen, new_sets now are bitmap_set... | Daniel Berlin | 1 | -63/+85 |
2004-07-02 | tree-ssa-pre.c (bitmap_set_t): New. | Daniel Berlin | 1 | -51/+191 |
2004-07-02 | ifcvt.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |