aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)Author
2017-02-162017-02-16 Richard Biener <rguenther@suse.de>Richard Biener
2017-02-132017-02-13 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-312017-01-31 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor
2017-01-01 Update copyright years.Jakub Jelinek
2016-04-09Fix pdr accesses orderTom de Vries
2016-01-26new scop schedule for isl-0.15Aditya Kumar
2016-01-21rewrite computation of iteration domainsAditya Kumar
2016-01-21add more coalescing to simplify constraintsAditya Kumar
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-24Use const-ref instead of values for sese_l passed to functions.Sebastian Pop
2015-12-17replace ISL with islSebastian Pop
2015-12-16Use refs instead of values.hiraditya
2015-12-16update required isl versionAditya Kumar
2015-12-09add array access function in the right orderAditya Kumar
2015-12-02fix invalid bounds on array refsAditya 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-23fix PR68314: revert all patches touching the construction of the original sch...Aditya Kumar
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn
2015-11-12Preserve the original program while using graphite.Aditya Kumar
2015-11-11improve construction of the original scheduleAbderrazek Zaafrani
2015-11-07add original schedule to scopAbderrazek Zaafrani
2015-11-07do not create unnecessary dimensions in scop scatteringAbderrazek Zaafrani
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-21Refactor graphite-sese-to-poly, sese.h, graphite-poly.hSebastian Pop
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-07move graphite bookkeeping from sese to sese_infoAditya Kumar
2015-10-06move dr->alias_set to a helper structureAditya Kumar
2015-10-06remove unused struct base_alias_pairAditya Kumar
2015-10-06remove dead code in computation of alias setsAditya Kumar
2015-10-06Early exit to avoid redundant computationsAditya 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-01Rename gimple_bb to gimple_poly_bbSebastian Pop
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop
2015-09-29remove dead code of commutative_reductionsSebastian Pop
2015-09-28fix PR67700Aditya Kumar
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-27remove -floop-* flagsSebastian Pop
2015-08-24Specify the type of scop->regionAditya Kumar
2015-08-01Allow non-overflow ops in reductionsTom de Vries
2015-07-24Enable reductions without fassociative-math in graphiteTom de Vries
2015-07-24Don't allow unsafe reductions in graphiteTom de Vries