aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-14scop detection: inline and remove isValidBasicBlockSebastian Pop2-22/+6
2013-06-14scop detection: check flag before expensive callSebastian Pop1-2/+2
2013-06-14Correctly convert APInt to gmp valuesTobias Grosser2-3/+125
2013-06-14PoCC: Adjust to recent sys::Path removalTobias Grosser1-26/+29
2013-06-13Do not create an object to call a static functionTobias Grosser1-3/+1
2013-06-11ScopDetect: check region entering edges are valid.Sebastian Pop2-11/+26
2013-06-11scop detection: remove an iteration over all usesSebastian Pop1-29/+0
2013-06-11scop detection: run isValidLoop as early as possibleSebastian Pop1-4/+7
2013-06-11scop detection: run isValidCFG as early as possibleSebastian Pop1-3/+5
2013-06-10TempScopInfo: Add code to build the scalar dependences.Hongbin Zheng2-5/+76
2013-06-10Refactor: Move the IRAccess building code to a new function.Hongbin Zheng2-30/+39
2013-06-03scop detection: do not call getAliasSetForPointer when IgnoreAliasingSebastian Pop1-43/+44
2013-06-03scop detection: do not run scop detection on regions without loopsSebastian Pop7-9/+26
2013-05-31Update isl to include isl_val changesTobias Grosser1-1/+1
2013-05-31Test that independent block pass does not transform induction variablesTobias Grosser2-37/+39
2013-05-31include missing ISL header fileSebastian Pop1-0/+1
2013-05-30scop detection: only handle functions with loopsSebastian Pop5-6/+14