summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/MaximalStaticExpansion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MaximalStaticExpansion] Replace isl foreach calls with for loopsTobias Grosser2018-07-171-11/+6
* getDependences to new C++ interfaceTobias Grosser2018-06-061-1/+1
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-291-1/+1
* [DeLICM] Remove uses of isl::giveTobias Grosser2018-04-281-4/+3
* [MaximalStaticExpansion] Replace copied function with version from ISLToolsTobias Grosser2018-04-281-43/+1
* Adjust to clang-format changesTobias Grosser2018-03-201-1/+0
* [MaximalStaticExpansion] Simplify this code a bit. NFCI.Davide Italiano2017-11-251-6/+2
* Run polly-update-format. NFC.Michael Kruse2017-11-211-1/+0
* Rename OptimizationDiagnosticInfo.h to OptimizationRemarkEmitter.hAdam Nemet2017-10-091-1/+1
* Fix some unused warnings in pollyReid Kleckner2017-09-071-5/+4
* [polly] Fix non-deterministic output due to iteration of unordered ScopArrayInfoMandeep Singh Grang2017-08-311-1/+1
* [Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-08-251-20/+18
* [Polly][WIP] Scalar fully indexed expansionAndreas Simbuerger2017-08-241-51/+126
* [MaximumStaticExpansion] Avoid warning in release builds.Michael Kruse2017-08-231-0/+2
* [Polly][Bug fix] Wrong dependences filtering during Fully Indexed expansionAndreas Simbuerger2017-08-181-19/+92
* [Polly] Fully-Indexed static expansionAndreas Simbuerger2017-08-071-0/+394
OpenPOWER on IntegriCloud