summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/IndependentBlocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove independent blocks passJohannes Doerfert2015-10-181-373/+0
* [NFC] Move helper functions to ScopHelperJohannes Doerfert2015-10-091-1/+0
* [PM] Update Polly for the new AA infrastructure landed in r247167.Chandler Carruth2015-09-091-0/+8
* Drop dead and disable code from IndependentBlocksTobias Grosser2015-08-181-161/+0
* Fix Polly after SCEV port to new pass managerTobias Grosser2015-08-171-4/+4
* Remove leftover commentMichael Kruse2015-08-101-1/+0
* [Polly] Remove dead code in IndependentBlocksMichael Kruse2015-08-081-29/+0
* Remove code for scalar and PHI to array translationTobias Grosser2015-06-261-20/+1
* Enable scalar and PHI code generation for PollyTobias Grosser2015-05-231-1/+1
* Sort include directivesTobias Grosser2015-05-091-3/+2
* Do some preparation even with scalar and phi modeling enabledJohannes Doerfert2015-02-271-5/+5
* Do not run independent blocks when we model all scalar dependencesJohannes Doerfert2015-02-061-0/+6
* Model PHI nodes without demoting themJohannes Doerfert2015-02-061-1/+2
* [FIX] Debug build + instrinsic handlingJohannes Doerfert2015-01-261-25/+4
* [FIX] Independent blocks with intrinsics handlingJohannes Doerfert2015-01-251-1/+29
* [PM] Update Polly following LLVM r226373 which refactors LoopInfo inChandler Carruth2015-01-171-4/+4
* Drop Cloog supportJohannes Doerfert2014-12-021-4/+0
* Independent blocks: SE->forget() scalars translated to arraysTobias Grosser2014-11-161-0/+1
* Update for RegionInfo changes.Matt Arsenault2014-07-191-4/+6
* [C++11] Use more range based forsTobias Grosser2014-06-281-38/+30
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Fix formattingTobias Grosser2014-04-151-1/+0
* Fix more build errors in Polly after r206310. David caught one of theseChandler Carruth2014-04-151-5/+3
* Move transformations into own directoryAndreas Simbuerger2014-03-111-0/+574
OpenPOWER on IntegriCloud