summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 2007-10-28 Richard Guenther <rguenther@suse.de>rguenth2007-10-281-3/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+5
* 2006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo2006-12-121-254/+457
* * tree-ssa-operands.h (create_ssa_artificial_load_stmt):dnovillo2006-12-111-1/+1
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-1/+1
* Privatize SSA variables into gimple_df.hubicka2006-11-281-5/+2
* * tree-flow.h (name_mappings_registered_p): Declare.rakdver2006-11-121-0/+7
* PR tree-optimization/28839rakdver2006-08-311-0/+7
* PR rtl-optimization/28071rakdver2006-08-161-40/+230
* PR tree-optimization/26830rakdver2006-05-151-84/+145
* * tree-into-ssa.c (phis_to_rewrite, blocks_with_phis_to_rewrite): Newrakdver2006-05-011-6/+68
* * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o,kazu2006-04-101-6/+1
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-1/+2
* 2006-01-05 Richard Guenther <rguenther@suse.de>rguenth2006-01-051-1/+3
* * tree-vn.c (vn_add): Use XNEW.gdr2005-12-181-7/+9
* * tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.davem2005-11-301-1/+1
* * tree-into-ssa.c (mark_def_sites): Correct minor typo in functionrmathew2005-10-151-2/+1
* * builtins.c: Fix comment typo(s).reichelt2005-07-281-2/+2
* * bt-load.c (link_btr_uses): Fix uninitialised warnings.bje2005-07-191-5/+5
* 2005-06-29 Daniel Berlin <dberlin@dberlin.org>dberlin2005-06-301-15/+15
* Update FSF address.kcook2005-06-251-2/+2
* * sbitmap.h (sbitmap_iterator, sbitmap_iter_init,kazu2005-06-071-16/+24
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+0
* * vec.h: Implement integral type vector specialization.nathan2005-05-271-2/+2
* * tree-into-ssa.c (update_ssa): Ensure that the operand cachekazu2005-05-271-0/+4
* * tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replacekazu2005-05-251-2/+2
* * tree-into-ssa.c (update_ssa): Clean up by shortening thekazu2005-05-171-16/+16
* * tree-dfa.c (referenced_vars, add_referenced_var): Use VECkazu2005-05-081-1/+1
* 2005-05-03 Andrew MacLeod <amacleod@redhat.com>amacleod2005-05-031-2/+2
* 2005-04-22 Diego Novillo <dnovillo@redhat.com>dnovillo2005-04-231-887/+417
* * Makefile.in (LIBGCOV): Add _gcov_interval_profiler,rakdver2005-04-221-0/+4
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-30/+33
* * tree-into-ssa.c: Fix a comment typo.kazu2005-04-171-1/+1
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-325/+1785
* 2005-04-05 Andrew MacLeod <amacleod@redhat.com>amacleod2005-04-051-2/+3
* * tree-into-ssa.c: Remove obsolete comments.kazu2005-03-211-6/+3
* * tree-into-ssa.c (find_idf): Use VEC_quick_push instead ofkazu2005-03-181-1/+5
* * tree-into-ssa.c (find_idf): Speed up by putting the indexeskazu2005-03-131-11/+8
* * tree-into-ssa.c (ann): Remove ann.kazu2005-03-091-2/+0
* PR tree-optimization/20204dnovillo2005-02-251-5/+1
* * tree-into-ssa.c: Re-organize internal functions.dnovillo2005-02-241-712/+726
* * tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...dnovillo2005-02-221-7/+8
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-17/+17
* * tree-into-ssa.c (mark_def_sites_global_data): Make KILLSlaw2005-02-011-18/+18
* * tree-into-ssa.c (ssa_rewrite_initialize_block): Do not registerlaw2005-01-271-14/+8
* * tree-into-ssa.c (rewrite_ssa_into_ssa): Free SSA_NAME_AUXkazu2004-12-111-0/+5
* * tree-into-ssa.c (REWRITE_THIS_STMT): Define.dnovillo2004-12-101-13/+46
* * tree-into-ssa.c (insert_phi_nodes_for): Pass argumentdnovillo2004-11-291-12/+15
* * tree-phinodes.c (add_phi_arg): Take "tree" instead ofkazu2004-11-251-2/+2
* * tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.dnovillo2004-11-231-21/+20