summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/DeadCodeElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-5/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* getDependences to new C++ interfaceTobias Grosser2018-06-061-2/+2
* Move include/isl-noexceptions.h to include/isl/isl-noexceptions.hTobias Grosser2017-08-221-2/+1
* [Polly] Move Scop::restrictDomains to islpp. NFC.Tobias Grosser2017-08-141-1/+1
* [ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]Tobias Grosser2017-08-061-1/+1
* [ScopInfo] Move Scop::getDomains to isl++ [NFC]Tobias Grosser2017-08-061-1/+1
* [ScopInfo] Move get*Writes/getReads/getAccesses to isl++Tobias Grosser2017-08-061-2/+2
* [DeadCodeElimination] Translate to C++ bindingsTobias Grosser2017-03-101-34/+31
* [DeadCodeElim] Put -polly-dce-precise-steps into the Polly category.Michael Kruse2017-03-081-1/+2
* Perform copying to created arrays according to the packing transformationRoman Gareev2016-09-141-0/+2
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-3/+3
* clang-tidy: Add llvm namespace commentsTobias Grosser2016-06-231-1/+1
* Decouple SCoP building logic from passJohannes Doerfert2016-05-311-1/+1
* 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