summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
* 2017-02-16 Richard Biener <rguenther@suse.de>rguenth2017-02-161-32/+26
* 2017-02-13 Richard Biener <rguenther@suse.de>rguenth2017-02-131-157/+0
* 2017-01-31 Richard Biener <rguenther@suse.de>rguenth2017-01-311-5/+6
* PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...msebor2017-01-081-2/+2
* Update copyright years.jakub2017-01-011-1/+1
* Fix pdr accesses ordervries2016-04-091-1/+1
* new scop schedule for isl-0.15spop2016-01-261-49/+316
* rewrite computation of iteration domainsspop2016-01-211-215/+192
* add more coalescing to simplify constraintsspop2016-01-211-9/+19
* Update copyright years.jakub2016-01-041-1/+1
* 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