summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/IslAst.cpp
AgeCommit message (Expand)Author
2014-11-14Use nullptr instead of '0' for pointersTobias Grosser
2014-11-06Fix formattingTobias Grosser
2014-11-06Explicitly annotate loops we want to run thread-parallelTobias Grosser
2014-10-22Use stringFromIslObj instead of isl_..._dump to print to dbgs()Tobias Grosser
2014-09-18[RTC] Runtime Alias Checks for the ISL backendJohannes Doerfert
2014-09-13Compute and print the minimal loop carried dependency distanceJohannes Doerfert
2014-09-09[Fix] OpenMP parallel loop detection for the isl backendJohannes Doerfert
2014-08-03Fix the modifiable access creationJohannes Doerfert
2014-08-01Annotate the IslAst with broken reductionsJohannes Doerfert
2014-08-01Change the semantics of is*ParallelJohannes Doerfert
2014-07-31[Refactor] Remove unecessary check and functionJohannes Doerfert
2014-07-31[Refactor] Use nicer print callback function in IslAstJohannes Doerfert
2014-07-29Assume no annotations when visiting new domain (IslAst)Johannes Doerfert
2014-07-28Replace the dependences parallelism check by the IslAst oneJohannes Doerfert
2014-07-24[Refactor] Remove containsLoop to find innermost loopsJohannes Doerfert
2014-07-23[Refactor] IslAst and payload structJohannes Doerfert
2014-07-23[Refactor] Unify IslAst print methodsJohannes Doerfert
2014-07-17[Refactor] Move code out of the IslAst headerJohannes Doerfert
2014-07-15[Format] Clang format IslAst.cppJohannes Doerfert
2014-07-15Annotate reduction parallel loops in the IslAst textual outputJohannes Doerfert
2014-07-02Derive run-time conditions for delinearizationTobias Grosser
2014-07-02Use arguments of user statements to perform induction variable substitutionTobias Grosser
2014-06-28Remove redundant code and use C++ range forsTobias Grosser
2014-06-26[Refactor] Make the used dependence types explicitJohannes Doerfert
2014-06-20Model statement wise reduction dependencesJohannes Doerfert
2014-06-04Use range-based for loopsTobias Grosser
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-16[C++11] Use nullptrTobias Grosser
2014-03-21Return conservative result in case the dependence check timed outTobias Grosser
2013-11-17IslCodegen: Support for run-time conditionsTobias Grosser
2013-10-31Update comments to address Sebastian's reviewTobias Grosser
2013-10-29ScopInfo: Add support for AssumedContextTobias Grosser
2013-06-23Integrate latest clang-format changesTobias Grosser
2013-05-07Sort includesTobias Grosser
2013-05-07Move polly options into separate option categoryTobias Grosser
2013-05-07Reformat with clang-formatTobias Grosser
2013-04-10Update formatting to latest version of clang-formatTobias Grosser
2013-03-23clang-format: Many more filesTobias Grosser
2013-03-20Silence 'variable unused' warning in release modeTobias Grosser
2013-02-22CodeGen: clang-formatTobias Grosser
2013-02-05CodeGen: clang-format goodnessTobias Grosser
2012-12-21avoid initializing twiceSebastian Pop
2012-12-21do not access Info when it is NULLSebastian Pop
2012-12-18isl: vector code generation based on ISL astSebastian Pop
2012-12-18change interface for isStrideSebastian Pop
2012-12-13isl: detect vector parallelismSebastian Pop
2012-12-13isl: Detect openmp parallelismTobias Grosser
2012-12-01Update the recommended isl versionTobias Grosser
2012-11-27make IslAstInfo::printScop compatible with CloogInfo::printScopSebastian Pop
2012-10-21autoconf/cmake: Always require isl code generation.Tobias Grosser