summaryrefslogtreecommitdiff
path: root/gcc/sese.h
AgeCommit message (Expand)Author
2020-05-05Use const for some function arguments.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-04-03sese.h (recompute_all_dominators): Remove.Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-14re PR tree-optimization/67842 (Incorrect check in sese.h:bb_in_region)Richard Biener
2017-10-182017-10-18 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-18graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id): Simplify ...Richard Biener
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener
2017-10-06graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener
2017-10-02re PR tree-optimization/82355 (ICE in outermost_loop_in_sese, at sese.c:301)Richard Biener
2017-09-27graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ...Richard Biener
2017-09-22graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener
2017-01-01Update 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-04Update copyright years.Jakub Jelinek
2015-12-24Use const-ref instead of values for sese_l passed to functions.Aditya Kumar
2015-11-19fix bootstrap without ISL on old linkersAditya Kumar
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cAditya Kumar
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.hAditya Kumar
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_bbAditya Kumar
2015-09-28Redesign Graphite scop detectionSebastian Pop
2015-09-28re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-08Remove limit_scopsAditya Kumar
2015-01-05Update 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_table patches to t...Lawrence Crowl
2013-04-02Remove unused symbols related to ivtype_map.Lawrence 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-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego 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