summaryrefslogtreecommitdiff
path: root/gcc/sese.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-502/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska2021-11-191-1/+1
* Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS.Martin Liska2021-11-181-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-3/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-1/+1
* [SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-1/+1
* 2017-10-18 Richard Biener <rguenther@suse.de>Richard Biener2017-10-181-8/+1
* graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id): Simplify ...Richard Biener2017-10-181-12/+0
* 2017-10-17 Richard Biener <rguenther@suse.de>Richard Biener2017-10-171-29/+4
* re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener2017-10-131-3/+2
* re PR tree-optimization/82449 (code-gen error in get_rename_from_scev)Richard Biener2017-10-091-8/+7
* graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener2017-10-061-74/+69
* graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ...Richard Biener2017-09-271-2/+0
* sese.c: Include cfganal.h.Richard Biener2017-09-221-101/+27
* graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener2017-09-221-2/+10
* re PR tree-optimization/80048 (gcc/sese.c: PVS-Studio: Improper Release of Me...Richard Biener2017-03-171-2/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* new scop schedule for isl-0.15Aditya Kumar2016-01-261-0/+34
* fix pr68692: reinstantiate the copy of internal parametersAditya Kumar2016-01-211-0/+4
* record loops in execution orderAditya Kumar2016-01-211-54/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Use const-ref instead of values for sese_l passed to functions.Aditya Kumar2015-12-241-2/+2
* fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar2015-11-231-0/+2
* call update_ssa onceAditya Kumar2015-11-231-4/+0
* fix bootstrap without ISL on old linkersAditya Kumar2015-11-191-0/+32
* Move codegen related functions to graphite-isl-ast-to-gimple.cAditya Kumar2015-11-181-1541/+34
* Preserve the original program while using graphite.Aditya Kumar2015-11-121-134/+1409
* remove parameter_rename_mapAditya Kumar2015-11-041-41/+3
* improve debug of codegenAditya Kumar2015-11-041-0/+9
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-4/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-6/+5
* a scalar depending on vdefs in the current region is not invariantAditya Kumar2015-10-211-6/+16
* gather bbs and conditions in a single walk through dominatorsAditya Kumar2015-10-071-0/+1
* remove unused codeAditya Kumar2015-10-071-1/+0
* move graphite bookkeeping from sese to sese_infoAditya Kumar2015-10-071-51/+52
* Early exit to avoid redundant computationsAditya Kumar2015-10-061-17/+15
* Rename gimple_bb to gimple_poly_bbAditya Kumar2015-10-011-2/+3
* call scev analysis in scop-detection as in sese-to-polySebastian Pop2015-10-011-1/+27
* fix bootstrap due to unused variable warningAditya Kumar2015-09-281-1/+1
* re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar2015-09-281-2/+12
* switch from gimple to gimple*Trevor Saunders2015-09-201-8/+8
* Remove limit_scopsAditya Kumar2015-09-081-5/+75
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-17/+5
* hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford2015-06-251-2/+1