aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2014-07-20Update formatting with clang-format.Bill Wendling1-1/+1
2014-07-19Update for RegionInfo changes.Matt Arsenault10-21/+27
2014-07-17[Refactor] Move code out of the IslAst headerJohannes Doerfert3-45/+74
2014-07-15[Refactor] Use attributes to mark function as invalid for pollyJohannes Doerfert6-15/+63
2014-07-15Update to isl-0.13.0Tobias Grosser1-1/+1
2014-07-15[Format] Clang format IslAst.cppJohannes Doerfert1-2/+1
2014-07-15Annotate reduction parallel loops in the IslAst textual outputJohannes Doerfert36-36/+1528
2014-07-14DeadCodeElimination: Fix liveout computationTobias Grosser2-17/+32
2014-07-11Remove unnecessary isl annotationsTobias Grosser1-2/+2
2014-07-11DeadCodeElim: Compute correct liveout for non-affine accessesTobias Grosser5-15/+152
2014-07-09clang-format polly to avoid buildbot noiseTobias Grosser13-180/+175
2014-07-06Update for llvm api change.Rafael Espindola1-3/+4
2014-07-02Derive run-time conditions for delinearizationTobias Grosser20-28/+534
2014-07-02Use arguments of user statements to perform induction variable substitutionTobias Grosser3-56/+70
2014-07-01Introduce reduction typesJohannes Doerfert19-61/+141
2014-07-01[FIX] Don't consider reductions which are partially outside the SCoPJohannes Doerfert2-2/+71
2014-06-28[C++11] Use more range based forsTobias Grosser9-124/+84
2014-06-28Remove redundant code and use C++ range forsTobias Grosser2-38/+12
2014-06-27[Fix] Deleted renamed test after r211957Johannes Doerfert1-56/+0
2014-06-27Allow multiple reductions per statementJohannes Doerfert22-26/+1307
2014-06-27Don't expand to invalid Scops with -polly-detect-keep-goingAndreas Simbuerger3-6/+58
2014-06-26[Refactor] Make the used dependence types explicitJohannes Doerfert3-11/+9
2014-06-26[Fix] Broken tests after r211796.Johannes Doerfert4-8/+4
2014-06-26[Refactor] Change memory access dump to preserve spaceJohannes Doerfert1-4/+4
2014-06-26Use wrapped reduction dependencesJohannes Doerfert4-44/+67
2014-06-26Hybrid dependency analysisJohannes Doerfert4-7/+136
2014-06-26Use own class for storing the RejectLogsAndreas Simbuerger3-8/+44
2014-06-26Add diagnostic remark for ReportVariantBasePtrAndreas Simbuerger3-0/+104
2014-06-26Fix dangling referenceAndreas Simbuerger2-1/+5
2014-06-26Support for LLVM-style RTTI isa<...>, dyn_cast<...> et al.Andreas Simbuerger3-38/+349
2014-06-26Support the new DiagnosticRemarksAndreas Simbuerger5-77/+488
2014-06-25test/ScopInfo: Remove %defaultOpts and list passes explicitlyTobias Grosser17-17/+17
2014-06-25Clean up XFAILed test casesTobias Grosser11-453/+105
2014-06-24[Refactor] Create nicer test cases from C/C++Johannes Doerfert1-1/+26
2014-06-24cmake: Fix reference to Pluto fileTobias Grosser1-1/+1
2014-06-24Remove use of llvm.codegen intrinsic for GPGPU codegenYabin Hu6-526/+192
2014-06-21Add "Yabin Hu" to CREDITS.txtYabin Hu1-0/+5
2014-06-20[Refactor] Simplify memory access isWriteJohannes Doerfert1-3/+1
2014-06-20Reduction like is now a memory access propertyJohannes Doerfert3-39/+46
2014-06-20Model statement wise reduction dependencesJohannes Doerfert16-6/+1051
2014-06-19Update for ScopStmt iterator name change in LLVM r210927Tobias Grosser1-7/+4
2014-06-19Fix buildJohannes Doerfert2-14/+12
2014-06-18Missing reduction detection test casesJohannes Doerfert4-0/+152
2014-06-17Subject: [PATCH-v5] Detect and mark reduction like statementsJohannes Doerfert2-1/+79
2014-06-13[Refactor] C++11 Memory access iterators in SCoP stmtsJohannes Doerfert4-30/+24
2014-06-13[Refactor] Simplify dependency map dumpJohannes Doerfert1-13/+9
2014-06-12Fix the polly build.Rafael Espindola1-1/+1
2014-06-12Try to fix the polly build.Rafael Espindola1-1/+1
2014-06-12Do not use namespace polly inside a header.Andreas Simbuerger2-27/+26
2014-06-12Fix typoAndreas Simbuerger1-1/+1