summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-8/+4
* Fix comments and formatrtingamacleod2008-09-181-3/+3
* fix PR 37102 by having out of ssa remove dead PHI nodes.amacleod2008-09-181-7/+62
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-140/+132
* 2008-07-07 Richard Guenther <rguenther@suse.de>rguenth2008-07-071-0/+2
* * ggc.h (GGC_RESIZEVAR): New, reorder macros.ghazi2008-06-201-1/+1
* * tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.hubicka2008-06-181-1/+1
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-3/+5
* Fix PR34263: Cleaning up latch blocksrevitale2008-01-061-1/+158
* PR tree-optimization/34618jakub2008-01-051-1/+2
* 2007-10-28 Andrew Pinski <pinskia@gmail.com>pinskia2007-10-281-1/+6
* * alias.c (rtx_equal_for_memref_p): Constify.ghazi2007-08-141-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmtsayle2007-03-081-4/+4
* * tree-ssa-operands.h (struct ssa_operand_memory_d):hubicka2006-12-241-3/+0
* * tree-ssa-operands.h (create_ssa_artificial_load_stmt):dnovillo2006-12-111-1/+1
* * tree-scalar-evolution.c (scev_const_prop):dnovillo2006-12-111-3/+3
* New out of ssa Coalescer.amacleod2006-12-101-549/+52
* New TER code.amacleod2006-12-081-604/+0
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-16/+17
* Switch live on entry to a per block basis from per variable.amacleod2006-12-041-2/+1
* * common.opt (ftree-combine-temps): Remove.amacleod2006-12-011-149/+7
* Privatize SSA variables into gimple_df.hubicka2006-11-281-2/+2
* * tree-ssa-loop-im.c (schedule_sm, determine_lsm_ref,rakdver2006-11-211-3/+0
* * tree-outof-ssa.c (check_replaceable): Do not allocate def_varshubicka2006-08-011-1/+2
* * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,kazu2006-05-281-1/+1
* 2006-05-23 Andrew MacLeod <amacleod@redhat.com>amacleod2006-05-231-2/+2
* 2006-04-21 Eric Christopher <echristo@apple.com>echristo2006-04-221-3/+3
* * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o,kazu2006-04-101-3/+1
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-1/+2
* * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.dnovillo2006-03-011-1/+1
* * doc/invoke.texi (-fprefetch-loop-arrays, -fprefetch-loop-arrays-rtl):rakdver2006-02-141-14/+34
* * tree-vrp.c (execute_vrp): Do not pass dump argument to.rakdver2006-02-061-27/+19
* 2006-01-16 Daniel Berlin <dberlin@dberlin.org>dberlin2006-01-191-1/+1
* * tree-cfg.c (bsi_replace): Rename final argument fromlaw2006-01-061-1/+1
* 2006-01-05 Richard Guenther <rguenther@suse.de>rguenth2006-01-051-1/+3
* * tree-outof-ssa.c (_elim_graph): Change the type of STACK tokazu2005-12-301-7/+7
* * tree-vn.c (vn_add): Use XNEW.gdr2005-12-181-4/+4
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-3/+3
* * cfgexpand.c (discover_nonconstant_array_refs_r,uweigand2005-10-191-66/+0
* PR 21291rth2005-08-041-41/+118
* * tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.hubicka2005-07-301-3/+19
* Update FSF address.kcook2005-06-251-2/+2
* * sbitmap.h (sbitmap_iterator, sbitmap_iter_init,kazu2005-06-071-2/+3
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+1
* 2005-05-30 Daniel Berlin <dberlin@dberlin.org>dberlin2005-06-011-3/+3
* * tree-outof-ssa.c (_elim_graph): Change the type of edge_listkazu2005-05-301-16/+20
* * tree-outof-ssa.c (_elim_graph): Change the type of nodes andkazu2005-05-101-19/+22
* * tree-outof-ssa.c (edge_leader, stmt_list,kazu2005-05-041-39/+55
* 2005-05-03 Andrew MacLeod <amacleod@redhat.com>amacleod2005-05-031-67/+39