summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-sccvn.c (run_scc_vn): Remove iteration propagating value_ids.Richard Biener2012-11-301-19/+11
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-11/+11
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-170/+153
* re PR tree-optimization/54825 (ICE with vector extension)Richard Guenther2012-10-081-0/+11
* re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...Jakub Jelinek2012-10-021-3/+7
* re PR tree-optimization/53663 (inconsistent inline handling of bool within un...Richard Guenther2012-09-251-1/+2
* tree-ssa-sccvn.h (enum vn_kind): New.Richard Guenther2012-09-131-35/+61
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-8/+8
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-23/+18
* Fix bootstrap-ltoAndi Kleen2012-09-031-1/+1
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther2012-08-221-1/+8
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-0/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-23/+23
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-3/+4
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-1/+2
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-5/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-7/+1
* re PR tree-optimization/51879 (Missed tail merging with non-const/pure calls)Tom de Vries2012-07-061-11/+31
* re PR tree-optimization/52009 (Another missed tail merging opportunity)Tom de Vries2012-07-061-12/+28
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-3/+3
* re PR middle-end/53144 (PPRE infinite loop)Richard Guenther2012-05-031-13/+17
* re PR tree-optimization/51879 (Missed tail merging with non-const/pure calls)Tom de Vries2012-04-271-34/+78
* tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.Bernhard Reutner-Fischer2012-02-241-2/+2
* re PR tree-optimization/51990 (ICE in copy_reference_ops_from_ref)Tom de Vries2012-01-271-0/+5
* tree-ssa-sccvn.c (vn_reference_eq): Also compare if both bases are dereferenced.Richard Guenther2012-01-251-0/+4
* re PR tree-optimization/51775 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt...Richard Guenther2012-01-091-2/+1
* re PR tree-optimization/51245 (ICE in vn_reference_insert_pieces, at tree-ssa...Richard Guenther2011-12-061-24/+36
* tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field.Richard Guenther2011-12-051-0/+2
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-1/+5
* re PR tree-optimization/38884 (missed FRE with __real and __imag)Richard Guenther2011-10-061-2/+61
* re PR tree-optimization/38885 (missed FRE with BIT_FIELD_REF and vectors)Richard Guenther2011-10-051-2/+49
* tree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR of vector type.Richard Guenther2011-10-051-5/+24
* gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops with an embed...Richard Guenther2011-10-051-9/+11
* re PR middle-end/43864 (Same basic blocks should be merged)Tom de Vries2011-09-271-13/+0
* re PR tree-optimization/48149 (Piecewise complex pass-through not optimized)Richard Guenther2011-09-061-58/+50
* re PR tree-optimization/48317 (SCCVN does not handle vector constructors)Richard Guenther2011-09-061-53/+73
* tree-ssa-sccvn.c (visit_use): CSE stmt pieces and simplify matching.Richard Guenther2011-09-061-22/+20
* re PR tree-optimization/50058 (FAIL: g++.dg/tree-ssa/pr41186.C)Richard Guenther2011-08-151-5/+4
* tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redundant lookups, make looki...Richard Guenther2011-08-111-6/+30
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.Julian Brown2011-08-011-0/+1
* re PR tree-optimization/49770 (wrong code with -fno-tree-forwprop)Richard Guenther2011-07-211-14/+47
* re PR tree-optimization/49645 (g++.dg/tree-ssa/pr8781.C FAILs on Tru64 UNIX)Richard Guenther2011-07-061-15/+39
* re PR tree-optimization/48822 (G++ gets stucks and never finishes compilation...Richard Guenther2011-05-021-7/+21
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-1/+2
* re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther2011-03-241-14/+32
* re PR c++/13954 ([tree-ssa] SRA does not work for classes that use inheritanc...Richard Guenther2011-03-151-6/+143
* re PR tree-optimization/47615 (ICE: too deep recursion in phi_translate/phi_t...Richard Guenther2011-02-071-4/+9
* re PR tree-optimization/47365 (wrong code with -O -ftree-pre)Richard Guenther2011-01-211-8/+12
* tree-ssa-sccvn.c (vn_reference_lookup_3): Always punt if the call to get_ref_...Eric Botcazou2010-12-161-4/+7
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift instead of a divi...Richard Guenther2010-12-081-3/+4