aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vn.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-08tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.Richard Guenther1-6/+6
2008-01-08re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther1-15/+2
2007-08-26tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace.Bernhard Fischer1-15/+15
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-12re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin1-6/+1
2007-07-07Revert (note the sccvn portions are *not* reverted) 2007-07-06 Daniel Berlin ...Daniel Berlin1-10/+1
2007-07-07re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin1-1/+10
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-1/+2
2007-06-30Fix PR tree-optimization/32540 Fix PR tree-optimization/31651Daniel Berlin1-249/+218
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-2/+3
2006-10-30tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin1-28/+0
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-3/+3
2005-12-30tree.h (VALUE_HANDLE_VUSES): New.Daniel Berlin1-38/+187
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-2/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-16re PR tree-optimization/21576 (FRE does not eliminate a redundant builtin call.)Daniel Berlin1-5/+21
2005-05-04tree-flow-inline.h, [...]: Likewise.Kazu Hirata1-3/+3
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-36/+28
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-15tree-vn.c (get_value_handle): Make sure that given an is_gimple_min_invariant...Daniel Berlin1-5/+7
2004-09-25c-typeck.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-14/+10
2004-08-10tree-vn.c (val_expr_pair_expr_eq): Compare vuses, to match the hash function.Geoffrey Keating1-3/+12
2004-06-30tree-ssa-pre.c (phi_trans_add): Use is_gimple_min_invariant to check for cons...Diego Novillo1-5/+7
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-33/+76
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-0/+257