aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-10-182017-10-18 Richard Biener <rguenther@suse.de>Richard Biener1-8/+1
2017-10-18graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id): Simplify ...Richard Biener1-12/+0
2017-10-172017-10-17 Richard Biener <rguenther@suse.de>Richard Biener1-29/+4
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener1-3/+2
2017-10-09re PR tree-optimization/82449 (code-gen error in get_rename_from_scev)Richard Biener1-8/+7
2017-10-06graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener1-74/+69
2017-09-27graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ...Richard Biener1-2/+0
2017-09-22sese.c: Include cfganal.h.Richard Biener1-101/+27
2017-09-22graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener1-2/+10
2017-03-17re PR tree-optimization/80048 (gcc/sese.c: PVS-Studio: Improper Release of Me...Richard Biener1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-0/+34
2016-01-21fix pr68692: reinstantiate the copy of internal parametersAditya Kumar1-0/+4
2016-01-21record loops in execution orderAditya Kumar1-54/+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-2/+2
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar1-0/+2
2015-11-23call update_ssa onceAditya Kumar1-4/+0
2015-11-19fix bootstrap without ISL on old linkersAditya Kumar1-0/+32
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cAditya Kumar1-1541/+34
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-134/+1409
2015-11-04remove parameter_rename_mapAditya Kumar1-41/+3
2015-11-04improve debug of codegenAditya Kumar1-0/+9
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+5
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar1-6/+16
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-0/+1
2015-10-07remove unused codeAditya Kumar1-1/+0
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-51/+52
2015-10-06Early exit to avoid redundant computationsAditya Kumar1-17/+15
2015-10-01Rename gimple_bb to gimple_poly_bbAditya Kumar1-2/+3
2015-10-01call scev analysis in scop-detection as in sese-to-polySebastian Pop1-1/+27
2015-09-28fix bootstrap due to unused variable warningAditya Kumar1-1/+1
2015-09-28re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen)Aditya Kumar1-2/+12
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-09-08Remove limit_scopsAditya Kumar1-5/+75
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-2/+1
2015-06-25tree-hash-traits.h (tree_ssa_name_hasher): New class.Richard Sandiford1-16/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-6/+7