summaryrefslogtreecommitdiff
path: root/gcc/sese.c
AgeCommit message (Expand)Author
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-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
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-172017-10-17 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener
2017-10-09re PR tree-optimization/82449 (code-gen 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-09-27graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ...Richard Biener
2017-09-22sese.c: Include cfganal.h.Richard Biener
2017-09-22graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener
2017-03-17re PR tree-optimization/80048 (gcc/sese.c: PVS-Studio: Improper Release of Me...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-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar
2015-11-23call update_ssa onceAditya 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-04improve debug of codegenAditya Kumar
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya 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-06Early exit to avoid redundant computationsAditya Kumar
2015-10-01Rename gimple_bb to gimple_poly_bbAditya Kumar
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop
2015-09-28fix bootstrap due to unused variable warningAditya Kumar
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-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford
2015-06-25tree-hash-traits.h (tree_ssa_name_hasher): New class.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-27New memory allocation statistics infrastructure.Martin Liska