New syntax for -fsanitize-recover.
[gcc.git] / gcc / tree-ssa-copy.c
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-22 Jan Hubickatree-ssa-ccp.c (prop_value_d): Rename to ...
2014-07-14 Richard Bienerre PR c/61779 (gcc -Og fails with impossible constraint...
2014-07-09 Trevor Saundersremove has_execute
2014-07-08 Richard Bienertree-ssa-dom.h (loop_depth_of_name): Remove.
2014-06-26 Richard Bienerre PR tree-optimization/61607 (DOM missed jump threadin...
2014-06-18 Richard Bienertree-pass.h (make_pass_dce_loop): Remove.
2014-06-06 Richard Bienercfgexpand.c (expand_gimple_cond): Remove check for...
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-11 Jakub Jelinekre PR tree-optimization/59417 (ICE in determine_value_r...
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-28 Richard Sandifordtree-core.h (tree_base): Document use of static_flag...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-02 Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-24 Christophe Lyongimple-pretty-print.c: Various whitespace tweaks.
2013-09-23 Kugan Vivekanandarajahgimple-pretty-print.c (dump_ssaname_info): New function.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-29 Richard Bienerre PR middle-end/57287 (Bogus uninitialized warning...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-28 Richard Bienerre PR tree-optimization/57411 (ICE: verify_ssa failed...
2013-04-26 Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-09 Richard Bienertree.h (unsave_expr_now): Remove.
2013-02-20 Richard Bienerre PR tree-optimization/56396 (memory corruption in...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-13 Richard Guentherbasic-block.h (struct basic_block): Remove loop_depth...
2012-08-07 Richard Guenthertree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DE...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-20 Richard Guenthertree-ssa-copy.c (propagate_tree_value_into_stmt): Use...
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-04-15 Richard Guentherre PR tree-optimization/48290 (FAIL: gcc.dg/vect/pr3852...
2011-03-25 Richard Guenthertree-ssa-copy.c (stmt_may_generate_copy): Copies from...
2011-03-24 Jeff Lawtree-ssa-live.c (remove_unused_scope_block_p): Remove...
2010-12-08 Richard GuentherFix PR45230, PR45231, and PR45370: fold_stmt_inplace...
2010-11-26 Michael Matztree-ssa-copy.c (fini_copy_prop): Don't DCE when we...
2010-11-03 Nathan Froydbuiltins.c (fold_builtin_signbit): Use build_zero_cst...
2010-10-21 Nathan Froydbasic-block.h (single_succ_edge): Use gcc_checking_assert.
2010-08-10 Richard Guenthertree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
2010-08-09 Richard Guenthertree-ssa-copy.c (cached_last_copy_of): Remove.
2010-08-04 Richard Guenthertree-ssa-propagate.h (struct prop_value_d, [...]):...
2010-06-14 Jakub Jelinekre PR tree-optimization/44508 (libgomp.fortran/vla1...
2010-06-01 Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-21 Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-31 Richard GuentherFix PR43464: copyprop should maintain loop close phi...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-09-22 Richard Guenthertree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.
2009-08-27 Richard Guenthergengtype.c (main): Handle uint64_t.
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-05-28 Benjamin Kosniktree-ssa-copy.c (replace_exp_1): Move op for warning...
2009-05-26 Richard Guenthertree-vect-data-refs.c (vect_create_data_ref_ptr): Remov...
2009-05-03 Richard Guentherre PR tree-optimization/23329 (hack in may_propagate_co...
2009-04-04 Richard GuentherMakefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.
2009-04-03 Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-03-28 Richard Guenthertree-ssa-copy.c (copy_prop_visit_phi_node): Do not...
2009-03-28 Richard Guentherre PR tree-optimization/38458 (copy-propagation doesn...
2009-03-27 Xinliang David LiFix for PR39548
2008-08-29 Richard Guenthercommon.opt (ftree-store-ccp): Mark as preserved for...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-03-19 Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
2008-01-28 Ian Lance Taylorre PR c++/34862 (operator new placement variant with...
2008-01-10 Richard Guentherre PR tree-optimization/34683 (SSA rewriting in the...
2007-11-23 Richard Guenthertree-ssa-copy.c (may_propagate_copy): Remove redundant...
2007-10-29 Richard Guentherpasses.c (init_optimization_passes): Exchange store_cop...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-02 Richard Guentherre PR middle-end/15988 (ICE in fold_convert with pointe...
2007-07-02 Richard Guenthertree-flow.h (tree_ssa_useless_type_conversion_1): Renam...
2007-06-06 Thomas Neumanntree-ssa-alias-warnings.c (maybe_add_match): Cast accor...
2007-04-11 Diego Novillore PR tree-optimization/30735 (50% slow down due to...
2007-01-11 Jan Hubickare PR tree-optimization/1046 (gcc less efficient than...
2006-12-12 Diego Novillo[multiple changes]
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-16 Dirk Muellertree-vrp.c (get_value_range): Use XCNEW instead of...
2006-04-11 Jeff Lawtree-ssa-copy.c (may_propagate_copy): Test flow sensiti...
2006-04-07 Richard Bienerre PR tree-optimization/26135 (store copyprop not effec...
2006-03-30 Paolo Bonzinire PR tree-optimization/26830 (Repeated SSA update...
2006-03-21 Jeff Lawtree-pass.h (pass_phi_only_copy_prop): Delete.
2006-03-02 Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-03-01 Diego Novillotree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2005-12-18 Gabriel Dos Reistree-tailcall.c (find_tail_calls): Use XNEW.
2005-09-27 Jeff Lawpasses.c (init_optimization_passes): Replace copy propa...
2005-09-19 Richard Hendersontree-flow.h (merge_alias_info): Declare.
2005-07-28 Volker Reicheltbuiltins.c: Fix comment typo(s).
2005-07-10 Diego NovilloMakefile.in (tree-ssa-alias.o): Depend on tree-ssa...
2005-06-30 Diego Novillore PR tree-optimization/22234 (verify_ssa failed with...
next