summaryrefslogtreecommitdiffstats
path: root/polly/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update CLooG and some test casesTobias Grosser2014-03-102-15/+15
* Emit llvm.loop metadata for parallel loopsTobias Grosser2014-03-041-0/+102
* Dead code elimination: Schedule another approximative step before actual DCETobias Grosser2014-02-241-1/+1
* codegen: Update LoopInfo correctlyTobias Grosser2014-02-241-0/+29
* Do not fail in case we do not have valid dependencesTobias Grosser2014-02-232-0/+134
* Use -polly-codegen-isl in isl-codegen testTobias Grosser2014-02-211-1/+1
* DCE: Switch to hybrid precise-unprecise analysisTobias Grosser2014-02-211-15/+4
* Codegen: Do not crash when seeing debug intrinsicsTobias Grosser2014-02-211-0/+80
* Add polyhedral dead code elimination.Tobias Grosser2014-02-204-0/+275
* Do not track location of scalar dependences in ScopInfoTobias Grosser2014-02-201-0/+50
* Check scops a second time before working on themTobias Grosser2014-02-181-0/+38
* IndependentBlocks: Do not assert for PHI nodes outside of scopsTobias Grosser2014-01-291-0/+36
* ScopDetect: Transitively remove all children after region expansionTobias Grosser2014-01-291-0/+46
* Check if array base addresses are invariantTobias Grosser2014-01-281-5/+66
* Add more test cases to check loop invariance of the base pointer.Tobias Grosser2014-01-282-45/+236
* Do not test polybench with 'make check-polly'Tobias Grosser2014-01-2756-6800/+0
* Remove other unneccessary uses of -O3 in the test suiteTobias Grosser2014-01-273-4/+4
* Do not run -O3 to canonicalize test caseTobias Grosser2014-01-272-2/+2
* Dependences: Bound the time dependence calculation is allowed to takeTobias Grosser2014-01-261-0/+72
* Adjust test case to changed cloog outputTobias Grosser2014-01-191-1/+1
* Report detected scops using the new diagnosticsTobias Grosser2013-12-181-0/+82
* ScopValidator: smax expressions are no parametersTobias Grosser2013-12-092-7/+31
* test: Remove use of defaultOptsTobias Grosser2013-12-091-1/+1
* IslCodegen: Support for run-time conditionsTobias Grosser2013-11-171-0/+31
* ScopInfo: Add support for AssumedContextTobias Grosser2013-10-291-0/+36
* This test case requires assertionsTobias Grosser2013-10-121-0/+1
* use -polly-codegen-isl in tests under test/IslSebastian Pop2013-10-071-1/+1
* do not use -polly-cloog in a ScopInfo testcaseSebastian Pop2013-10-071-45/+0
* ScopInfo: Correctly handle true/false conditionsTobias Grosser2013-09-074-3/+56
* [CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser2013-09-022-0/+60
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-13/+16
* ScopInfo: add a testcase that share parameters within nested start.Tobias Grosser2013-08-061-0/+92
* ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.Tobias Grosser2013-08-053-1/+148
* Remove '-debug-only' from test caseTobias Grosser2013-07-291-1/+1
* TempScop: Actually load Polly in this test caseTobias Grosser2013-07-291-1/+1
* Remove second '-analyze' from command lineTobias Grosser2013-07-291-1/+1
* JSONImporter: Free new schedule if found invalidTobias Grosser2013-07-291-1/+1
* CodeGeneration: Fix double free in vector forTobias Grosser2013-07-291-1/+1
* Use a slightly smaller hammer to make this pass.Rafael Espindola2013-07-281-5/+2
* Temporary disable a test until I finished the fixTobias Grosser2013-07-271-0/+3
* Looks like this test crashes. Add --crash to not for now.Rafael Espindola2013-07-271-1/+1
* Add not to commands that fail.Rafael Espindola2013-07-264-4/+4
* ScopDetect: Add some test cases for sequential loopsTobias Grosser2013-07-241-0/+94
OpenPOWER on IntegriCloud