aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-17/+17
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-174/+57
2015-10-07remove unused codeAditya Kumar1-3/+0
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-87/+47
2015-10-06Move declarations, assign types, renaming.Aditya Kumar1-13/+8
2015-10-05move param detection to scop detectionAditya Kumar1-30/+187
2015-10-05move scop detection related stuff to graphite-scop-detection.cAditya Kumar1-693/+1135
2015-10-02reject loops early where ivs cannot be representedAditya Kumar1-0/+28
2015-10-02outline functions from stmt_simple_for_scop_pAditya Kumar1-30/+45
2015-10-01use sese_l throughout scop-detectionAditya Kumar1-49/+70
2015-10-01correctly handle non affine data referencesSebastian Pop1-0/+7
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop1-29/+20
2015-10-01add recursion on the inner loopsSebastian Pop1-0/+12
2015-09-28Redesign Graphite scop detectionSebastian Pop1-906/+621
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-09-08Remove limit_scopsAditya Kumar1-151/+22
2015-08-24Constrain only on INTEGER_TYPEAditya Kumar1-2/+2
2015-08-19remove useless typedefsTrevor Saunders1-4/+4
2015-07-25dump reasons why graphite failed to detect a scopSebastian Pop1-6/+66
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-0/+1
2015-07-17[graphite] fix pr61929Aditya Kumar1-6/+16
2015-07-15[graphite] discard scops for which entry==exitAditya Kumar1-1/+8
2015-07-15graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in case of a ret...Aditya Kumar1-1/+0
2015-07-13omega.h: Don't include config.h...Andrew MacLeod1-11/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-07-06graphite-blocking.c (HAVE_isl): Include <stddef.h>.Jim Wilson1-0/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-14graphite-scop-detection.c: Do not include cp/cp-tree.h.Richard Biener1-2/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-11/+11
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev1-4/+0
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-18configure.ac: Eliminate ClooG installation dependency.Roman Gareev1-2/+4
2014-08-14graphite-scop-detection.c: Add inclusion of cp-tree.h.Roman Gareev1-0/+9
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-1/+1
2014-04-28re PR tree-optimization/60979 (ICE: in gimple_redirect_edge_and_branch_force,...Richard Biener1-2/+4
2014-04-14re PR tree-optimization/59817 (ICE in extract_affine_chrec with -O2 -ftree-lo...Richard Biener1-1/+10
2014-04-03re PR tree-optimization/60740 (ICE in extract_affine w/ -O2 -ftree-loop-linear)Richard Biener1-9/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-6/+6
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+4
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2