aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-15re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Zdenek Dvorak1-84/+145
2006-05-01tree-into-ssa.c (phis_to_rewrite, [...]): New variables.Zdenek Dvorak1-6/+68
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-6/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-1/+3
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-7/+9
2005-11-29* tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.David S. Miller1-1/+1
2005-10-15tree-into-ssa.c (mark_def_sites): Correct minor typo in function comment.Ranjit Mathew1-2/+1
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-2/+2
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-5/+5
2005-06-30[multiple changes]Daniel Berlin1-15/+15
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-16/+24
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-27vec.h: Implement integral type vector specialization.Nathan Sidwell1-2/+2
2005-05-27tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date.Kazu Hirata1-0/+4
2005-05-25tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace sizeof (bitmap *) wit...Kazu Hirata1-2/+2
2005-05-17tree-into-ssa.c (update_ssa): Clean up by shortening the live range of DFS.Kazu Hirata1-16/+16
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-2/+2
2005-04-22[multiple changes]Diego Novillo1-887/+417
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-0/+4
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-30/+33
2005-04-17* tree-into-ssa.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-325/+1785
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-2/+3
2005-03-21* tree-into-ssa.c: Remove obsolete comments.Kazu Hirata1-6/+3
2005-03-18tree-into-ssa.c (find_idf): Use VEC_quick_push instead of VEC_safe_push.Kazu Hirata1-1/+5
2005-03-13tree-into-ssa.c (find_idf): Speed up by putting the indexes of basic blocks i...Kazu Hirata1-11/+8
2005-03-09* tree-into-ssa.c (ann): Remove ann.Kazu Hirata1-2/+0
2005-02-25re PR tree-optimization/20204 (miscompilation of asm-declared registers)Diego Novillo1-5/+1
2005-02-24* tree-into-ssa.c: Re-organize internal functions.Diego Novillo1-712/+726
2005-02-22tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...Diego Novillo1-7/+8
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-17/+17
2005-01-31tree-into-ssa.c (mark_def_sites_global_data): Make KILLS bitmap a sparse bitm...Jeff Law1-18/+18
2005-01-27tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register definitions o...Jeff Law1-14/+8
2004-12-11tree-into-ssa.c (rewrite_ssa_into_ssa): Free SSA_NAME_AUX before we release a...Kazu Hirata1-0/+5
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo1-13/+46
2004-11-29tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference.Diego Novillo1-12/+15
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-2/+2
2004-11-23tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.Diego Novillo1-21/+20
2004-11-19re PR tree-optimization/18507 (block_defs_stack varrray should not be GC'ed)Andrew Pinski1-19/+22
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-6/+6
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-19/+7
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-3/+2
2004-10-29tree-into-ssa.c (rewrite_virtual_phi_arguments): New function.Daniel Berlin1-10/+51
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-85/+119
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-30tree-flow.h (struct bb_ann_d): Remove num_preds member.Ben Elliston1-8/+2
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-20/+14