summaryrefslogtreecommitdiff
path: root/gcc/tree-vn.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (VALUE_HANDLE_VUSES): New.Daniel Berlin2005-12-301-38/+187
* tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis2005-12-181-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-2/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/21576 (FRE does not eliminate a redundant builtin call.)Daniel Berlin2005-05-161-5/+21
* tree-flow-inline.h, [...]: Likewise.Kazu Hirata2005-05-041-3/+3
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-36/+28
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1
* tree-vn.c (get_value_handle): Make sure that given an is_gimple_min_invariant...Daniel Berlin2005-02-151-5/+7
* c-typeck.c, [...]: Fix comment formatting.Kazu Hirata2004-09-251-1/+1
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-14/+10
* tree-vn.c (val_expr_pair_expr_eq): Compare vuses, to match the hash function.Geoffrey Keating2004-08-101-3/+12
* tree-ssa-pre.c (phi_trans_add): Use is_gimple_min_invariant to check for cons...Diego Novillo2004-06-301-5/+7
* common.opt (ftree-fre): New flag.Diego Novillo2004-06-281-33/+76
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-0/+257