aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-17Fix build of --enable-gather-detailed-mem-stats (PR bootstrap/81864).Martin Liska1-6/+9
2017-08-14re PR tree-optimization/81799 (ICE on valid code at -O3: verify_gimple failed)Bin Cheng1-1/+1
2017-07-17re PR tree-optimization/81369 (ICE in generate_code_for_partition)Bin Cheng1-13/+12
2017-07-17re PR tree-optimization/81369 (ICE in generate_code_for_partition)Bin Cheng1-1/+2
2017-07-17re PR tree-optimization/81374 (ICE in bb_top_order_cmp, at tree-loop-distribu...Bin Cheng1-3/+4
2017-07-05tree-loop-distribution.c: Add general explanantion on the pass.Bin Cheng1-100/+717
2017-07-05tree-loop-distribution.c (classify_partition): New parameter and better handl...Bin Cheng1-11/+32
2017-07-05tree-loop-distribution.c (enum partition_type): New.Bin Cheng1-16/+123
2017-07-05tree-loop-distribution.c (struct ddr_hasher): New.Bin Cheng1-26/+73
2017-07-05tree-loop-distribution.c (ref_base_address): Delete.Bin Cheng1-38/+31
2017-07-05tree-loop-distribution.c (struct partition): New field recording its data ref...Bin Cheng1-85/+94
2017-07-05tree-loop-distribution.c (params.h): Include header file.Bin Cheng1-14/+39
2017-07-05tree-loop-distribution.c (loop_nest): New global var.Bin Cheng1-16/+24
2017-07-05tree-loop-distribution.c (enum fuse_type, [...]): New.Bin Cheng1-34/+32
2017-07-05tree-loop-distribution.c (bb_top_order_index): New.Bin Cheng1-6/+52
2017-07-05tree-loop-distribution.c (pass_loop_distribution::execute): Skip if no loops.Bin Cheng1-0/+3
2017-05-14use auto_bitmap moreTrevor Saunders1-3/+1
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-1/+1
2017-02-21re PR middle-end/79649 (Memset pattern in named address space crashes compile...Jakub Jelinek1-0/+7
2017-01-27re PR tree-optimization/79245 (Inefficient loop distribution to memcpy)Richard Biener1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-16re PR tree-optimization/78348 ([7 REGRESSION] 15% performance drop for corema...Richard Biener1-5/+9
2016-11-10Fix loop distribution bug with merging edges that creates too many edges.Jim Wilson1-2/+4
2016-08-15re PR tree-optimization/72824 (Signed floating point zero semantics broken at...Jakub Jelinek1-1/+1
2016-08-09re PR tree-optimization/72824 (Signed floating point zero semantics broken at...Jakub Jelinek1-1/+29
2016-07-15re PR tree-optimization/71881 (ICE on valid code at -O3 with -g enabled on x8...Richard Biener1-1/+5
2016-07-05tree-loop-distribution.c (distribute_loop): Fix issue with the cost model loop.Richard Biener1-0/+8
2016-05-24re PR tree-optimization/71253 (ICE during loop distribution w/ -O2 -ftree-loo...Richard Biener1-8/+8
2016-05-18re PR tree-optimization/71168 (ICE in find_uses_to_rename_use (tree-ssa-loop-...Richard Biener1-1/+1
2016-05-17re PR tree-optimization/71132 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener1-10/+25
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-01remove many typedefsTrevor Saunders1-36/+36
2015-09-20switch from gimple to gimple*Trevor Saunders1-27/+27
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-13re PR tree-optimization/64406 (ICE: SIGSEGV in estimate_numbers_of_iterations...Richard Biener1-0/+3
2015-01-12re PR tree-optimization/64530 (Incorrect calculation when assigning to array ...Richard Biener1-0/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-25/+30
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-2/+1