]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-phiopt.c
* gimple.h: Remove all includes.
[thirdparty/gcc.git] / gcc / tree-ssa-phiopt.c
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-20  rsandifogcc/ada/
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/ada/
2013-11-14  amacleod * gimplify-be.h: New file. Add prototypes.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-01  dnovilloReplace some heap vectors with stack vectors.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-09  law * tree-ssa-phiopts.c (rhs_is_fed_for_value_replacement...
2013-10-02  amacleod * tree-flow.h: Remove some prototypes.
2013-09-30  rsandifogcc/
2013-09-28  rsandifogcc/
2013-09-18  law * compare-elim.c (find_comparison_dom_walker): New...
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-04-26  rguenth2013-03-26 Richard Biener <rguenther@suse.de>
2013-04-26  crowlThis patch is the main part of a consolodation of the...
2013-04-10  rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-02-13  jakub * asan.c (create_cond_insert_point): Add create_then_f...
2013-02-08  matz PR tree-optimization/52448
2013-01-25  jakub PR tree-optimization/56098
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  crowlThis patch normalizes more bitmap function names.
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-30  crowlThis patch implements the unification of the *bitmap...
2012-09-13  steven * ipa-pure-const.c (state_from_flags, local_pure_const...
2012-09-07  crowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-15  wschmidtgcc:
2012-08-14  rguenth2012-08-14 Richard Guenther <rguenther@suse.de>
2012-08-10  rguenth2012-08-10 Richard Guenther <rguenther@suse.de>
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-07-16  stevengcc/
2012-07-16  dehao2012-07-16 Dehao Chen <dehao@google.com>
2012-07-10  dehao2012-07-10 Dehao Chen <dehao@google.com>
2012-06-26  jakub PR tree-optimization/53748
2012-06-18  wschmidtgcc:
2012-06-13  wschmidt2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
2012-06-12  wschmidt2012-06-12 Bill Schmidt <wschmidt@linux.ibm.com>
2012-05-02  jakub PR tree-optimization/53163
2012-04-27  bonzini2012-04-27 Paolo Bonzini <bonzini@gnu.org>
2012-03-12  pinskia2012-03-12 Andrew Pinski <apinski@cavium.com>
2012-03-09  pinskia2012-03-09 Andrew Pinski <apinski@cavium.com>
2012-03-01  jakub PR tree-optimization/52445
2011-11-10  rguenth2011-11-10 Richard Guenther <rguenther@suse.de>
2011-11-08  matz * gengtype.c (write_field_root): Avoid out-of-scope...
2011-09-02  matz PR middle-end/50260
2011-07-25  rsandifogcc/
2011-07-20  rguenth2011-07-20 Richard Guenther <rguenther@suse.de>
2011-06-14  davidxldumping cleanup phase 1 -- Removing TODO_dump_func
2011-03-31  law * tree-ssa-forwprop.c (forward_propagate_into_cond...
2011-03-24  rguenth2011-03-24 Richard Guenther <rguenther@suse.de>
2011-03-24  irar * doc/invoke.texi (max-stores-to-sink): Document.
2011-03-15  rguenth2011-03-15 Richard Guenther <rguenther@suse.de>
2010-11-03  jakub PR tree-optimization/46009
2010-10-20  rguenth2010-10-20 Richard Guenther <rguenther@suse.de>
2010-07-01  rguenth2010-07-01 Richard Guenther <rguenther@suse.de>
2010-06-01  steven * gimplify.c: Do not include except.h and optabs.h.
2010-05-21  stevengcc/ChangeLog:
2010-04-19  jamborm2010-04-19 Martin Jambor <mjambor@suse.cz>
2009-11-25  hjlRemove trailing white spaces.
2009-09-08  aolivagcc/ChangeLog:
2009-09-02  aolivagcc/ChangeLog:
2009-07-30  amacleodAdd source_location support to PHI arguments.
2009-06-27  bonzini2009-06-27 Paolo Bonzini <bonzini@gnu.org>
2009-05-11  rguenth2009-05-11 Richard Guenther <rguenther@suse.de>
2008-07-28  rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-06-26  ghazi * ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast...
2008-06-06  rwildgcc/
2008-05-09  tomby * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.
2008-03-31  pinskia2008-03-31 Andrew Pinski <pinskia@gmail.com>
2008-03-19  hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2007-11-01  matz PR tree-optimization/33961
2007-10-22  matz PR tree-optimization/33855
2007-09-10  matz * tree-pass.h (pass_cselim): Declare new pass.
2007-09-07  dnovillo * tree-flow.h (const_block_stmt_iterator): Remove.
2007-08-14  ghazi * alias.c (component_uses_parent_alias_set): Constify.
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-07-02  rguenth2007-07-02 Richard Guenther <rguenther@suse.de>
2007-06-12  rguenth2007-06-12 Richard Guenther <rguenther@suse.de>
2007-06-06  tneumann * tree-ssa-alias-warnings.c (maybe_add_match): Cast...
2007-02-16  sayle PR middle-end/30391
2006-12-05  aldyhMerge gimple-tuples-branch into mainline.
2006-05-23  amacleod2006-05-23 Andrew MacLeod <amacleod@redhat.com>
2006-03-10  pinskia2006-03-09 Andrew Pinski <pinskia@physics.uc.edu>
2006-03-02  dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-01-06  law * tree-cfg.c (bsi_replace): Rename final argument...
2005-12-18  gdr * tree-tailcall.c (find_tail_calls): Use XNEW.
2005-12-17  zadeck2005-12-17 Danny Berlin <dberlin@dberlin.org>
2005-09-06  steven * tree-ssa-phiopt.c (conditional_replacement): Constru...
2005-06-26  kazu * builtins.c, c-common.c, c-convert.c, c-decl.c, c...
2005-06-25  hubicka * tree-ssa-phiopt.c (replace_phi_edge_with_variable...
2005-06-25  kcookUpdate FSF address.
2005-06-01  ghazi * basic-block.h, bb-reorder.c, c-gimplify.c, config...
2005-04-20  kazu * tree-ssa-phiopt.c: Fix comments.
next