summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/20601 (PRE related miscompilation)Daniel Berlin2005-03-231-1/+1
* re PR tree-optimization/20490 (ICE: verify_stmts failed. (with -O -ftree-pre))Daniel Berlin2005-03-161-4/+21
* tree-ssa-pre.c (compute_avail): Remove local variable val.Kazu Hirata2005-03-121-5/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-7/+7
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-2/+2
* * tree-ssa-pre.c (has_abnormal_preds): Make it static.Kazu Hirata2005-03-071-1/+1
* tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata2005-03-051-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* re PR tree-optimization/19876 (g++ starts eating all the memory and the CPU)Steven Bosscher2005-02-111-41/+20
* re PR tree-optimization/19624 (PRE pessimizes ivopts)Daniel Berlin2005-01-301-24/+211
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* tree-ssa-pre.c (add_to_sets): s1 may be NULL.Daniel Berlin2005-01-171-3/+3
* tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u...Steven Bosscher2005-01-141-61/+75
* re PR middle-end/17340 (Internal error compiling with -O3)Steven Bosscher2004-12-081-40/+56
* re PR tree-optimization/18673 (Tree-PRE is O(N^4) in the depth of the dominat...Daniel Berlin2004-11-301-80/+117
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-1/+1
* basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell2004-11-251-3/+3
* tree-ssa-pre.c (phi_translate): Use find_edge to find the index of a PHI argu...Kazu Hirata2004-11-241-10/+9
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-9/+4
* tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata2004-11-161-1/+1
* tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized variable.Nathan Sidwell2004-11-151-1/+1
* bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell2004-11-111-2/+4
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-3/+3
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-1/+1
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-2/+2
* tree-ssa-pre.c (init_pre): Use size of ARRAY_REF to allocate reference_node_p...Diego Novillo2004-10-081-1/+1
* Oops, revert accidental commit.Jan Hubicka2004-09-301-1/+0
* re PR debug/13974 (bad line marker in debug info)Jan Hubicka2004-09-301-0/+1
* re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson2004-09-291-2/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-32/+25
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-14/+18
* c-typeck.c, [...]: Fix comment formatting.Kazu Hirata2004-09-251-2/+2
* tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...Jeff Law2004-09-231-0/+16
* re PR tree-optimization/17587 (Mauve's UnicodeBase.java fails to compile)Daniel Berlin2004-09-221-1/+1
* tree-ssa-pre.c (compute_antic_aux): Use malloc'd worklist, to avoid generatin...Daniel Berlin2004-09-201-8/+11
* tree-ssa-pre.c (insert_into_set): Don't put is_gimple_min_invariant values in...Daniel Berlin2004-09-191-0/+3
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-50/+49
* tree.c (tree_code_size): New function, bulk of code from tree_size.Zack Weinberg2004-09-111-8/+6
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-42/+23
* tree-ssa-pre.c (grand_bitmap_obstack): New.Jan Hubicka2004-09-071-3/+6
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+4
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-5/+5
* re PR tree-optimization/17111 (tree check ICE in value_insert_into_set_bitmap...Daniel Berlin2004-08-201-1/+7
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-2/+3
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-1/+38
* tree-ssa-pre.c (insert_aux): Break out if we hit a critical edge.Daniel Berlin2004-07-161-0/+9
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-1/+2
* tree-ssa-pre.c (init_pre): Connect infinite loops to exit.Daniel Berlin2004-07-161-1/+3
* tree-ssa-pre.c (reference_node_pool): New pool.Daniel Berlin2004-07-061-23/+30
* tree-ssa-pre.c (bb_value_sets): phi_gen, tmp_gen, new_sets now are bitmap_set...Daniel Berlin2004-07-041-63/+85