aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-615/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders1-31/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-01move ILS include to system.hRichard Biener1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-4/+4
2017-05-11* graphite-poly.c: Include dumpfile.h.Nathan Sidwell1-0/+1
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-1/+0
2017-02-13isl.m4: Remove support for ISL 0.14.Richard Biener1-31/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-69/+85
2016-01-21remove unused variableAditya Kumar1-1/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17move all isl include files to graphite.hSebastian Pop1-14/+0
2015-12-16attach schedule tree to the scopAbderrazek Zaafrani1-2/+2
2015-12-16Remove individial dependence pointers and add a scop::dependence to contain a...Aditya Kumar1-32/+11
2015-12-16update required isl versionAditya Kumar1-8/+0
2015-12-16add more dumps on data dependence graphAditya Kumar1-1/+14
2015-12-02rename flag_loop_optimize_isl to flag_loop_nest_optimizeAditya Kumar1-1/+1
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-2/+0
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar1-1/+0
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn1-15/+16
2015-11-13Fix memory leaks in graphiteMartin Liska1-0/+1
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-13/+13
2015-11-07add original schedule to scopAbderrazek Zaafrani1-0/+2
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-4/+4
2015-10-10add dump of data dependencesAditya Kumar1-0/+16
2015-10-10clean up debug functionsAditya Kumar1-221/+109
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-7/+7
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-2/+2
2015-10-06move dr->alias_set to a helper structureAditya Kumar1-0/+1
2015-10-06remove unused struct base_alias_pairAditya Kumar1-18/+0
2015-10-06remove dead code in computation of alias setsAditya Kumar1-3/+2
2015-10-06Move declarations, assign types, renaming.Aditya Kumar1-6/+6
2015-10-05move param detection to scop detectionAditya Kumar1-2/+66
2015-10-01Rename gimple_bb to gimple_poly_bbAditya Kumar1-3/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-4/+4
2015-08-27remove -floop-* flagsSebastian Pop1-479/+11
2015-08-27remove -floop-unroll-and-jamSebastian Pop1-2/+1
2015-08-24Specify the type of scop->regionAditya Kumar1-1/+1
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-0/+1
2015-07-17[graphite] fix pr61929Aditya Kumar1-3/+3
2015-07-13omega.h: Don't include config.h...Andrew MacLeod1-13/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1