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