aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06re PR tree-optimization/77855 (wrong code at -O3 on x86_64-linux-gnu (in both...Richard Biener1-2/+14
2016-09-29re PR bootstrap/77768 (LTO/PGO -O3 bootstrap broken: tree-vrp.c:11053:0: inte...Richard Biener1-2/+4
2016-09-27re PR tree-optimization/77745 (Inconsistent application of aliasing rules)Richard Biener1-18/+26
2016-09-19re PR tree-optimization/77514 (ICE in VN_INFO_GET, at tree-ssa-sccvn.c:406 w/...Richard Biener1-3/+6
2016-09-15re PR tree-optimization/77514 (ICE in VN_INFO_GET, at tree-ssa-sccvn.c:406 w/...Richard Biener1-1/+15
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-4/+3
2016-08-19re PR tree-optimization/77290 (test case gcc.dg/tree-ssa/pr71347.c fails star...Richard Biener1-1/+1
2016-08-18re PR tree-optimization/77282 (test case gcc.dg/autopar/pr46193.c fails start...Richard Biener1-1/+1
2016-08-17re PR middle-end/77259 (ICE in emit_move_insn since r232167)Jakub Jelinek1-0/+9
2016-08-12re PR tree-optimization/57326 (Piecewise folding of operations on PHI nodes)Richard Biener1-6/+17
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-2/+1
2016-07-19re PR tree-optimization/71901 (ice in find_or_generate_expression)Richard Biener1-6/+5
2016-07-18re PR tree-optimization/71893 (gfortran.dg ICEs in gcc/tree-ssa-pre.c; -fcode...Richard Biener1-0/+3
2016-07-15tree-ssa-pre.c (get_representative_for): Make sure to return the value number...Richard Biener1-17/+6
2016-07-14re PR tree-optimization/71866 (gcc locks up after fix for PR70159)Richard Biener1-96/+21
2016-07-12re PR tree-optimization/23286 (Missed code hoisting optimization)Steven Bosscher1-22/+252
2016-07-11re PR bootstrap/71816 (bootstrap broken on multiple targets)Richard Biener1-7/+4
2016-07-07tree-ssa-pre.c: Include alias.h.Richard Biener1-5/+74
2016-05-12re PR tree-optimization/71059 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener1-7/+6
2016-05-10re PR tree-optimization/70497 (Missed CSE of subregs on GIMPLE)Richard Biener1-4/+13
2016-04-25re PR tree-optimization/70780 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-1/+2
2016-04-19re PR tree-optimization/70724 (Miscompiles python3 with FDO)Richard Biener1-0/+4
2016-04-18tree-ssa-pre.c (postorder, [...]): Make locals ...Richard Biener1-48/+24
2016-04-14re PR tree-optimization/70623 (ICE in compute_antic at -O2)Richard Biener1-49/+48
2016-02-15re PR tree-optimization/69776 (Wrong optimization with aliasing)Richard Biener1-2/+2
2016-01-25re PR tree-optimization/69376 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-1/+1
2016-01-20re PR target/69345 (459.GemsFDTD regression)Richard Biener1-7/+7
2016-01-07re PR tree-optimization/69141 (-O2 -fdump-tree-fre ICEs)Jakub Jelinek1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21re PR tree-optimization/65337 (LTO bootstrap failure with Ada enabled)Eric Botcazou1-0/+2
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-2/+3
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-18/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+9
2015-10-28re PR middle-end/65962 (Missed vectorization of strided stores)Richard Biener1-5/+5
2015-10-06re PR tree-optimization/67859 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener1-4/+9
2015-10-05tree-ssa-pre.c (create_component_ref_by_pieces_1): Move call handling ...Richard Biener1-169/+102
2015-10-01gimple-match.h (mprts_hook): Declare.Richard Biener1-11/+13
2015-09-24tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base members.Richard Biener1-3/+10
2015-09-20switch from gimple to gimple*Trevor Saunders1-22/+22
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+2
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-12tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Eliminate edges m...Richard Biener1-1/+25
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-2/+2
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-26Fix PR 66301 - check for dump_file in eliminate_dom_walker::before_dom_childrenMartin Jambor1-1/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1