aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-17/+17
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-174/+57
2015-10-07remove unused codeAditya Kumar1-3/+0
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-87/+47
2015-10-06Move declarations, assign types, renaming.Aditya Kumar1-13/+8
2015-10-05move param detection to scop detectionAditya Kumar1-30/+187
2015-10-05move scop detection related stuff to graphite-scop-detection.cAditya Kumar1-693/+1135
2015-10-02reject loops early where ivs cannot be representedAditya Kumar1-0/+28
2015-10-02outline functions from stmt_simple_for_scop_pAditya Kumar1-30/+45
2015-10-01use sese_l throughout scop-detectionAditya Kumar1-49/+70
2015-10-01correctly handle non affine data referencesSebastian Pop1-0/+7
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop1-29/+20
2015-10-01add recursion on the inner loopsSebastian Pop1-0/+12
2015-09-28Redesign Graphite scop detectionSebastian Pop1-906/+621
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-09-08Remove limit_scopsAditya Kumar1-151/+22
2015-08-24Constrain only on INTEGER_TYPEAditya Kumar1-2/+2
2015-08-19remove useless typedefsTrevor Saunders1-4/+4
2015-07-25dump reasons why graphite failed to detect a scopSebastian Pop1-6/+66
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-0/+1
2015-07-17[graphite] fix pr61929Aditya Kumar1-6/+16
2015-07-15[graphite] discard scops for which entry==exitAditya Kumar1-1/+8