aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-22add auto_vecTrevor Saunders1-7/+2
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-15/+15
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-2/+3
2013-11-18re PR middle-end/59125 (gcc triggers wrong strncpy_chk)Richard Biener1-2/+10
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-8/+8
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-6/+6
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+6
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-1/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-05-27revert: re PR rtl-optimization/57381 (array of volatile pointers hangs gcc)Richard Biener1-2/+13
2013-05-24re PR tree-optimization/57385 ([tree-ssa] Possible segfault in fully_constant...Alexander Ivchenko1-0/+1
2013-05-07double-int.h (rshift): New overload.Richard Biener1-20/+10
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-183/+245
2013-03-20re PR tree-optimization/56661 (Incorrect code with -O1 -ftree-pre)Richard Biener1-2/+7
2013-03-18re PR tree-optimization/3713 (Pointers to functions or member functions are n...Richard Biener1-19/+27
2013-03-05re PR tree-optimization/56521 (Uninitialized value_id)Richard Biener1-8/+7
2013-02-19re PR tree-optimization/56384 (ICE in fold_binary_loc, at fold-const.c:10422)Richard Biener1-6/+5
2013-01-19re PR tree-optimization/52631 (VN does not use simplified expression for lookup)Jeff Law1-0/+22
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-30tree-ssa-sccvn.c (run_scc_vn): Remove iteration propagating value_ids.Richard Biener1-19/+11
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-11/+11
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-170/+153
2012-10-08re PR tree-optimization/54825 (ICE with vector extension)Richard Guenther1-0/+11
2012-10-02re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...Jakub Jelinek1-3/+7
2012-09-25re PR tree-optimization/53663 (inconsistent inline handling of bool within un...Richard Guenther1-1/+2
2012-09-13tree-ssa-sccvn.h (enum vn_kind): New.Richard Guenther1-35/+61
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-8/+8
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-23/+18
2012-09-03Fix bootstrap-ltoAndi Kleen1-1/+1
2012-08-22re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther1-1/+8
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-0/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-23/+23
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-3/+4
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-1/+2
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-5/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-7/+1
2012-07-06re PR tree-optimization/51879 (Missed tail merging with non-const/pure calls)Tom de Vries1-11/+31
2012-07-06re PR tree-optimization/52009 (Another missed tail merging opportunity)Tom de Vries1-12/+28
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-03re PR middle-end/53144 (PPRE infinite loop)Richard Guenther1-13/+17
2012-04-27re PR tree-optimization/51879 (Missed tail merging with non-const/pure calls)Tom de Vries1-34/+78
2012-02-24tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.Bernhard Reutner-Fischer1-2/+2
2012-01-27re PR tree-optimization/51990 (ICE in copy_reference_ops_from_ref)Tom de Vries1-0/+5
2012-01-25tree-ssa-sccvn.c (vn_reference_eq): Also compare if both bases are dereferenced.Richard Guenther1-0/+4
2012-01-09re PR tree-optimization/51775 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt...Richard Guenther1-2/+1