summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+7
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure forwarding t...Richard Biener2013-10-151-31/+45
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* re PR tree-optimization/58459 (Loop invariant is not hoisted out of loop afte...Richard Biener2013-09-271-24/+10
* re PR tree-optimization/58404 (&noninvariant_address not forwproped into ->ha...Richard Biener2013-09-121-20/+26
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-18/+36
* tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo in comment.Jeff Law2013-06-191-1/+1
* tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): New function.Jeff Law2013-06-191-1/+83
* tree-ssa-forwprop.c (simplify_bitwise_binary, [...]): Generalize to complex a...Marc Glisse2013-06-131-30/+30
* re PR tree-optimization/45216 (Rotate expressions not recognized at tree level)Jakub Jelinek2013-05-131-5/+6
* re PR tree-optimization/45216 (Rotate expressions not recognized at tree level)Jakub Jelinek2013-05-101-0/+241
* tree-ssa-forwprop.c (simplify_conversion_from_bitmask): New function.Jeff Law2013-04-211-0/+88
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* re PR tree-optimization/56854 (error: non-decl/MEM_REF LHS in clobber statement)Jakub Jelinek2013-04-091-1/+5
* re PR tree-optimization/56175 (Issue with combine phase on x86.)Richard Biener2013-02-251-10/+27
* tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener2013-02-201-2/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-8/+9
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* tree-ssa-forwprop.c (forward_propagate_into_cond): Handle vectors.Marc Glisse2012-10-231-9/+12
* re PR middle-end/54915 (ICE: verify_gimple failed: type mismatch in vector pe...Marc Glisse2012-10-151-0/+2
* tree-ssa-forwprop.c (forward_propagate_into_cond): Don't use boolean_type_nod...Marc Glisse2012-10-021-1/+1
* tree.c (truth_type_for): New function.Marc Glisse2012-09-291-1/+1
* tree-ssa-forwprop.c: Include tree-ssa-propagate.h.Marc Glisse2012-09-241-9/+20
* tree-ssa-forwprop.c (get_prop_source_stmt): Simplify.Richard Guenther2012-09-191-19/+5
* re PR tree-optimization/54610 (FAIL: gcc.dg/tree-ssa/forwprop-22.c (internal ...Jakub Jelinek2012-09-181-6/+16
* tree-ssa-forwprop.c (simplify_bitfield_ref): Call get_prop_source_stmt.Marc Glisse2012-09-141-16/+11
* tree-ssa-forwprop.c (simplify_vector_constructor): New function.Marc Glisse2012-09-111-0/+82
* tree-ssa-forwprop.c (simplify_bitfield_ref): New function.Marc Glisse2012-09-101-0/+74
* tree-ssa-forwprop.c (simplify_permutation): Handle CONSTRUCTOR.Marc Glisse2012-09-101-18/+77
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-9/+6
* fold-const.c (fold_ternary_loc): Detect identity permutations.Marc Glisse2012-08-211-0/+96
* re PR middle-end/54321 (ice in tree_low_cst at -O3)Jakub Jelinek2012-08-201-1/+1
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-2/+3
* re PR middle-end/54109 (ICE at tree-ssa-structalias.c:3049 in get_constraint_...Richard Guenther2012-08-101-135/+0
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-13/+4
* tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the defining st...Eric Botcazou2012-07-191-0/+5
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* re PR target/53907 (gcc uses unaligned load when aligned load was requested)Richard Guenther2012-07-131-0/+55
* re PR tree-optimization/53226 (Endless loop in forwprop)Jakub Jelinek2012-05-091-10/+11
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-10/+19
* re PR middle-end/53153 (ice in tree_low_cst, at tree.c:6569)Steven Bosscher2012-05-021-4/+74
* re PR middle-end/27139 (Optimize double INT->FP->INT conversions with -ffast-...Marc Glisse2012-04-271-1/+27
* tree-ssa-forwprop.c (simplify_bitwise_binary): Don't directly use def1/def2.Andrew Pinski2012-04-241-3/+3
* re PR tree-optimization/33512 (Simple bitwise simplification missed)Andrew Pinski2012-04-241-29/+132
* tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0 (C & B) t...Andrew Pinski2012-04-231-0/+48
* re PR c++/53050 (ssa_forward_propagate_and_combine: segmentation fault)Richard Guenther2012-04-201-3/+6