summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/DeadCodeElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add __isl_give annotations to return types [NFC]Johannes Doerfert2016-04-091-1/+1
* Allow the client of DependenceInfo to obtain dependences at different granula...Hongbin Zheng2016-03-031-2/+2
* [NFC] Consistenly use commented and annotated ScopPass functionsJohannes Doerfert2015-09-271-3/+2
* Add explicit #includes for used isl featuresTobias Grosser2015-05-091-0/+1
* Sort include directivesTobias Grosser2015-05-091-1/+1
* Create a dependence struct to hold dependence information for a SCoP.Johannes Doerfert2015-03-051-4/+5
* Rename the Dependences pass to DependenceInfo [NFC]Johannes Doerfert2015-03-041-5/+5
* [Refactor] Use virtual and override appropriatelyJohannes Doerfert2015-03-011-3/+3
* [Refactor] Add a Scop & as argument to printScopJohannes Doerfert2015-03-011-2/+2
* Dead code elimination: Update dependences after eliminating codeTobias Grosser2014-12-171-1/+7
* DeadCodeElimination: Fix liveout computationTobias Grosser2014-07-141-14/+22
* Remove unnecessary isl annotationsTobias Grosser2014-07-111-2/+2
* DeadCodeElim: Compute correct liveout for non-affine accessesTobias Grosser2014-07-111-15/+25
* Model statement wise reduction dependencesJohannes Doerfert2014-06-201-1/+2
* clang-format: Remove empty linesTobias Grosser2014-03-211-1/+0
* Allow several polly command line options to be provided multiple timesTobias Grosser2014-03-131-1/+1
* Move transformations into own directoryAndreas Simbuerger2014-03-111-0/+157
OpenPOWER on IntegriCloud