aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
AgeCommit message (Expand)Author
2017-03-092017-03-09 Richard Biener <rguenther@suse.de>Richard Biener
2017-02-092017-02-09 Richard Biener <rguenther@suse.de>Richard Biener
2017-02-082017-02-08 Richard Biener <rguenther@suse.de>Richard Biener
2017-02-012017-02-01 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-01 Update copyright years.Jakub Jelinek
2016-05-07Handle NULL def in build_cross_bb_scalars_defTom de Vries
2016-03-16Add missing single_pred_p test in scop_detection::merge_seseTom de Vries
2016-03-16Fix same_close_phi_nodeTom de Vries
2016-01-26new scop schedule for isl-0.15Aditya Kumar
2016-01-21fix PR68976: only add loop close phi for names defined in loopAditya Kumar
2016-01-21check for unstructured control flowAditya Kumar
2016-01-21fix memory leak in scop-detectionAditya Kumar
2016-01-21record loops in execution orderAditya Kumar
2016-01-21check that all loops are valid in the combined regionAditya Kumar
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-24Fix computation of single entry/exit of a region.Sebastian Pop
2015-12-17replace ISL with islSebastian Pop
2015-12-17move all isl include files to graphite.hSebastian Pop
2015-12-16add more dumps on data dependence graphAditya Kumar
2015-12-10 PR tree-optimization/68619Uros Bizjak
2015-12-04fix PR68693: Check for loop structure when extending the SCoPAditya Kumar
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar
2015-11-24move all declarations to a same .h fileAditya Kumar
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn
2015-11-19fix PR68428: ignore bb dominated by the scop->exitAditya Kumar
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cSebastian Pop
2015-11-13Fix memory leaks in graphiteMartin Liska
2015-11-12Preserve the original program while using graphite.Aditya Kumar
2015-11-06do not collect cold loops in scopsAditya Kumar
2015-11-06Do not allow irreducible loops/regions in a scopAditya Kumar
2015-11-04improve debug of codegenAditya Kumar
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar
2015-10-21add an upper limit on the number of array referencesAditya Kumar
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar
2015-10-07remove unused codeAditya Kumar
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar
2015-10-06Move declarations, assign types, renaming.Aditya Kumar
2015-10-05move param detection to scop detectionAditya Kumar
2015-10-05move scop detection related stuff to graphite-scop-detection.cAditya Kumar
2015-10-02reject loops early where ivs cannot be representedAditya Kumar
2015-10-02outline functions from stmt_simple_for_scop_pAditya Kumar
2015-10-01use sese_l throughout scop-detectionSebastian Pop
2015-10-01correctly handle non affine data referencesSebastian Pop
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop
2015-10-01add recursion on the inner loopsSebastian Pop
2015-09-28Redesign Graphite scop detectionSebastian Pop
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-08Remove limit_scopsAditya Kumar