aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2013-08-18Rename "polly-test" in the document and script.Logan Chien2-5/+5
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2-13/+16
2013-08-08PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.Tobias Grosser1-0/+4
2013-08-06ScopInfo: add a testcase that share parameters within nested start.Tobias Grosser1-0/+92
2013-08-05ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.Tobias Grosser5-14/+192
2013-07-31Dependence: Add DEBUG support.Tobias Grosser1-0/+12
2013-07-29Remove '-debug-only' from test caseTobias Grosser1-1/+1
2013-07-29TempScop: Actually load Polly in this test caseTobias Grosser1-1/+1
2013-07-29Remove second '-analyze' from command lineTobias Grosser1-1/+1
2013-07-29JSONImporter: Free new schedule if found invalidTobias Grosser2-1/+5
2013-07-29CodeGeneration: Fix double free in vector forTobias Grosser2-7/+10
2013-07-28Use a slightly smaller hammer to make this pass.Rafael Espindola1-5/+2
2013-07-28gitattributes: .png and .txt are no text filesTobias Grosser2-5/+7
2013-07-27Temporary disable a test until I finished the fixTobias Grosser1-0/+3
2013-07-27Looks like this test crashes. Add --crash to not for now.Rafael Espindola1-1/+1
2013-07-26Add not to commands that fail.Rafael Espindola4-4/+4
2013-07-25BlockGenerator: Split getNewValue.Hongbin Zheng2-12/+37
2013-07-25ScopDetect: Only track detection failures if actually needed.Tobias Grosser3-41/+69
2013-07-25Convert line endings to unix styleTobias Grosser1-2353/+2353
2013-07-24ScopDetect: Add some test cases for sequential loopsTobias Grosser1-0/+94
2013-07-24ScopInfo/IndependentBlocks: clang-formatTobias Grosser2-8/+10
2013-07-22RegisterPass: Unhide -polly-show and -polly-show-onlyTobias Grosser1-7/+8
2013-07-22ScopDetect: move "return false" out of INVALID macro.Tobias Grosser1-23/+61
2013-07-16Ensure a correct order between memory accesses.Hongbin Zheng7-11/+406
2013-07-16IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng5-1/+69
2013-07-16Make sure the each instruction is mapped to one memory access.Hongbin Zheng1-0/+2
2013-07-14ScopDetect: clang-formatTobias Grosser1-4/+4
2013-07-14Dependences: Use ostream printer to print analysis outputTobias Grosser3-11/+17
2013-07-14Support: No need to comment __isl_keepTobias Grosser1-10/+9
2013-07-13ScopInfo: Add getTupe() method to MemoryAccessTobias Grosser2-18/+23
2013-07-13Dependences: Add a couple of basic test casesTobias Grosser1-0/+296
2013-07-13Dependences: Clarify difference between value and memory based dependencesTobias Grosser2-7/+17
2013-07-13Small style improvementsTobias Grosser3-6/+6
2013-07-05scop detection: remove an iteration over all usesSebastian Pop2-29/+34
2013-07-03scop detection: early returnSebastian Pop1-45/+46
2013-07-02clang-format latest changesTobias Grosser3-9/+10
2013-07-02[autoconf/cmake] Make sure we detect the latest version of isl.Tobias Grosser3-5/+5
2013-06-29BlockGenerator: Simplify the old value searching code.Hongbin Zheng1-9/+5
2013-06-29Add the git attributes file.Hongbin Zheng1-0/+2
2013-06-29TempScop: (Partial) Implement the printDetail function.Hongbin Zheng3-2/+84
2013-06-29Refactor memory access getting code in ScopStmt.Hongbin Zheng2-5/+7
2013-06-29Minor change: No need to specify the namespace of raw_ostream.Hongbin Zheng1-1/+1
2013-06-24Update CLooG such that the isl test cases are really up to dateTobias Grosser1-1/+1
2013-06-23Fix my own formatting mistakesTobias Grosser1-2/+2
2013-06-23ScopInfo: Clarify may-write and must-write accessesTobias Grosser6-18/+39
2013-06-23Integrate latest clang-format changesTobias Grosser34-88/+88
2013-06-21Use isl_val instead of isl_int in the core of PollyTobias Grosser8-67/+102
2013-06-17revert r183799: scop detection: remove an iteration over all usesSebastian Pop1-0/+29
2013-06-16Update to a newer CLooG versionTobias Grosser1-1/+1
2013-06-15Fix typo in header guardsTobias Grosser1-2/+2