summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
* graphite.h: Do not include isl/isl_val_gmp.h, instead include isl/isl_val.h.Richard Biener2017-02-161-32/+26
* isl.m4: Remove support for ISL 0.14.Richard Biener2017-02-131-157/+0
* re PR tree-optimization/77318 (FAIL: gfortran.dg/graphite/pr68279.f90 -O (...Richard Biener2017-01-311-5/+6
* PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor2017-01-081-2/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Fix pdr accesses orderTom de Vries2016-04-091-1/+1
* new scop schedule for isl-0.15Aditya Kumar2016-01-261-49/+316
* rewrite computation of iteration domainsAditya Kumar2016-01-211-215/+192
* add more coalescing to simplify constraintsAditya Kumar2016-01-211-9/+19
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Use const-ref instead of values for sese_l passed to functions.Aditya Kumar2015-12-241-1/+1
* replace ISL with islSebastian Pop2015-12-171-3/+3
* Use refs instead of values.Aditya Kumar2015-12-161-2/+2
* update required isl versionAditya Kumar2015-12-161-8/+0
* add array access function in the right orderAditya Kumar2015-12-091-1/+1
* fix invalid bounds on array refsAditya Kumar2015-12-021-42/+56
* always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar2015-11-301-13/+3
* move all declarations to a same .h fileAditya Kumar2015-11-241-1/+1
* fix PR68314: revert all patches touching the construction of the original sch...Aditya Kumar2015-11-231-181/+54
* fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar2015-11-231-29/+74
* Correct graphite*.c ISL header file inclusion order.David Edelsohn2015-11-231-20/+21
* Preserve the original program while using graphite.Aditya Kumar2015-11-121-723/+76
* improve construction of the original scheduleAbderrazek Zaafrani2015-11-111-16/+11
* add original schedule to scopAbderrazek Zaafrani2015-11-071-0/+50
* do not create unnecessary dimensions in scop scatteringAbderrazek Zaafrani2015-11-071-54/+136
* improve debug of codegenAditya Kumar2015-11-041-5/+2
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-6/+2
* a scalar depending on vdefs in the current region is not invariantAditya Kumar2015-10-211-1/+1
* Refactor graphite-sese-to-poly, sese.h, graphite-poly.hAditya Kumar2015-10-211-26/+24
* Refactoring sese.h and graphite-poly.hAditya Kumar2015-10-211-21/+21
* gather bbs and conditions in a single walk through dominatorsAditya Kumar2015-10-071-10/+9
* move graphite bookkeeping from sese to sese_infoAditya Kumar2015-10-071-23/+23
* move dr->alias_set to a helper structureAditya Kumar2015-10-061-36/+27
* remove unused struct base_alias_pairAditya Kumar2015-10-061-25/+4
* remove dead code in computation of alias setsAditya Kumar2015-10-061-258/+17
* Early exit to avoid redundant computationsAditya Kumar2015-10-061-1/+2
* Move declarations, assign types, renaming.Aditya Kumar2015-10-061-124/+88
* move param detection to scop detectionAditya Kumar2015-10-051-324/+0
* move scop detection related stuff to graphite-scop-detection.cAditya Kumar2015-10-051-167/+17
* reject loops early where ivs cannot be representedAditya Kumar2015-10-021-59/+16
* Rename gimple_bb to gimple_poly_bbAditya Kumar2015-10-011-15/+15
* call scev analysis in scop-detection as in sese-to-polySebastian Pop2015-10-011-28/+2
* remove dead code of commutative_reductionsSebastian Pop2015-09-291-602/+0
* re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar2015-09-281-1/+7
* switch from gimple to gimple*Trevor Saunders2015-09-201-52/+52
* remove -floop-* flagsSebastian Pop2015-08-271-17/+5
* Specify the type of scop->regionAditya Kumar2015-08-241-1/+1
* Allow non-overflow ops in reductionsTom de Vries2015-08-011-2/+5
* Enable reductions without fassociative-math in graphiteTom de Vries2015-07-241-2/+1
* Don't allow unsafe reductions in graphiteTom de Vries2015-07-241-3/+11