aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar1-13/+3
2015-11-24move all declarations to a same .h fileAditya Kumar1-1/+1
2015-11-23fix PR68314: revert all patches touching the construction of the original sch...Aditya Kumar1-181/+54
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar1-29/+74
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn1-20/+21
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-723/+76
2015-11-11improve construction of the original scheduleAbderrazek Zaafrani1-16/+11
2015-11-07add original schedule to scopAbderrazek Zaafrani1-0/+50
2015-11-07do not create unnecessary dimensions in scop scatteringAbderrazek Zaafrani1-54/+136
2015-11-04improve debug of codegenAditya Kumar1-5/+2
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+2
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar1-1/+1
2015-10-21Refactor graphite-sese-to-poly, sese.h, graphite-poly.hAditya Kumar1-26/+24
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-21/+21
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-10/+9
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-23/+23
2015-10-06move dr->alias_set to a helper structureAditya Kumar1-36/+27
2015-10-06remove unused struct base_alias_pairAditya Kumar1-25/+4
2015-10-06remove dead code in computation of alias setsAditya Kumar1-258/+17
2015-10-06Early exit to avoid redundant computationsAditya Kumar1-1/+2
2015-10-06Move declarations, assign types, renaming.Aditya Kumar1-124/+88
2015-10-05move param detection to scop detectionAditya Kumar1-324/+0
2015-10-05move scop detection related stuff to graphite-scop-detection.cAditya Kumar1-167/+17
2015-10-02reject loops early where ivs cannot be representedAditya Kumar1-59/+16
2015-10-01Rename gimple_bb to gimple_poly_bbAditya Kumar1-15/+15
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop1-28/+2
2015-09-29remove dead code of commutative_reductionsSebastian Pop1-602/+0
2015-09-28re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar1-1/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-52/+52
2015-08-27remove -floop-* flagsSebastian Pop1-17/+5
2015-08-24Specify the type of scop->regionAditya Kumar1-1/+1
2015-08-01Allow non-overflow ops in reductionsTom de Vries1-2/+5
2015-07-24Enable reductions without fassociative-math in graphiteTom de Vries1-2/+1
2015-07-24Don't allow unsafe reductions in graphiteTom de Vries1-3/+11
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-0/+1
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-0/+1
2015-07-17[graphite] fix pr61929Aditya Kumar1-28/+26
2015-07-15One of the code refactorings introducing phi node iterators modified the sema...Aditya Kumar1-3/+3
2015-07-15graphite-sese-to-poly.c (parameter_index_in_region): Only handle INTEGER_TYPE...Aditya Kumar1-0/+11
2015-07-13omega.h: Don't include config.h...Andrew MacLeod1-21/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+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-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01re PR middle-end/64017 (Support ISL 0.14.0 (to fix ICE with gfortran.dg/graph...Tobias Burnus1-6/+4