summaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL def in build_cross_bb_scalars_defvries2016-05-071-2/+1
* Add missing single_pred_p test in scop_detection::merge_sesevries2016-03-161-1/+3
* Fix same_close_phi_nodevries2016-03-161-2/+4
* new scop schedule for isl-0.15spop2016-01-261-15/+0
* fix PR68976: only add loop close phi for names defined in loopspop2016-01-211-1/+12
* check for unstructured control flowspop2016-01-211-0/+12
* fix memory leak in scop-detectionspop2016-01-211-3/+11
* record loops in execution orderspop2016-01-211-3/+26
* check that all loops are valid in the combined regionspop2016-01-211-14/+42
* Update copyright years.jakub2016-01-041-1/+1
* Fix computation of single entry/exit of a region.spop2015-12-241-10/+21
* replace ISL with islspop2015-12-171-2/+2
* move all isl include files to graphite.hspop2015-12-171-6/+0
* add more dumps on data dependence graphspop2015-12-161-5/+16
* PR tree-optimization/68619uros2015-12-101-4/+6
* fix PR68693: Check for loop structure when extending the SCoPspop2015-12-041-81/+72
* always print parameter names as P_{SSA_NAME_VERSION}spop2015-11-301-15/+16
* move all declarations to a same .h filespop2015-11-241-2/+1
* Correct graphite*.c ISL header file inclusion order.dje2015-11-231-9/+10
* fix PR68428: ignore bb dominated by the scop->exitspop2015-11-191-1/+5
* Move codegen related functions to graphite-isl-ast-to-gimple.cspop2015-11-181-2/+2
* Fix memory leaks in graphitemarxin2015-11-131-9/+18
* Preserve the original program while using graphite.spop2015-11-121-9/+152
* do not collect cold loops in scopsspop2015-11-061-0/+7
* Do not allow irreducible loops/regions in a scopspop2015-11-061-2/+9
* improve debug of codegenspop2015-11-041-195/+194
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-8/+3
* a scalar depending on vdefs in the current region is not invariantspop2015-10-211-1/+1
* add an upper limit on the number of array referencesspop2015-10-211-0/+11
* Refactoring sese.h and graphite-poly.hspop2015-10-211-17/+17
* gather bbs and conditions in a single walk through dominatorsspop2015-10-071-174/+57
* remove unused codespop2015-10-071-3/+0
* move graphite bookkeeping from sese to sese_infospop2015-10-071-87/+47
* Move declarations, assign types, renaming.spop2015-10-061-13/+8
* move param detection to scop detectionspop2015-10-051-30/+187
* move scop detection related stuff to graphite-scop-detection.cspop2015-10-051-693/+1135
* reject loops early where ivs cannot be representedspop2015-10-021-0/+28
* outline functions from stmt_simple_for_scop_pspop2015-10-021-30/+45
* use sese_l throughout scop-detectionspop2015-10-011-49/+70
* correctly handle non affine data referencesspop2015-10-011-0/+7
* call scev analysis in scop-detection as in sese-to-polyspop2015-10-011-29/+20
* add recursion on the inner loopsspop2015-10-011-0/+12
* Redesign Graphite scop detectionspop2015-09-281-906/+621
* switch from gimple to gimple*tbsaunde2015-09-201-5/+5
* Remove limit_scopsspop2015-09-081-151/+22
* Constrain only on INTEGER_TYPEspop2015-08-241-2/+2
* remove useless typedefstbsaunde2015-08-191-4/+4
* dump reasons why graphite failed to detect a scopspop2015-07-251-6/+66
* * configure.ac: Add check for new options in isl-0.15.law2015-07-211-0/+1
* [graphite] fix pr61929spop2015-07-171-6/+16