aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.h
AgeCommit message (Expand)Author
2019-01-01 Update copyright years.Jakub Jelinek
2018-04-032018-04-03 Richard Biener <rguenther@suse.de>Richard Biener
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-142017-12-14 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-182017-10-18 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-182017-10-18 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-132017-10-13 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-062017-10-06 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-022017-10-02 Richard Biener <rguenther@suse.de>Richard Biener
2017-09-272017-09-27 Richard Biener <rguenther@suse.de>Richard Biener
2017-09-222017-09-21 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-01 Update copyright years.Jakub Jelinek
2016-01-26new scop schedule for isl-0.15Aditya Kumar
2016-01-21fix pr68692: reinstantiate the copy of internal parametersAditya Kumar
2016-01-21record loops in execution orderAditya Kumar
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-24Use const-ref instead of values for sese_l passed to functions.Sebastian Pop
2015-11-19fix bootstrap without ISL on old linkersAditya Kumar
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cSebastian Pop
2015-11-12Preserve the original program while using graphite.Aditya Kumar
2015-11-04remove parameter_rename_mapAditya Kumar
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar
2015-10-21Refactor graphite-sese-to-poly, sese.h, graphite-poly.hSebastian Pop
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar
2015-10-07remove unused codeAditya Kumar
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar
2015-10-01Rename gimple_bb to gimple_poly_bbSebastian Pop
2015-09-28Redesign Graphite scop detectionSebastian Pop
2015-09-28fix PR67700Aditya Kumar
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-08Remove limit_scopsAditya Kumar
2015-01-05 Update copyright years.Jakub Jelinek
2014-07-09convert some hash_table to hash_mapTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-04-26This patch is the main part of a consolodation of the hash_tableLawrence Crowl
2013-04-02Remove unused symbols related to ivtype_map. This map does not appear toLawrence Crowl
2013-03-29Remove various unused items.Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2011-07-27Fix PR47691: do not abort compilation when code generation failsSebastian Pop
2010-12-22Fix PR47019: parameters of a SCoP are SCEV analyzable.Sebastian Pop
2010-12-16Fix PR46924: Do not detect reductions outside the current SESE region.Sebastian Pop
2010-12-01Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop
2010-09-30Fix miscompilation of 416.gamess.Sebastian Pop
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop
2010-08-11Scevs could be expressions without chrecs and still be scev_analyzable_p.Sebastian Pop
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop