summaryrefslogtreecommitdiff
path: root/gcc/tree-phinodes.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+4
* Convert gimple types from a union to C++ inheritancedmalcolm2013-11-191-18/+21
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+14
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+5
* * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod2013-10-181-0/+37
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Remove zone allocator.dnovillo2013-01-241-4/+0
* PR tree-optimization/56029jakub2013-01-181-0/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-7/+6
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-1/+3
* gcc/steven2012-07-241-12/+6
* 2012-07-16 Dehao Chen <dehao@google.com>dehao2012-07-161-6/+1
* 2012-07-10 Dehao Chen <dehao@google.com>dehao2012-07-101-1/+6
* * expmed.c (ceil_log2): Move from here...steven2012-06-171-1/+0
* 2012-05-11 Richard Guenther <rguenther@suse.de>rguenth2012-05-111-28/+0
* * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.matz2012-05-021-22/+25
* 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>aldot2012-02-241-1/+1
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-2/+2
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* gcc/ada:lauras2010-06-081-1/+1
* gcc/ChangeLog:steven2010-05-211-1/+1
* gcc/ChangeLog:steven2010-04-301-1/+0
* PR debug/42897aoliva2010-03-061-0/+4
* Remove trailing white spaces.hjl2009-11-251-2/+2
* Add source_location support to PHI arguments.amacleod2009-07-301-1/+9
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* 2008-12-11 Sebastian Pop <sebastian.pop@amd.com>spop2008-12-111-0/+13
* 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>spop2008-09-021-8/+14
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-119/+97
* * ggc.h (GGC_RESIZEVAR): New, reorder macros.ghazi2008-06-201-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node):rakdver2007-04-231-3/+3
* 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-04-211-1/+0
* * tree-scalar-evolution.c (scev_const_prop):dnovillo2006-12-111-5/+12
* * see.c, tree-flow-inline.h, tree-phinodes.c: Fix commentkazu2006-05-081-1/+1
* 2006-05-02 Andrew MacLeod <amacleod@redhat.com>amacleod2006-05-031-5/+11
* * tree.h (PHI_ARG_NONZERO): Remove.law2006-02-231-5/+2
* Update FSF address.kcook2005-06-251-2/+2
* * basic-block.h (basic_block_def): Add phi_nodes andkazu2005-05-271-3/+3
* 2005-05-03 Andrew MacLeod <amacleod@redhat.com>amacleod2005-05-031-4/+4
* 2005-04-22 Diego Novillo <dnovillo@redhat.com>dnovillo2005-04-231-24/+0
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-49/+18
* 2005-04-05 Andrew MacLeod <amacleod@redhat.com>amacleod2005-04-051-4/+44
* * tree-phinodes.c (remove_phi_node): Drop the last argument.kazu2005-03-051-2/+2
* * genattrtab.c, genemit.c, genoutput.c, genrecog.c,kazu2005-03-051-1/+1
* * tree-phinodes.c (remove_phi_node): Clean up by factoring outkazu2005-03-031-24/+15