summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
* Use const-ref instead of values for sese_l passed to functions.spop2015-12-241-1/+1
* replace ISL with islspop2015-12-171-3/+3
* Use refs instead of values.spop2015-12-161-2/+2
* update required isl versionspop2015-12-161-8/+0
* add array access function in the right orderspop2015-12-091-1/+1
* fix invalid bounds on array refsspop2015-12-021-42/+56
* always print parameter names as P_{SSA_NAME_VERSION}spop2015-11-301-13/+3
* move all declarations to a same .h filespop2015-11-241-1/+1
* fix PR68314: revert all patches touching the construction of the original sch...spop2015-11-231-181/+54
* fix PR68279: bail out when scev gets instantiated to not_knownspop2015-11-231-29/+74
* Correct graphite*.c ISL header file inclusion order.dje2015-11-231-20/+21
* Preserve the original program while using graphite.spop2015-11-121-723/+76
* improve construction of the original schedulespop2015-11-111-16/+11
* add original schedule to scopspop2015-11-071-0/+50
* do not create unnecessary dimensions in scop scatteringspop2015-11-071-54/+136
* improve debug of codegenspop2015-11-041-5/+2
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-6/+2
* a scalar depending on vdefs in the current region is not invariantspop2015-10-211-1/+1
* Refactor graphite-sese-to-poly, sese.h, graphite-poly.hspop2015-10-211-26/+24
* Refactoring sese.h and graphite-poly.hspop2015-10-211-21/+21
* gather bbs and conditions in a single walk through dominatorsspop2015-10-071-10/+9
* move graphite bookkeeping from sese to sese_infospop2015-10-071-23/+23
* move dr->alias_set to a helper structurespop2015-10-061-36/+27
* remove unused struct base_alias_pairspop2015-10-061-25/+4
* remove dead code in computation of alias setsspop2015-10-061-258/+17
* Early exit to avoid redundant computationsspop2015-10-061-1/+2
* Move declarations, assign types, renaming.spop2015-10-061-124/+88
* move param detection to scop detectionspop2015-10-051-324/+0
* move scop detection related stuff to graphite-scop-detection.cspop2015-10-051-167/+17
* reject loops early where ivs cannot be representedspop2015-10-021-59/+16
* Rename gimple_bb to gimple_poly_bbspop2015-10-011-15/+15
* call scev analysis in scop-detection as in sese-to-polyspop2015-10-011-28/+2
* remove dead code of commutative_reductionsspop2015-09-291-602/+0
* fix PR67700spop2015-09-281-1/+7
* switch from gimple to gimple*tbsaunde2015-09-201-52/+52
* remove -floop-* flagsspop2015-08-271-17/+5
* Specify the type of scop->regionspop2015-08-241-1/+1
* Allow non-overflow ops in reductionsvries2015-08-011-2/+5
* Enable reductions without fassociative-math in graphitevries2015-07-241-2/+1
* Don't allow unsafe reductions in graphitevries2015-07-241-3/+11
* * configure.ac: Add check for new options in isl-0.15.law2015-07-211-0/+1
* fix pr46851 and pr60340: remove unmaintained omega dependence testspop2015-07-181-0/+1
* [graphite] fix pr61929spop2015-07-171-28/+26
* One of the code refactorings introducing phi node iterators modifiedspop2015-07-151-3/+3
* * graphite-sese-to-poly.c (parameter_index_in_region): Only handlespop2015-07-151-0/+11
* * omega.h: Don't include config.h, don't include params.h again ifamacleod2015-07-131-21/+2
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-18/+5
* gcc/wilson2015-07-061-0/+3
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0