aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener1-70/+111
2017-10-02re PR tree-optimization/82355 (ICE in outermost_loop_in_sese, at sese.c:301)Richard Biener1-5/+8
2017-09-27graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ...Richard Biener1-36/+16
2017-09-27graphite.h (scop::max_alias_set): New member.Richard Biener1-10/+6
2017-09-27invoke.texi (graphite-max-bbs-per-function): Remove.Richard Biener1-7/+18
2017-09-26graphite-scop-detection.c (scop_detection::build_scop_depth): Rewrite, fold i...Richard Biener1-256/+98
2017-09-22graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener1-183/+0
2017-09-20re PR tree-optimization/80213 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Richard Biener1-30/+21
2017-09-20re PR tree-optimization/81373 (Graphite ICE in ssa_default_def at gcc/tree-df...Richard Biener1-7/+10
2017-09-19graphite-scop-detection.c (scop_detection::can_represent_loop): Do not iterat...Richard Biener1-5/+3
2017-09-18graphite-scop-detection.c (scop_detection::stmt_has_simple_data_ref): Simplify.Richard Biener1-26/+10
2017-09-18re PR tree-optimization/79622 (Wrong code w/ -O2 -floop-nest-optimize)Richard Biener1-3/+8
2017-09-15re PR tree-optimization/68823 ([graphite] tramp3d-v4 compiled with -floop-nes...Richard Biener1-2/+20
2017-06-09re PR tree-optimization/79483 ([graphite] ICE: verify_ssa failed (error: defi...Richard Biener1-1/+52
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-2/+2
2017-05-16Add default value for last argument of dump functions.Martin Liska1-6/+6
2017-03-09re PR tree-optimization/79977 ([graphite] ICE in outermost_loop_in_sese, at s...Richard Biener1-0/+19
2017-02-09re PR tree-optimization/69823 (internal compiler error: in create_pw_aff_from...Richard Biener1-35/+13
2017-02-08re PR tree-optimization/71824 (ICE when compiling libiberty with Graphite loo...Richard Biener1-3/+13
2017-02-01re PR tree-optimization/71824 (ICE when compiling libiberty with Graphite loo...Richard Biener1-1/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-07Handle NULL def in build_cross_bb_scalars_defTom de Vries1-2/+1
2016-03-16Add missing single_pred_p test in scop_detection::merge_seseTom de Vries1-1/+3
2016-03-16Fix same_close_phi_nodeTom de Vries1-2/+4
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-15/+0
2016-01-21fix PR68976: only add loop close phi for names defined in loopAditya Kumar1-1/+12
2016-01-21check for unstructured control flowAditya Kumar1-0/+12
2016-01-21fix memory leak in scop-detectionAditya Kumar1-3/+11
2016-01-21record loops in execution orderAditya Kumar1-3/+26
2016-01-21check that all loops are valid in the combined regionAditya Kumar1-14/+42
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-24Fix computation of single entry/exit of a region.Aditya Kumar1-10/+21
2015-12-17replace ISL with islSebastian Pop1-2/+2
2015-12-17move all isl include files to graphite.hSebastian Pop1-6/+0
2015-12-16add more dumps on data dependence graphAditya Kumar1-5/+16
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Uros Bizjak1-4/+6
2015-12-04fix PR68693: Check for loop structure when extending the SCoPAditya Kumar1-81/+72
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar1-15/+16
2015-11-24move all declarations to a same .h fileAditya Kumar1-2/+1
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn1-9/+10
2015-11-19fix PR68428: ignore bb dominated by the scop->exitAditya Kumar1-1/+5
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cAditya Kumar1-2/+2
2015-11-13Fix memory leaks in graphiteMartin Liska1-9/+18
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-9/+152
2015-11-06do not collect cold loops in scopsAditya Kumar1-0/+7
2015-11-06Do not allow irreducible loops/regions in a scopAditya Kumar1-2/+9
2015-11-04improve debug of codegenAditya Kumar1-195/+194
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-8/+3
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar1-1/+1
2015-10-21add an upper limit on the number of array referencesAditya Kumar1-0/+11