summaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
AgeCommit message (Expand)Author
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm
2018-10-15re PR tree-optimization/87022 (miscompilation with -ftree-loop-distribution)Bin Cheng
2018-09-03tree-loop-distribution: convert to gcc_stablesortAlexander Monakov
2018-06-26Introduce dump_location_tDavid Malcolm
2018-05-25re PR tree-optimization/85720 (bad codegen for looped assignment of primitive...Bin Cheng
2018-03-21re PR tree-optimization/84969 (Wrong code with -ftree-loop-distribute-patterns)Bin Cheng
2018-01-23re PR tree-optimization/82604 (SPEC CPU2006 410.bwaves ~50% performance regre...Bin Cheng
2018-01-13Support for aliasing with variable stridesRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-01re PR tree-optimization/83581 (ICE in expand_LOOP_VECTORIZED, at internal-fn....Jakub Jelinek
2017-12-21poly_int: tree-ssa-loop-ivopts.c:iv_useRichard Sandiford
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-07Make more use of VECTOR_CST_ENCODED_ELTRichard Sandiford
2017-10-18tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.Bin Cheng
2017-10-18re PR tree-optimization/82574 (wrong code at -O3 on x86_64-linux-gnu)Bin Cheng
2017-10-12tree-loop-distribution.c (struct builtin_info): New struct.Bin Cheng
2017-10-12tree-loop-distribution.c: Adjust the general comment.Bin Cheng
2017-10-12tree-loop-distribution.c (break_alias_scc_partitions): Add comment and set PT...Bin Cheng
2017-10-11re PR tree-optimization/82472 (ICE in generate_code_for_partition, at tree-lo...Bin Cheng
2017-10-10tree-loop-distribution.c (generate_loops_for_partition): Remove inner loop's ...Bin Cheng
2017-10-10tree-loop-distribution.c (struct partition): Remove unused field loops of the...Bin Cheng
2017-08-17Fix build of --enable-gather-detailed-mem-stats (PR bootstrap/81864).Martin Liska
2017-08-14re PR tree-optimization/81799 (ICE on valid code at -O3: verify_gimple failed)Bin Cheng
2017-07-17re PR tree-optimization/81369 (ICE in generate_code_for_partition)Bin Cheng
2017-07-17re PR tree-optimization/81369 (ICE in generate_code_for_partition)Bin Cheng
2017-07-17re PR tree-optimization/81374 (ICE in bb_top_order_cmp, at tree-loop-distribu...Bin Cheng
2017-07-05tree-loop-distribution.c: Add general explanantion on the pass.Bin Cheng
2017-07-05tree-loop-distribution.c (classify_partition): New parameter and better handl...Bin Cheng
2017-07-05tree-loop-distribution.c (enum partition_type): New.Bin Cheng
2017-07-05tree-loop-distribution.c (struct ddr_hasher): New.Bin Cheng
2017-07-05tree-loop-distribution.c (ref_base_address): Delete.Bin Cheng
2017-07-05tree-loop-distribution.c (struct partition): New field recording its data ref...Bin Cheng
2017-07-05tree-loop-distribution.c (params.h): Include header file.Bin Cheng
2017-07-05tree-loop-distribution.c (loop_nest): New global var.Bin Cheng
2017-07-05tree-loop-distribution.c (enum fuse_type, [...]): New.Bin Cheng
2017-07-05tree-loop-distribution.c (bb_top_order_index): New.Bin Cheng
2017-07-05tree-loop-distribution.c (pass_loop_distribution::execute): Skip if no loops.Bin Cheng
2017-05-14use auto_bitmap moreTrevor Saunders
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener
2017-02-21re PR middle-end/79649 (Memset pattern in named address space crashes compile...Jakub Jelinek
2017-01-27re PR tree-optimization/79245 (Inefficient loop distribution to memcpy)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-11-16re PR tree-optimization/78348 ([7 REGRESSION] 15% performance drop for corema...Richard Biener
2016-11-10Fix loop distribution bug with merging edges that creates too many edges.Jim Wilson
2016-08-15re PR tree-optimization/72824 (Signed floating point zero semantics broken at...Jakub Jelinek
2016-08-09re PR tree-optimization/72824 (Signed floating point zero semantics broken at...Jakub Jelinek
2016-07-15re PR tree-optimization/71881 (ICE on valid code at -O3 with -g enabled on x8...Richard Biener
2016-07-05tree-loop-distribution.c (distribute_loop): Fix issue with the cost model loop.Richard Biener