aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25re PR tree-optimization/69376 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-3/+16
2016-01-21re PR tree-optimization/69378 (FAIL: g++.dg/tree-ssa/pr61034.C)Richard Biener1-12/+93
2016-01-20re PR target/69345 (459.GemsFDTD regression)Richard Biener1-1/+5
2016-01-15re PR tree-optimization/69117 (wrong code at -O1 -fstrict-aliasing)Richard Biener1-3/+78
2016-01-13re PR tree-optimization/69242 (ICE in visit_reference_op_load, at tree-ssa-sc...Richard Biener1-2/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-70/+11
2015-12-10re PR middle-end/68785 (valgrind reports issues with folding on x86_64)Jakub Jelinek1-2/+3
2015-12-04tree-ssa-sccvn.c (sccvn_dom_walker): Add unreachable_dom member and initializ...Richard Biener1-5/+19
2015-11-24re PR middle-end/68221 (libgomp reduction-11/12 failures)Richard Biener1-2/+5
2015-11-23re PR tree-optimization/68465 (pass_lim doesn't detect identical loop entry c...Richard Biener1-7/+21
2015-11-10re PR tree-optimization/68240 (compilation hangs on valid code at -O1 and abo...Richard Biener1-8/+20
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-9/+52
2015-11-06tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.Richard Biener1-0/+6
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+7
2015-10-21tree-ssa-sccvn.c (cond_stmts_equal_p): Compare two GIMPLE cond stmts, enhance...Richard Biener1-7/+45
2015-10-19re PR tree-optimization/67975 (Failure to optimise equality between two call ...Richard Biener1-18/+88
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