aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-26tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace.Bernhard Fischer1-28/+28
2007-08-14tree-pass.h (PROP_pta): Removed.Daniel Berlin1-1/+1
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+1
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+4
2007-07-12tree-ssa-pre.c (get_expression_vuses): Move out side-effect.Daniel Berlin1-4/+5
2007-07-12re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin1-57/+64
2007-07-07Revert (note the sccvn portions are *not* reverted) 2007-07-06 Daniel Berlin ...Daniel Berlin1-131/+95
2007-07-07re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin1-95/+131
2007-07-04re PR tree-optimization/32604 (miscompilation at -O2)Daniel Berlin1-81/+17
2007-07-02Fix PR tree-optimization/32583 Fix PR tree-optimization/32584Daniel Berlin1-5/+7
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+2
2007-07-01tree-ssa-pre.c (is_exception_related): New functionDaniel Berlin1-1/+11
2007-06-30Fix PR tree-optimization/32540 Fix PR tree-optimization/31651Daniel Berlin1-267/+369
2007-06-13tree-ssa-pre.c (mergephitemp): Remove.Kazu Hirata1-2/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-1/+1
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-10/+10
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-3/+3
2007-05-13re PR tree-optimization/31911 (Short function (md4) takes very long to compile)Daniel Berlin1-4/+4
2007-03-17re PR tree-optimization/29922 ([Linux] ICE in insert_into_preds_of_block)Daniel Berlin1-377/+138
2007-02-19tree-ssa-pre.c (create_value_expr_from): Initialize POOL to NULL.Diego Novillo1-1/+1
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-7/+8
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-189/+97
2006-12-14re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ...Richard Guenther1-1/+3
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-4/+9
2006-12-11[multiple changes]Diego Novillo1-9/+6
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-3/+5
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-54/+57
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-4/+4
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-5/+2
2006-11-14re PR tree-optimization/27755 (PRE confused by control flow)Daniel Berlin1-73/+470
2006-10-30tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin1-821/+717
2006-10-21re PR tree-optimization/3511 (Inlined strlen() could be smarter)Richard Guenther1-0/+17
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-4/+4
2006-08-01tree-outof-ssa.c (check_replaceable): Do not allocate def_vars bitmap when no...Jan Hubicka1-1/+2
2006-07-04Fix whitespace.Eric Christopher1-172/+171
2006-06-19tree-ssa-pre.c (try_combine_conversion): Strip useless type conversions after...Richard Guenther1-3/+8
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-4/+4
2006-05-04re PR tree-optimization/14287 ([tree-ssa] does not remove unnecessary extensi...Richard Guenther1-3/+49
2006-05-04re PR tree-optimization/26447 (verify_flow_info failed, load PRE with java pr...Richard Guenther1-8/+11
2006-03-23re PR tree-optimization/26795 (ACATS ICE c37213d on x86 in valid_in_set, at t...Andrew Pinski1-9/+0
2006-03-21re PR tree-optimization/26781 (ICE in tree-ssa-pre.c at create_component_ref_...Andrew Pinski1-0/+1
2006-03-20re PR tree-optimization/26629 (tree load PRE does not work on array references)Andrew Pinski1-25/+109
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-09re PR tree-optimization/26179 (ICE while compiling mozilla in tree-ssa-pre.c)Andrew Pinski1-0/+1
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-2/+2