aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-10re PR tree-optimization/64995 (ICE in vn_reference_insert_pieces, at tree-ssa...Richard Biener1-6/+8
2015-02-04re PR middle-end/62103 (Incorrect folding of bitfield in a union on big endia...Thomas Preud'homme1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR tree-optimization/64312 (ICE: Segmentation fault)Richard Biener1-2/+2
2014-12-09re PR tree-optimization/64193 (Decreased performance after r173250)Richard Biener1-2/+4
2014-11-27tree-ssa-sccvn.c (try_to_simplify): Allow gimple_fold_stmt_to_constant_1 to f...Richard Biener1-1/+1
2014-11-24re PR target/63679 ([AArch64] Failure to constant fold.)Richard Biener1-21/+95
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-14/+15
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-09-03Fix for tree-ssa-preMartin Liska1-0/+3
2014-09-01tree-ssa-sccvn.h (copy_reference_ops_from_ref, [...]): Remove.Richard Biener1-48/+51
2014-08-01Convert tree-ssa-sccvn to inchashAndi Kleen1-22/+22
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