aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-09re PR middle-end/67891 (FAIL: gcc.dg/pr43300.c (internal compiler error) on a...Richard Biener1-23/+25
2015-10-02tree-ssa-sccvn.c (has_VN_INFO): New function.Richard Biener1-169/+151
2015-10-01gimple-match.h (mprts_hook): Declare.Richard Biener1-418/+65
2015-09-29re PR fortran/67170 (PRE can't hoist out a readonly argument)Richard Biener1-7/+52
2015-09-24Additional changes to switch from gimple to gimple *Thomas Schwinge1-1/+1
2015-09-24tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base members.Richard Biener1-0/+12
2015-09-20switch from gimple to gimple*Trevor Saunders1-26/+26
2015-09-18re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener1-14/+20
2015-09-16tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Use offset_int for offset a...Eric Botcazou1-28/+47
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+2
2015-08-17re PR tree-optimization/67221 (ICE at -Os and above on x86_64-linux-gnu: Segm...Richard Biener1-1/+18
2015-08-13tree.c (nonnull_arg_p): Move from ...Richard Biener1-28/+59
2015-08-13re PR tree-optimization/67191 (ICE: in before_dom_children, at tree-ssa-sccvn...Richard Biener1-8/+4
2015-08-13re PR tree-optimization/66502 (SCCVN can't handle PHIs optimistically optimally)Richard Biener1-25/+34
2015-08-12tree-ssa-sccvn.c (vn_nary_op_compute_hash): Also canonicalize comparison oper...Richard Biener1-3/+146
2015-08-12tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Eliminate edges m...Richard Biener1-30/+44
2015-07-23generic-match-head.c: Include cgraph.h.Richard Biener1-0/+2
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-5/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-6/+2
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03re PR tree-optimization/63916 (value-numbering fails to forward variable addr...Richard Biener1-7/+23
2015-06-01Change use to type-based pool allocator inMartin Liska1-18/+15
2015-05-28re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener1-2/+18
2015-05-26re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener1-1/+6
2015-04-18remove need for store_values_directlyTrevor Saunders1-28/+28
2015-03-26re PR tree-optimization/65551 (FAIL: 26_numerics/complex/50880.cc execution t...Jakub Jelinek1-1/+5
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