]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-into-ssa.c
Automated conversion of passes to C++ classes
[thirdparty/gcc.git] / gcc / tree-into-ssa.c
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-06-10  dmalcolm * tree-into-ssa.c (interesting_blocks): Make static.
2013-04-23  crowlThis patch extracts approved portions of the hash_table...
2013-03-06  rguenth2013-03-06 Richard Biener <rguenther@suse.de>
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-10  rguenth2013-01-10 Richard Biener <rguenther@suse.de>
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  crowlThis patch renames sbitmap iterators to unify them...
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-08-22  rguenth2012-08-22 Richard Guenther <rguenther@suse.de>
2012-08-21  rguenth2012-08-21 Richard Guenther <rguenther@suse.de>
2012-08-20  rguenth2012-08-20 Richard Guenther <rguenther@suse.de>
2012-08-16  rguenth2012-08-16 Richard Guenther <rguenther@suse.de>
2012-08-16  steven PR middle-end/54146
2012-08-14  rguenth2012-08-14 Richard Guenther <rguenther@suse.de>
2012-08-14  rguenth2012-08-14 Richard Guenther <rguenther@suse.de>
2012-08-10  steven * tree-ssa-pre.c (alloc_expression_id): Fix use of...
2012-08-10  rguenth2012-08-10 Richard Guenther <rguenther@suse.de>
2012-08-09  steven * calls.c (mem_overlaps_already_clobbered_arg_p):...
2012-08-08  steven PR middle-end/54146
2012-08-08  rguenth2012-08-08 Richard Guenther <rguenther@suse.de>
2012-08-07  rguenth2012-08-07 Richard Guenther <rguenther@suse.de>
2012-08-07  rguenth2012-08-07 Richard Guenther <rguenther@suse.de>
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-08-01  matz * tree-complex.c (init_parameter_lattice_values):...
2012-08-01  rguenth2012-08-01 Richard Guenther <rguenther@suse.de>
2012-08-01  rguenth2012-08-01 Richard Guenther <rguenther@suse.de>
2012-07-31  rguenth2012-07-31 Richard Guenther <rguenther@suse.de>
2012-07-30  rguenth2012-07-30 Richard Guenther <rguenther@suse.de>
2012-07-27  rguenth2012-07-27 Richard Guenther <rguenther@suse.de>
2012-07-27  rguenth2012-07-27 Richard Guenther <rguenther@suse.de>
2012-07-27  rguenth2012-07-27 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-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-22  rguenth2012-05-22 Richard Guenther <rguenther@suse.de>
2012-05-16  rguenth2012-05-16 Richard Guenther <rguenther@suse.de>
2012-02-24  aldot2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu...
2011-12-21  jamborm2011-12-21 Martin Jambor <mjambor@suse.cz>
2011-07-04  jakub PR debug/49602
2011-06-22  jakub PR debug/47858
2011-06-14  davidxldumping cleanup phase 1 -- Removing TODO_dump_func
2011-02-15  aolivaPR debug/47106
2011-02-15  aolivaPR debug/47106
2011-01-19  aolivagcc/ChangeLog:
2010-11-17  matz * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,
2010-10-21  froydnj * tree-into-ssa.c (rewrite_update_enter_block): Remove...
2010-10-21  froydnj * basic-block.h (single_succ_edge): Use gcc_checking_a...
2010-10-21  froydnj * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
2010-08-20  froydnjgcc/
2010-08-19  froydnj * cfgloop.c (get_loop_body_in_bfs_order): Avoid redund...
2010-07-21  rguenth2010-07-21 Richard Guenther <rguenther@suse.de>
2010-07-01  rguenth2010-07-01 Richard Guenther <rguenther@suse.de>
2010-06-05  hubicka * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
2010-06-04  hubicka * tree-into-ssa.c (mark_block_for_update): Avoid redun...
2010-06-01  steven * gimplify.c: Do not include except.h and optabs.h.
2010-05-29  hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges,
2010-05-21  jsm28 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h...
2010-05-21  stevengcc/ChangeLog:
2010-04-30  stevengcc/ChangeLog:
2010-04-15  rguenth2010-04-15 Richard Guenther <rguenther@suse.de>
2010-01-22  jakub * tree-into-ssa.c (maybe_register_def): If stmt ends...
2009-11-30  rguenth2009-11-30 Richard Guenther <rguenther@suse.de>
2009-11-25  hjlRemove trailing white spaces.
2009-10-12  aolivagcc/ChangeLog:
2009-09-24  law * tree-into-ssa.c (rewrite_into_ssa): Free interest...
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-04-27  matz * tree-into-ssa.c (regs_to_rename, mem_syms_to_...
2009-04-24  iangcc/:
2009-04-17  ian * df.h: Include "timevar.h".
2009-04-03  rguenth2009-04-03 Richard Guenther <rguenther@suse.de>
2008-09-02  spop2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2008-08-06  ghazi * builtins.c (expand_builtin_profile_func): Avoid...
2008-07-28  rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-06-26  steven * tree-into-ssa (insert_phi_nodes_for): 'var' must...
2008-06-26  steven * cfganal.c: Include vec.h and vecprim.h.
2008-06-20  ghazi * ggc.h (GGC_RESIZEVAR): New, reorder macros.
2008-06-06  rwildgcc/
2008-05-08  rguenth2008-05-08 Richard Guenther <rguenther@suse.de>
2008-03-19  hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2008-02-28  rguenth2008-02-28 Richard Guenther <rguenther@suse.de>
2008-02-26  rguenth2008-02-26 Richard Guenther <rguenther@suse.de>
2008-02-25  rguenth2008-02-25 Richard Guenther <rguenther@suse.de>
2008-02-25  rguenth2008-02-25 Richard Guenther <rguenther@suse.de>
2007-10-28  rguenth2007-10-28 Richard Guenther <rguenther@suse.de>
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2006-12-12  dnovillo2006-12-11 Diego Novillo <dnovillo@redhat.com>
2006-12-11  dnovillo * tree-ssa-operands.h (create_ssa_artificial_load_stmt):
2006-12-05  aldyhMerge gimple-tuples-branch into mainline.
2006-11-28  hubicka Privatize SSA variables into gimple_df.
2006-11-12  rakdver * tree-flow.h (name_mappings_registered_p): Declare.
2006-08-31  rakdver PR tree-optimization/28839
2006-08-16  rakdver PR rtl-optimization/28071
next