aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vn.c
AgeCommit message (Expand)AuthorFilesLines
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