summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace.Bernhard Fischer2007-08-261-28/+28
* tree-pass.h (PROP_pta): Removed.Daniel Berlin2007-08-141-1/+1
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+1
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-3/+4
* tree-ssa-pre.c (get_expression_vuses): Move out side-effect.Daniel Berlin2007-07-121-4/+5
* re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin2007-07-121-57/+64
* Revert (note the sccvn portions are *not* reverted) 2007-07-06 Daniel Berlin ...Daniel Berlin2007-07-071-131/+95
* re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin2007-07-071-95/+131
* re PR tree-optimization/32604 (miscompilation at -O2)Daniel Berlin2007-07-041-81/+17
* Fix PR tree-optimization/32583 Fix PR tree-optimization/32584Daniel Berlin2007-07-021-5/+7
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-2/+2
* tree-ssa-pre.c (is_exception_related): New functionDaniel Berlin2007-07-011-1/+11
* Fix PR tree-optimization/32540 Fix PR tree-optimization/31651Daniel Berlin2007-06-301-267/+369
* tree-ssa-pre.c (mergephitemp): Remove.Kazu Hirata2007-06-131-2/+0
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1/+1
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-10/+10
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-3/+3
* re PR tree-optimization/31911 (Short function (md4) takes very long to compile)Daniel Berlin2007-05-131-4/+4
* re PR tree-optimization/29922 ([Linux] ICE in insert_into_preds_of_block)Daniel Berlin2007-03-171-377/+138
* tree-ssa-pre.c (create_value_expr_from): Initialize POOL to NULL.Diego Novillo2007-02-191-1/+1
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-7/+8
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-189/+97
* re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ...Richard Guenther2006-12-141-1/+3
* re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski2006-12-121-4/+9
* [multiple changes]Diego Novillo2006-12-111-9/+6
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-3/+5
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-54/+57
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-1/+1
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-4/+4
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-5/+2
* re PR tree-optimization/27755 (PRE confused by control flow)Daniel Berlin2006-11-141-73/+470
* tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin2006-10-301-821/+717
* re PR tree-optimization/3511 (Inlined strlen() could be smarter)Richard Guenther2006-10-211-0/+17
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-09-121-4/+4
* tree-outof-ssa.c (check_replaceable): Do not allocate def_vars bitmap when no...Jan Hubicka2006-08-011-1/+2
* Fix whitespace.Eric Christopher2006-07-041-172/+171
* tree-ssa-pre.c (try_combine_conversion): Strip useless type conversions after...Richard Guenther2006-06-191-3/+8
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-4/+4
* re PR tree-optimization/14287 ([tree-ssa] does not remove unnecessary extensi...Richard Guenther2006-05-041-3/+49
* re PR tree-optimization/26447 (verify_flow_info failed, load PRE with java pr...Richard Guenther2006-05-041-8/+11
* re PR tree-optimization/26795 (ACATS ICE c37213d on x86 in valid_in_set, at t...Andrew Pinski2006-03-231-9/+0
* re PR tree-optimization/26781 (ICE in tree-ssa-pre.c at create_component_ref_...Andrew Pinski2006-03-211-0/+1
* re PR tree-optimization/26629 (tree load PRE does not work on array references)Andrew Pinski2006-03-201-25/+109
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* re PR tree-optimization/26179 (ICE while compiling mozilla in tree-ssa-pre.c)Andrew Pinski2006-02-091-0/+1
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-2/+2