aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-03sese.h (recompute_all_dominators): Remove.Richard Biener1-13/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14re PR tree-optimization/67842 (Incorrect check in sese.h:bb_in_region)Richard Biener1-14/+0
2017-10-182017-10-18 Richard Biener <rguenther@suse.de>Richard Biener1-14/+2
2017-10-18graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id): Simplify ...Richard Biener1-7/+0
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener1-0/+2
2017-10-06graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener1-0/+8
2017-10-02re PR tree-optimization/82355 (ICE in outermost_loop_in_sese, at sese.c:301)Richard Biener1-2/+0
2017-09-27graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ...Richard Biener1-3/+0
2017-09-22graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener1-1/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-1/+6
2016-01-21fix pr68692: reinstantiate the copy of internal parametersAditya Kumar1-0/+4
2016-01-21record loops in execution orderAditya Kumar1-10/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-24Use const-ref instead of values for sese_l passed to functions.Aditya Kumar1-7/+7
2015-11-19fix bootstrap without ISL on old linkersAditya Kumar1-1/+1
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cAditya Kumar1-43/+1
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-6/+54
2015-11-04remove parameter_rename_mapAditya Kumar1-5/+0
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev1-10/+12
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-37/+0
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-3/+0
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-0/+3
2015-10-07remove unused codeAditya Kumar1-7/+1
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-51/+73
2015-10-01Rename gimple_bb to gimple_poly_bbAditya Kumar1-5/+5
2015-09-28Redesign Graphite scop detectionSebastian Pop1-5/+3
2015-09-28re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-4/+4
2015-09-08Remove limit_scopsAditya Kumar1-0/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-09convert some hash_table to hash_mapTrevor Saunders1-25/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-1/+0
2013-04-02Remove unused symbols related to ivtype_map.Lawrence Crowl1-11/+0
2013-03-29Remove various unused items.Lawrence Crowl1-17/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+7
2011-07-27Fix PR47691: do not abort compilation when code generation failsSebastian Pop1-1/+1
2010-12-22Fix PR47019: parameters of a SCoP are SCEV analyzable.Sebastian Pop1-1/+2
2010-12-16Fix PR46924: Do not detect reductions outside the current SESE region.Sebastian Pop1-3/+10
2010-12-01Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop1-4/+6
2010-09-30Fix miscompilation of 416.gamess.Sebastian Pop1-3/+16
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop1-6/+0
2010-08-11Scevs could be expressions without chrecs and still be scev_analyzable_p.Sebastian Pop1-1/+2
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop1-2/+17
2010-08-11Remove rename_nb_iterations and rename_sese_parametersSebastian Pop1-2/+0