aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-26re PR tree-optimization/53748 (ice in fold_convert_loc)Jakub Jelinek1-2/+6
2012-06-18re PR tree-optimization/53703 (verify_ssa: definition in block 105 does not d...Bill Schmidt1-10/+6
2012-06-13re PR tree-optimization/53647 (gcc.c-torture/compile/20011229-1.c and gcc.c-t...Bill Schmidt1-2/+4
2012-06-12opts.c: Add -fhoist-adjacent-loads to -O2 and above.Bill Schmidt1-6/+283
2012-05-02re PR tree-optimization/53163 (crash due to null ptr deref)Jakub Jelinek1-2/+11
2012-04-27tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose arguments are...Paolo Bonzini1-7/+19
2012-03-12tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.Andrew Pinski1-19/+38
2012-03-09re PR tree-optimization/51988 (value_replacement in PHIOPT should handle even...Andrew Pinski1-34/+71
2012-03-01re PR tree-optimization/52445 (conditional store replacement causes segfault ...Jakub Jelinek1-16/+26
2011-11-10re PR tree-optimization/51030 (PHI opt does not handle value-replacement with...Richard Guenther1-2/+59
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-1/+3
2011-09-02re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....Michael Matz1-8/+2
2011-07-25re PR tree-optimization/49809 (gimple_check failure at -O3)Richard Sandiford1-2/+2
2011-07-20tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify against already ...Richard Guenther1-3/+5
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-4/+2
2011-03-31tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law1-1/+0
2011-03-24re PR middle-end/48270 (New test failures)Richard Guenther1-2/+6
2011-03-24invoke.texi (max-stores-to-sink): Document.Ira Rosen1-21/+186
2011-03-15re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther1-3/+15
2010-11-03re PR tree-optimization/46009 (?: vectorized, very similar if is not)Jakub Jelinek1-15/+137
2010-10-20re PR tree-optimization/45860 (ICE: verify_ssa failed: virtual SSA name for n...Richard Guenther1-5/+4
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-10/+11
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-4/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-9/+9
2009-09-08re PR debug/41232 (VTA: SSA name in freelist but still referenced)Alexandre Oliva1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+6
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-2/+14
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-8/+2
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-244/+152
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-2/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-03-31re PR tree-optimization/35431 (ICE with complex integer, invalid gimple)Andrew Pinski1-0/+5
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2007-11-01re PR tree-optimization/33961 (gcc 4.3 causes crash valid code to crash)Michael Matz1-18/+34
2007-10-22re PR tree-optimization/33855 (Segfault in verify_ssa/execute_function_todo w...Michael Matz1-0/+3
2007-09-10tree-pass.h (pass_cselim): Declare new pass.Michael Matz1-27/+387
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-8/+10
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-8/+8
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-2/+2
2007-06-12re PR tree-optimization/15353 ([tree-ssa] Merge two "if"s if one subsumes the...Richard Guenther1-2/+1
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-24/+24
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-11/+11
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-16/+16
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-3/+3
2006-03-09tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.Andrew Pinski1-8/+10