summaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
AgeCommit message (Expand)Author
2020-05-13Add missing unit dependence vector in data dependence analysisBin Cheng
2020-03-16Update post order number for merged SCC.Bin Cheng
2020-03-11ldist: Further fixes for -ftrapv [PR94114]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-18Refactor tree-loop-distribution.c for thread safetyGiuliano Belinassi
2019-11-16Add flags to dr_with_seg_len_pair_tRichard Sandiford
2019-11-16Move canonicalisation of dr_with_seg_len_pair_tsRichard Sandiford
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-14tree-loop-distribution.c (classify_partition): Return whether a reduction app...Richard Biener
2019-06-03re PR tree-optimization/90716 (gcc generates wrong debug information at -O2)Richard Biener
2019-05-24re PR middle-end/90607 (gcc.dg/pr53265.c FAILs)Richard Biener
2019-05-23re PR tree-optimization/88440 (size optimization of memcpy-like code)Richard Biener
2019-05-03Let ldist ignore clobbersMarc Glisse
2019-04-15re PR debug/90074 (wrong debug info at -O3)Richard Biener
2019-03-04re PR tree-optimization/89487 (ICE in expand_expr_addr_expr_1, at expr.c:7993)Bin Cheng
2019-02-15re PR tree-optimization/89278 (ICE in gimplify_modify_expr, at gimplify.c:5821)Richard Biener
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