summaryrefslogtreecommitdiffstats
path: root/polly/test
Commit message (Expand)AuthorAgeFilesLines
* [Refactor] Use attributes to mark function as invalid for pollyJohannes Doerfert2014-07-153-2/+50
* Annotate reduction parallel loops in the IslAst textual outputJohannes Doerfert2014-07-1532-2/+1415
* DeadCodeElimination: Fix liveout computationTobias Grosser2014-07-141-3/+10
* DeadCodeElim: Compute correct liveout for non-affine accessesTobias Grosser2014-07-112-0/+87
* Derive run-time conditions for delinearizationTobias Grosser2014-07-0216-26/+390
* Introduce reduction typesJohannes Doerfert2014-07-0117-54/+56
* [FIX] Don't consider reductions which are partially outside the SCoPJohannes Doerfert2014-07-011-0/+63
* [Fix] Deleted renamed test after r211957Johannes Doerfert2014-06-271-56/+0
* Allow multiple reductions per statementJohannes Doerfert2014-06-2719-1/+1196
* Don't expand to invalid Scops with -polly-detect-keep-goingAndreas Simbuerger2014-06-271-0/+46
* [Fix] Broken tests after r211796.Johannes Doerfert2014-06-264-8/+4
* Use wrapped reduction dependencesJohannes Doerfert2014-06-263-26/+43
* Hybrid dependency analysisJohannes Doerfert2014-06-262-1/+64
* Add diagnostic remark for ReportVariantBasePtrAndreas Simbuerger2014-06-261-0/+99
* Support the new DiagnosticRemarksAndreas Simbuerger2014-06-261-0/+67
* test/ScopInfo: Remove %defaultOpts and list passes explicitlyTobias Grosser2014-06-2517-17/+17
* Clean up XFAILed test casesTobias Grosser2014-06-2511-453/+105
* [Refactor] Create nicer test cases from C/C++Johannes Doerfert2014-06-241-1/+26
* Remove use of llvm.codegen intrinsic for GPGPU codegenYabin Hu2014-06-243-0/+106
* Model statement wise reduction dependencesJohannes Doerfert2014-06-2012-0/+909
* Missing reduction detection test casesJohannes Doerfert2014-06-184-0/+152
* Test delinearization of 2D diagonal matrixTobias Grosser2014-06-101-0/+39
* Adjust another test case to not access out of boundsTobias Grosser2014-06-041-8/+10
* Adjust multidim test cases to not access out-of-bound memoryTobias Grosser2014-06-043-41/+33
* record delinearization result and reuse it in polyhedral translationSebastian Pop2014-06-031-0/+75
* Added option for n-dimensional rectangular tilingJohannes Doerfert2014-05-283-0/+112
* Do not run GPGPU test cases without nvptx targetTobias Grosser2014-05-144-1/+16
* do not build llc and lli for polly testSebastian Pop2014-05-122-6/+6
* correct the delinearization failing caseSebastian Pop2014-05-121-0/+45
* unxfail passing testcaseSebastian Pop2014-05-071-2/+0
* Add delinearization testcase for ivs that do not follow the loop orderTobias Grosser2014-04-301-0/+71
* We missed two files in the last commit.Tobias Grosser2014-04-222-2/+2
* Fixed missing cloog test with automake/configure build setupTobias Grosser2014-04-222-1/+3
* Really fix the load case.Tobias Grosser2014-04-181-2/+7
* Ensure a scalar pointer when issuing a vector loadTobias Grosser2014-04-171-0/+32
* Fix for vector codegen in OpenMP subfunctionsTobias Grosser2014-04-151-0/+48
* Dependences: Do not fail in case a schedule eliminates all dependencesTobias Grosser2014-04-152-0/+56
* Codegeneration: Free memory correctly when using -polly-vectorizer=pollyTobias Grosser2014-04-141-0/+21
* only delinearize when the access function is not affineSebastian Pop2014-04-102-10/+15
* ScopInfo: Scalar accesses are zero dimensionalTobias Grosser2014-04-101-2/+2
* delinearize memory access functionsSebastian Pop2014-04-0810-152/+97
* Delete trivial PHI nodes (aka stack slot sharing)Tobias Grosser2014-04-012-0/+106
* Updated test/create_ll.sh to work with old & new clang versions.Tobias Grosser2014-03-251-6/+3
* Return conservative result in case the dependence check timed outTobias Grosser2014-03-211-0/+36
* Support for generating vectors for loads with -1 strideTobias Grosser2014-03-191-0/+38
* autoconf: Fix module loading in testsTobias Grosser2014-03-142-8/+10
* add -load polly.so only when not LINK_POLLY_INTO_TOOLSSebastian Pop2014-03-141-2/+13
* Fix polly tests to not include aliases to declarations.Rafael Espindola2014-03-122-28/+84
* add dependence of check-polly on llcSebastian Pop2014-03-121-1/+1
* ScheduleOptimizer: Fix prevectorization.Tobias Grosser2014-03-111-0/+78
OpenPOWER on IntegriCloud