summaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix computation of single entry/exit of a region.Aditya Kumar2015-12-241-10/+21
* replace ISL with islSebastian Pop2015-12-171-2/+2
* move all isl include files to graphite.hSebastian Pop2015-12-171-6/+0
* add more dumps on data dependence graphAditya Kumar2015-12-161-5/+16
* re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Uros Bizjak2015-12-101-4/+6
* fix PR68693: Check for loop structure when extending the SCoPAditya Kumar2015-12-041-81/+72
* always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar2015-11-301-15/+16
* move all declarations to a same .h fileAditya Kumar2015-11-241-2/+1
* Correct graphite*.c ISL header file inclusion order.David Edelsohn2015-11-231-9/+10
* fix PR68428: ignore bb dominated by the scop->exitAditya Kumar2015-11-191-1/+5
* Move codegen related functions to graphite-isl-ast-to-gimple.cAditya Kumar2015-11-181-2/+2
* Fix memory leaks in graphiteMartin Liska2015-11-131-9/+18
* Preserve the original program while using graphite.Aditya Kumar2015-11-121-9/+152
* do not collect cold loops in scopsAditya Kumar2015-11-061-0/+7
* Do not allow irreducible loops/regions in a scopAditya Kumar2015-11-061-2/+9
* improve debug of codegenAditya Kumar2015-11-041-195/+194
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-8/+3
* a scalar depending on vdefs in the current region is not invariantAditya Kumar2015-10-211-1/+1
* add an upper limit on the number of array referencesAditya Kumar2015-10-211-0/+11
* Refactoring sese.h and graphite-poly.hAditya Kumar2015-10-211-17/+17
* gather bbs and conditions in a single walk through dominatorsAditya Kumar2015-10-071-174/+57
* remove unused codeAditya Kumar2015-10-071-3/+0
* move graphite bookkeeping from sese to sese_infoAditya Kumar2015-10-071-87/+47
* Move declarations, assign types, renaming.Aditya Kumar2015-10-061-13/+8
* move param detection to scop detectionAditya Kumar2015-10-051-30/+187
* move scop detection related stuff to graphite-scop-detection.cAditya Kumar2015-10-051-693/+1135
* reject loops early where ivs cannot be representedAditya Kumar2015-10-021-0/+28
* outline functions from stmt_simple_for_scop_pAditya Kumar2015-10-021-30/+45
* use sese_l throughout scop-detectionAditya Kumar2015-10-011-49/+70
* correctly handle non affine data referencesSebastian Pop2015-10-011-0/+7
* call scev analysis in scop-detection as in sese-to-polySebastian Pop2015-10-011-29/+20
* add recursion on the inner loopsSebastian Pop2015-10-011-0/+12
* Redesign Graphite scop detectionSebastian Pop2015-09-281-906/+621
* switch from gimple to gimple*Trevor Saunders2015-09-201-5/+5
* Remove limit_scopsAditya Kumar2015-09-081-151/+22
* Constrain only on INTEGER_TYPEAditya Kumar2015-08-241-2/+2
* remove useless typedefsTrevor Saunders2015-08-191-4/+4
* dump reasons why graphite failed to detect a scopSebastian Pop2015-07-251-6/+66
* configure.ac: Add check for new options in isl-0.15.Mike Frysinger2015-07-211-0/+1
* [graphite] fix pr61929Aditya Kumar2015-07-171-6/+16
* [graphite] discard scops for which entry==exitAditya Kumar2015-07-151-1/+8
* graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in case of a ret...Aditya Kumar2015-07-151-1/+0
* omega.h: Don't include config.h...Andrew MacLeod2015-07-131-11/+2
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-15/+5
* graphite-blocking.c (HAVE_isl): Include <stddef.h>.Jim Wilson2015-07-061-0/+3
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0