summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
Commit message (Expand)AuthorAgeFilesLines
...
* PR tree-optimization/51683jakub2011-12-311-1/+7
* PR tree-optimization/51074jakub2011-11-111-0/+10
* * gimple-fold.c (gimplify_and_update_call_from_tree): Setjakub2011-09-261-13/+37
* 2011-07-21 Kai Tietz <ktietz@redhat.com>ktietz2011-07-211-4/+11
* 2011-07-19 Richard Guenther <rguenther@suse.de>rguenth2011-07-191-13/+0
* PR middle-end/46360jakub2010-11-091-3/+7
* 2010-09-21 Richard Guenther <rguenther@suse.de>rguenth2010-09-211-4/+4
* 2010-08-04 Richard Guenther <rguenther@suse.de>rguenth2010-08-041-11/+64
* 2010-07-07 Richard Guenther <rguenther@suse.de>rguenth2010-07-071-3/+12
* PR tree-optimization/44508jakub2010-06-141-3/+10
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-2/+0
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-1/+3
* gcc/ChangeLog:steven2010-05-211-2/+0
* gcc/ChangeLog:steven2010-04-301-1/+0
* Remove trailing white spaces.hjl2009-11-251-6/+6
* * builtins.c (interclass_mathfn_icode): New helper.matz2009-09-281-10/+8
* 2009-09-22 Richard Guenther <rguenther@suse.de>rguenth2009-09-221-92/+16
* Squash commit of EH in gimplerth2009-09-141-4/+0
* gcc/ChangeLog:aoliva2009-09-021-1/+2
* 2009-05-24 Paolo Bonzini <bonzini@gnu.org>bonzini2009-05-241-9/+1
* 2009-04-28 Richard Guenther <rguenther@suse.de>rguenth2009-04-281-6/+0
* * tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.hubicka2009-04-251-2/+6
* * tree-ssa-propagate.c (stmt_makes_single_load): Remove.kazu2009-04-161-30/+0
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-5/+10
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* 2008-09-11 Paolo Bonzini <bonzini@gnu.org>bonzini2008-09-111-13/+17
* 2008-08-29 Richard Guenther <rguenther@suse.de>rguenth2008-08-291-176/+5
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-326/+358
* 2008-05-28 Seongbae Park <seongbae.park@gmail.com>spark2008-05-281-4/+19
* * tree.h: Update the table of flags used on tree nodes.ebotcazou2008-05-251-2/+2
* 2008-05-16 Richard Guenther <rguenther@suse.de>rguenth2008-05-161-3/+4
* 2008-05-15 Richard Guenther <rguenther@suse.de>rguenth2008-05-151-9/+10
* 2008-04-24 Rafael Espindola <espindola@google.com>espindola2008-04-241-1/+11
* 2008-04-15 Richard Guenther <rguenther@suse.de>rguenth2008-04-151-3/+33
* * tree-ssa-propagate.c (set_rhs) <GIMPLE_MODIFY_STMT>: Fix typo.ebotcazou2007-11-271-5/+2
* 2007-08-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>lauras2007-08-311-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* 2007-07-23 Daniel Berlin <dberlin@dberlin.org>dberlin2007-07-231-1/+1
* 2007-07-18 Daniel Berlin <dberlin@dberlin.org>dberlin2007-07-181-4/+15
* PR tree-optimization/32589ebotcazou2007-07-111-10/+22
* * tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewerian2007-04-171-3/+19
* ./:ian2007-03-081-3/+1
* Used signed infinities in VRP.ian2007-03-021-1/+3
* 2007-02-18 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-191-1/+10
* * tree-ssa-ccp.c (ccp_finalize): Return if something changed.hubicka2007-01-181-3/+8
* 2006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo2006-12-121-8/+8
* * tree-ssa-operands.h (create_ssa_artificial_load_stmt):dnovillo2006-12-111-5/+11
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-26/+31
* Privatize SSA variables into gimple_df.hubicka2006-11-281-1/+1
* * tree-ssa-propagate.c (set_rhs): Restructure validity tests as asayle2006-11-081-13/+61