aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.c
AgeCommit message (Expand)Author
2017-03-172017-03-17 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-01 Update 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-04 Update copyright years.Jakub Jelinek
2015-12-24Use const-ref instead of values for sese_l passed to functions.Sebastian Pop
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.cSebastian Pop
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-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>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_bbSebastian Pop
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-28fix PR67700Aditya Kumar
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-08Remove limit_scopsAditya Kumar
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-25gcc/Richard Sandiford
2015-06-25gcc/Richard Sandiford
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-27New memory allocation statistics infrastructure.Martin Liska
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-12move many gc hashtab to hash_tableTrevor Saunders
2014-07-09convert some hash_table to hash_mapTrevor Saunders
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-11-22 * gimple.h: Remove all includes.Andrew Macleod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14 * gimplify-be.h: New file. Add prototypes.Andrew Macleod
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.Andrew Macleod
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod