aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-09Fix pdr accesses orderTom de Vries1-1/+1
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-49/+316
2016-01-21rewrite computation of iteration domainsAditya Kumar1-215/+192
2016-01-21add more coalescing to simplify constraintsAditya Kumar1-9/+19
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-24Use const-ref instead of values for sese_l passed to functions.Aditya Kumar1-1/+1
2015-12-17replace ISL with islSebastian Pop1-3/+3
2015-12-16Use refs instead of values.Aditya Kumar1-2/+2
2015-12-16update required isl versionAditya Kumar1-8/+0
2015-12-09add array access function in the right orderAditya Kumar1-1/+1
2015-12-02fix invalid bounds on array refsAditya Kumar1-42/+56
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar1-13/+3
2015-11-24move all declarations to a same .h fileAditya Kumar1-1/+1
2015-11-23fix PR68314: revert all patches touching the construction of the original sch...Aditya Kumar1-181/+54
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar1-29/+74
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn1-20/+21
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-723/+76
2015-11-11improve construction of the original scheduleAbderrazek Zaafrani1-16/+11
2015-11-07add original schedule to scopAbderrazek Zaafrani1-0/+50
2015-11-07do not create unnecessary dimensions in scop scatteringAbderrazek Zaafrani1-54/+136
2015-11-04improve debug of codegenAditya Kumar1-5/+2
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+2
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar1-1/+1
2015-10-21Refactor graphite-sese-to-poly, sese.h, graphite-poly.hAditya Kumar1-26/+24
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-21/+21
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-10/+9
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-23/+23
2015-10-06move dr->alias_set to a helper structureAditya Kumar1-36/+27
2015-10-06remove unused struct base_alias_pairAditya Kumar1-25/+4
2015-10-06remove dead code in computation of alias setsAditya Kumar1-258/+17
2015-10-06Early exit to avoid redundant computationsAditya Kumar1-1/+2
2015-10-06Move declarations, assign types, renaming.Aditya Kumar1-124/+88
2015-10-05move param detection to scop detectionAditya Kumar1-324/+0
2015-10-05move scop detection related stuff to graphite-scop-detection.cAditya Kumar1-167/+17
2015-10-02reject loops early where ivs cannot be representedAditya Kumar1-59/+16
2015-10-01Rename gimple_bb to gimple_poly_bbAditya Kumar1-15/+15
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop1-28/+2
2015-09-29remove dead code of commutative_reductionsSebastian Pop1-602/+0
2015-09-28re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar1-1/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-52/+52
2015-08-27remove -floop-* flagsSebastian Pop1-17/+5
2015-08-24Specify the type of scop->regionAditya Kumar1-1/+1
2015-08-01Allow non-overflow ops in reductionsTom de Vries1-2/+5
2015-07-24Enable reductions without fassociative-math in graphiteTom de Vries1-2/+1
2015-07-24Don't allow unsafe reductions in graphiteTom de Vries1-3/+11
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-0/+1
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-0/+1
2015-07-17[graphite] fix pr61929Aditya Kumar1-28/+26
2015-07-15One of the code refactorings introducing phi node iterators modified the sema...Aditya Kumar1-3/+3
2015-07-15graphite-sese-to-poly.c (parameter_index_in_region): Only handle INTEGER_TYPE...Aditya Kumar1-0/+11