summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-325/+1785
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-2/+3
* * tree-into-ssa.c: Remove obsolete comments.Kazu Hirata2005-03-211-6/+3
* tree-into-ssa.c (find_idf): Use VEC_quick_push instead of VEC_safe_push.Kazu Hirata2005-03-181-1/+5
* tree-into-ssa.c (find_idf): Speed up by putting the indexes of basic blocks i...Kazu Hirata2005-03-131-11/+8
* * tree-into-ssa.c (ann): Remove ann.Kazu Hirata2005-03-091-2/+0
* re PR tree-optimization/20204 (miscompilation of asm-declared registers)Diego Novillo2005-02-251-5/+1
* * tree-into-ssa.c: Re-organize internal functions.Diego Novillo2005-02-241-712/+726
* tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...Diego Novillo2005-02-221-7/+8
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-17/+17
* tree-into-ssa.c (mark_def_sites_global_data): Make KILLS bitmap a sparse bitm...Jeff Law2005-01-311-18/+18
* tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register definitions o...Jeff Law2005-01-271-14/+8
* tree-into-ssa.c (rewrite_ssa_into_ssa): Free SSA_NAME_AUX before we release a...Kazu Hirata2004-12-111-0/+5
* tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo2004-12-101-13/+46
* tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference.Diego Novillo2004-11-291-12/+15
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-2/+2
* tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.Diego Novillo2004-11-231-21/+20
* re PR tree-optimization/18507 (block_defs_stack varrray should not be GC'ed)Andrew Pinski2004-11-191-19/+22
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-081-6/+6
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-19/+7
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-3/+2
* tree-into-ssa.c (rewrite_virtual_phi_arguments): New function.Daniel Berlin2004-10-291-10/+51
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-85/+119
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* tree-flow.h (struct bb_ann_d): Remove num_preds member.Ben Elliston2004-09-301-8/+2
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-20/+14
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-33/+51
* tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return NULL.Jan Hubicka2004-09-181-2/+3
* tree-into-ssa.c (block_defs_stack): New toplevel varray.Jeff Law2004-09-161-79/+79
* Makefile.def: Remove libbanshee.Daniel Berlin2004-09-091-1/+0
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-15/+4
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-217/+26
* tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.Zdenek Dvorak2004-08-041-7/+11
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-7/+9
* tree-ssa-loop-ch.c: New file.Zdenek Dvorak2004-06-301-58/+739
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-46/+60
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-2/+2
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-17/+48
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* tree-into-ssa.c (prepare_operand_for_rename): New argument is_use.Jeff Law2004-05-191-23/+33
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-1/+1
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP rather ...Jeff Law2004-05-131-9/+6
* tree-into-ssa.c (insert_phi_nodes_for): XFREE bitmaps allocated with BITMAP_X...Andrew Pinski2004-05-131-1/+1
* tree-into-ssa.c (def_blocks_free): XFREE bitmaps allocated with BITMAP_XMALLOC.Andrew Pinski2004-05-131-2/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1179