summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Rename "polly-test" in the document and script.Logan Chien2013-08-182-5/+5
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-13/+16
* PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.Tobias Grosser2013-08-081-0/+4
* 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-055-14/+192
* Dependence: Add DEBUG support.Tobias Grosser2013-07-311-0/+12
* 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-292-1/+5
* CodeGeneration: Fix double free in vector forTobias Grosser2013-07-292-7/+10
* Use a slightly smaller hammer to make this pass.Rafael Espindola2013-07-281-5/+2
* gitattributes: .png and .txt are no text filesTobias Grosser2013-07-282-5/+7
* 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
* BlockGenerator: Split getNewValue.Hongbin Zheng2013-07-252-12/+37
* ScopDetect: Only track detection failures if actually needed.Tobias Grosser2013-07-253-41/+69
* Convert line endings to unix styleTobias Grosser2013-07-251-2353/+2353
* ScopDetect: Add some test cases for sequential loopsTobias Grosser2013-07-241-0/+94
* ScopInfo/IndependentBlocks: clang-formatTobias Grosser2013-07-242-8/+10
* RegisterPass: Unhide -polly-show and -polly-show-onlyTobias Grosser2013-07-221-7/+8
* ScopDetect: move "return false" out of INVALID macro.Tobias Grosser2013-07-221-23/+61
* Ensure a correct order between memory accesses.Hongbin Zheng2013-07-167-11/+406
* IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng2013-07-165-1/+69
* Make sure the each instruction is mapped to one memory access.Hongbin Zheng2013-07-161-0/+2
* ScopDetect: clang-formatTobias Grosser2013-07-141-4/+4
* Dependences: Use ostream printer to print analysis outputTobias Grosser2013-07-143-11/+17
* Support: No need to comment __isl_keepTobias Grosser2013-07-141-10/+9
* ScopInfo: Add getTupe() method to MemoryAccessTobias Grosser2013-07-132-18/+23
* Dependences: Add a couple of basic test casesTobias Grosser2013-07-131-0/+296
* Dependences: Clarify difference between value and memory based dependencesTobias Grosser2013-07-132-7/+17
* Small style improvementsTobias Grosser2013-07-133-6/+6
* scop detection: remove an iteration over all usesSebastian Pop2013-07-052-29/+34
* scop detection: early returnSebastian Pop2013-07-031-45/+46
* clang-format latest changesTobias Grosser2013-07-023-9/+10
* [autoconf/cmake] Make sure we detect the latest version of isl.Tobias Grosser2013-07-023-5/+5
* BlockGenerator: Simplify the old value searching code.Hongbin Zheng2013-06-291-9/+5
* Add the git attributes file.Hongbin Zheng2013-06-291-0/+2
* TempScop: (Partial) Implement the printDetail function.Hongbin Zheng2013-06-293-2/+84
* Refactor memory access getting code in ScopStmt.Hongbin Zheng2013-06-292-5/+7
* Minor change: No need to specify the namespace of raw_ostream.Hongbin Zheng2013-06-291-1/+1
* Update CLooG such that the isl test cases are really up to dateTobias Grosser2013-06-241-1/+1
* Fix my own formatting mistakesTobias Grosser2013-06-231-2/+2
* ScopInfo: Clarify may-write and must-write accessesTobias Grosser2013-06-236-18/+39
* Integrate latest clang-format changesTobias Grosser2013-06-2334-88/+88
* Use isl_val instead of isl_int in the core of PollyTobias Grosser2013-06-218-67/+102
* revert r183799: scop detection: remove an iteration over all usesSebastian Pop2013-06-171-0/+29
* Update to a newer CLooG versionTobias Grosser2013-06-161-1/+1
* Fix typo in header guardsTobias Grosser2013-06-151-2/+2
OpenPOWER on IntegriCloud