Daily bump.
[gcc.git] / gcc / tree-ssa-forwprop.c
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-23 Marc Glissetree-ssa-forwprop.c (forward_propagate_into_cond):...
2012-10-15 Marc Glissere PR middle-end/54915 (ICE: verify_gimple failed:...
2012-10-02 Marc Glissetree-ssa-forwprop.c (forward_propagate_into_cond):...
2012-09-29 Marc Glissetree.c (truth_type_for): New function.
2012-09-24 Marc Glissetree-ssa-forwprop.c: Include tree-ssa-propagate.h.
2012-09-19 Richard Guenthertree-ssa-forwprop.c (get_prop_source_stmt): Simplify.
2012-09-18 Jakub Jelinekre PR tree-optimization/54610 (FAIL: gcc.dg/tree-ssa...
2012-09-14 Marc Glissetree-ssa-forwprop.c (simplify_bitfield_ref): Call get_p...
2012-09-11 Marc Glissetree-ssa-forwprop.c (simplify_vector_constructor):...
2012-09-10 Marc Glissetree-ssa-forwprop.c (simplify_bitfield_ref): New function.
2012-09-10 Marc Glissetree-ssa-forwprop.c (simplify_permutation): Handle...
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-21 Marc Glissefold-const.c (fold_ternary_loc): Detect identity permut...
2012-08-20 Jakub Jelinekre PR middle-end/54321 (ice in tree_low_cst at -O3)
2012-08-13 Richard Guentherbasic-block.h (struct basic_block): Remove loop_depth...
2012-08-10 Richard Guentherre PR middle-end/54109 (ICE at tree-ssa-structalias...
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-07-19 Eric Botcazoutree-ssa-forwprop.c (combine_conversions): Punt if...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-13 Richard Guentherre PR target/53907 (gcc uses unaligned load when align...
2012-05-09 Jakub Jelinekre PR tree-optimization/53226 (Endless loop in forwprop)
2012-05-02 Michael Matzcoretypes.h (gimple_seq, [...]): Typedef as gimple.
2012-05-02 Steven Bosscherre PR middle-end/53153 (ice in tree_low_cst, at tree...
2012-04-27 Marc Glissere PR middle-end/27139 (Optimize double INT->FP->INT...
2012-04-24 Andrew Pinskitree-ssa-forwprop.c (simplify_bitwise_binary): Don...
2012-04-24 Andrew Pinskire PR tree-optimization/33512 (Simple bitwise simplific...
2012-04-23 Andrew Pinskitree-ssa-forwprop.c (simplify_bitwise_binary): Simplify...
2012-04-20 Richard Guentherre PR c++/53050 (ssa_forward_propagate_and_combine...
2012-04-16 Richard Guentherre PR tree-optimization/52975 (Ofast produces not optim...
2012-04-11 Bernd Schmidtfold-const.c (fold_unary_loc): Use GET_MODE_PRECISION...
2012-04-05 Richard Guenthergimple-iterator.c (gsi_remove): Return whether EH edges...
2012-03-30 Richard Guentherre PR other/52754 (indirect indexing broken with -fpred...
2012-03-14 Richard Guentherre PR middle-end/52578 (Fails to fold another size...
2011-12-08 Jakub Jelinekre PR tree-optimization/51466 (ICE in gimple_rhs_has_si...
2011-11-28 Jakub Jelinekre PR tree-optimization/50078 (combine wrong code:...
2011-10-19 Richard Guentherre PR tree-optimization/50780 (ICE: verify_gimple faile...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-09 Eric Botcazoutree-ssa-forwprop.c (forward_propagate_into_comparison...
2011-10-06 Jakub Jelinekre PR tree-optimization/49279 (Optimization incorrectly...
2011-10-04 Jakub Jelinekfold-const.c (fold_unary_loc): Don't optimize POINTER_P...
2011-09-09 Richard Guenthergimple.h (fold_stmt_inplace): Adjust to take a gimple_s...
2011-09-07 Richard Guenthertree-ssa-forwprop.c (forward_propagate_into_gimple_cond...
2011-09-07 Richard Guentherre PR tree-optimization/50213 (Regression in space...
2011-09-01 Richard Guentherexpr.c (expand_expr_real_2): Move COND_EXPR and VEC_CON...
2011-08-30 Richard Guentherre PR tree-optimization/48571 (Missed data-dependence...
2011-08-16 Richard Guentherre PR tree-optimization/50082 (-Wstrict-overflow mishan...
2011-08-10 Richard Guenthertree.h (get_pointer_alignment): Remove max-align argument.
2011-08-02 Kai Tietzgimple.c (canonicalize_cond_expr_cond): Handle cast...
2011-07-25 Richard Guentherre PR tree-optimization/49822 (Segfault in remove_prop_...
2011-07-22 Richard Guentherre PR middle-end/45819 (unexpected unaligned access...
2011-07-21 Kai TietzChangeLog gcc/
2011-07-21 Richard Guenthertree-ssa-forwprop.c (combine_conversions): Return wheth...
2011-07-20 Richard Guenthertree-ssa-forwprop.c (remove_prop_source_from_use):...
2011-07-20 Richard Guentherre PR middle-end/18908 (Missed folding opportunities...
2011-07-19 Richard Guenthertree-ssa-forwprop.c (lookup_logical_inverted_value...
2011-07-19 Richard BienerMakefile.in (tree-ssa-forwprop.o): Depend on gimple...
2011-07-19 Richard Guenthergimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR...
2011-07-07 Kai Tietztree-ssa-forwprop.c (truth_valued_ssa_name): New function.
2011-07-01 Kai Tietztree-ssa-forwprop.c (simplify_bitwise_binary): Fix...
2011-06-29 Eric Botcazoure PR tree-optimization/49539 (ICE building gnattools)
2011-06-28 Kai Tietztree-ssa-forwprop.c (simplify_bitwise_binary): Improve...
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-06-10 Richard Guenthertree-ssa-forwprop.c (ssa_forward_propagate_and_combine...
2011-05-31 Richard Guenthertree-ssa-forwprop.c (forward_propagate_into_comparison...
2011-05-30 Richard Guenthertree-ssa-forwprop.c (forward_propagate_into_comparison...
2011-05-11 Richard Guentherre PR tree-optimization/15256 ([tree-ssa] Optimize...
2011-05-11 Richard Guentherre PR middle-end/18041 (OR of two single-bit bitfields...
2011-05-10 Richard Guenthertree-ssa-forwprop.c (combine_conversions): Pattern...
2011-05-04 Richard Guenthertree.h (int_const_binop): Remove notrunc argument.
2011-04-22 Jakub Jelinekre PR tree-optimization/48717 (integer wrong code bug)
2011-03-31 Jeff Lawtree-ssa-forwprop.c (forward_propagate_into_cond):...
2011-02-08 Richard Guentherre PR tree-optimization/47632 (ICE: verify_flow_info...
2011-01-25 Jakub Jelinekre PR tree-optimization/47265 (Error: SSA name in freel...
2011-01-14 Richard Guentherre PR tree-optimization/47280 (ICE: verify_stmts failed...
2010-11-15 Jakub Jelinekre PR tree-optimization/46461 (ICE: invalid argument...
2010-11-07 Uros Bizjakre PR tree-optimization/46346 (fma testsuite failures)
2010-11-02 Richard Guentherre PR tree-optimization/46216 (ICE: SSA corruption)
2010-10-21 Nathan Froydbasic-block.h (single_succ_edge): Use gcc_checking_assert.
2010-10-12 Jakub Jelinekre PR fortran/45636 (Failed to fold simple Fortran...
2010-08-12 Richard Guentherre PR tree-optimization/45232 (tree reassociation intro...
2010-07-14 Richard Guentherre PR middle-end/44824 (internal compiler error: verify...
2010-07-01 Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
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-05-15 Richard Guentherre PR other/44038 (ICE: verify_stmts failed)
2010-04-07 Richard Guentheripa-reference.c (mark_load): Use get_base_address.
2010-04-07 Richard Guenthertree-ssa-forwprop.c (forward_propagate_addr_expr):...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-12 Alexandre Olivare PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos...
2009-09-24 Richard Guentherre PR middle-end/36143 (FAIL: g++.dg/tree-ssa/pr19637.C)
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-24 Paolo Bonzinitree-ssa-operands.h (push_stmt_changes, [...]): Delete.
2009-05-19 Richard Guenthertree-ssa-forwprop.c (forward_propagate_addr_expr_1...
2009-05-15 Richard Guenthercommon.opt (-ftree-forwprop, [...]): New options, enabl...
2009-05-15 Joseph Myerstree-ssa-forwprop.c (forward_propagate_addr_expr_1...
next