summaryrefslogtreecommitdiff
path: root/gcc/tree-vn.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin2007-07-121-6/+1
* Revert (note the sccvn portions are *not* reverted) 2007-07-06 Daniel Berlin ...Daniel Berlin2007-07-071-10/+1
* re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...Daniel Berlin2007-07-071-1/+10
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-1/+2
* Fix PR tree-optimization/32540 Fix PR tree-optimization/31651Daniel Berlin2007-06-301-249/+218
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-2/+3
* tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin2006-10-301-28/+0
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-09-121-3/+3
* 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