summaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* graphite-scop-detection.c: Do not include cp/cp-tree.h.Richard Biener2015-04-141-2/+1
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-11/+11
* Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev2014-11-101-4/+0
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* configure.ac: Eliminate ClooG installation dependency.Roman Gareev2014-08-181-2/+4
* graphite-scop-detection.c: Add inclusion of cp-tree.h.Roman Gareev2014-08-141-0/+9
* passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener2014-04-301-1/+1
* re PR tree-optimization/60979 (ICE: in gimple_redirect_edge_and_branch_force,...Richard Biener2014-04-281-2/+4
* re PR tree-optimization/59817 (ICE in extract_affine_chrec with -O2 -ftree-lo...Richard Biener2014-04-141-1/+10
* re PR tree-optimization/60740 (ICE in extract_affine w/ -O2 -ftree-loop-linear)Richard Biener2014-04-031-9/+9