summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/Dependences.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the Dependences pass to DependenceInfo [NFC]Johannes Doerfert2015-03-041-637/+0
* [Refactor] Simplify ScopPass interfaceJohannes Doerfert2015-03-011-1/+1
* [Refactor] Add a Scop & as argument to printScopJohannes Doerfert2015-03-011-6/+6
* Dead code elimination: Update dependences after eliminating codeTobias Grosser2014-12-171-2/+6
* Simplify computation of reduction dependencesTobias Grosser2014-12-071-10/+4
* Assume GetElementPtr offsets to be inboundsTobias Grosser2014-11-251-0/+3
* Fix typoTobias Grosser2014-11-211-1/+1
* Use nullptr instead of '0' for pointersTobias Grosser2014-11-141-1/+1
* Fix typoTobias Grosser2014-10-221-1/+1
* Use braces in multi-statement DEBUG() code [NFC]Tobias Grosser2014-10-221-6/+20
* Compute and print the minimal loop carried dependency distanceJohannes Doerfert2014-09-131-9/+29
* Annotate the IslAst with broken reductionsJohannes Doerfert2014-08-011-0/+50
* Replace the dependences parallelism check by the IslAst oneJohannes Doerfert2014-07-281-58/+25
* Annotate reduction parallel loops in the IslAst textual outputJohannes Doerfert2014-07-151-11/+49
* clang-format polly to avoid buildbot noiseTobias Grosser2014-07-091-11/+9
* Allow multiple reductions per statementJohannes Doerfert2014-06-271-1/+0
* [Refactor] Make the used dependence types explicitJohannes Doerfert2014-06-261-2/+2
* Use wrapped reduction dependencesJohannes Doerfert2014-06-261-18/+24
* Hybrid dependency analysisJohannes Doerfert2014-06-261-5/+70
* Reduction like is now a memory access propertyJohannes Doerfert2014-06-201-7/+10
* Model statement wise reduction dependencesJohannes Doerfert2014-06-201-3/+121
* [Refactor] C++11 Memory access iterators in SCoP stmtsJohannes Doerfert2014-06-131-5/+3
* [Refactor] Simplify dependency map dumpJohannes Doerfert2014-06-131-13/+9
* Use range-based for loopsTobias Grosser2014-06-041-9/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-3/+4
* [C++11] Use nullptrTobias Grosser2014-04-161-14/+14
* Dependences: Do not fail in case a schedule eliminates all dependencesTobias Grosser2014-04-151-0/+7
* Dependences: Refine the compute out facilityTobias Grosser2014-04-121-1/+1
* Return conservative result in case the dependence check timed outTobias Grosser2014-03-211-0/+5
* Dependences: Further reduce the allowed compile timeTobias Grosser2014-03-181-1/+1
* Print function and region name in scop descriptionTobias Grosser2014-03-181-1/+1
* Allow several polly command line options to be provided multiple timesTobias Grosser2014-03-131-3/+5
* Do not fail in case we do not have valid dependencesTobias Grosser2014-02-231-0/+5
* Dependences: Do not assign 'WAW' twiceTobias Grosser2014-02-211-1/+1
* Dependences: Eliminate warning about possibly uninitialized pointersTobias Grosser2014-02-211-1/+3
* Dependences: Bound the time dependence calculation is allowed to takeTobias Grosser2014-01-261-3/+42
* Temporarily reformat Polly to silence buildbotsTobias Grosser2014-01-061-4/+1
* PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.Tobias Grosser2013-08-081-0/+4
* Dependence: Add DEBUG support.Tobias Grosser2013-07-311-0/+12
* Dependences: Use ostream printer to print analysis outputTobias Grosser2013-07-141-9/+3
* Dependences: Clarify difference between value and memory based dependencesTobias Grosser2013-07-131-5/+15
* Sort includesTobias Grosser2013-05-071-2/+0
* Move polly options into separate option categoryTobias Grosser2013-05-071-6/+3
* Reformat with clang-formatTobias Grosser2013-05-071-6/+7
* Update formatting to latest version of clang-formatTobias Grosser2013-04-101-3/+3
* clang-format: Many more filesTobias Grosser2013-03-231-6/+4
* Dependences: clang-formatTobias Grosser2013-02-051-46/+38
* Fix obvious formatting problems.Tobias Grosser2012-12-291-4/+3
* Dependences: Add support to calculate memory based dependencesTobias Grosser2012-11-011-10/+44
* Dependences: Print dependences in -analyze outputTobias Grosser2012-08-271-0/+9
OpenPOWER on IntegriCloud