aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-0/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-45/+54
2014-06-11re PR tree-optimization/61452 (hang at -O1 and -Os on x86_64-linux-gnu)Richard Biener1-61/+33
2014-06-02re PR middle-end/61378 (Obvious bug in vn_reference_lookup_3)Richard Biener1-1/+1
2014-05-20tree-ssa-dom.c (hashable_expr_equal_p): Also compare the EH region of calls t...Eric Botcazou1-4/+4
2014-05-20tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,Richard Biener1-7/+24
2014-05-20re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-l...Richard Biener1-3/+22
2014-05-19re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-l...Richard Biener1-3/+5
2014-05-19re PR middle-end/61209 (internal compiler error: in fold_convert_loc, at fold...Richard Biener1-2/+4
2014-05-16tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.Richard Biener1-28/+164
2014-05-16tree-ssa-sccvn.c (visit_use): Also constant-fold calls.Richard Biener1-15/+57
2014-05-08tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before folding the expr...Richard Biener1-32/+12
2014-05-07re PR tree-optimization/61034 (Optimizing takes too many passes)Richard Biener1-1/+35
2014-05-06Merge in wide-int.Kenneth Zadeck1-28/+25
2014-01-15tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.Teresa Johnson1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
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