aboutsummaryrefslogtreecommitdiff
path: root/polly/test
AgeCommit message (Expand)AuthorFilesLines
2013-11-17IslCodegen: Support for run-time conditionsTobias Grosser1-0/+31
2013-10-29ScopInfo: Add support for AssumedContextTobias Grosser1-0/+36
2013-10-12This test case requires assertionsTobias Grosser1-0/+1
2013-10-07use -polly-codegen-isl in tests under test/IslSebastian Pop1-1/+1
2013-10-07do not use -polly-cloog in a ScopInfo testcaseSebastian Pop1-45/+0
2013-09-07ScopInfo: Correctly handle true/false conditionsTobias Grosser4-3/+56
2013-09-02[CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser2-0/+60
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2-13/+16
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 Grosser3-1/+148
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 Grosser1-1/+1
2013-07-29CodeGeneration: Fix double free in vector forTobias Grosser1-1/+1
2013-07-28Use a slightly smaller hammer to make this pass.Rafael Espindola1-5/+2
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-24ScopDetect: Add some test cases for sequential loopsTobias Grosser1-0/+94
2013-07-16Ensure a correct order between memory accesses.Hongbin Zheng5-0/+393
2013-07-16IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng4-0/+58
2013-07-13Dependences: Add a couple of basic test casesTobias Grosser1-0/+296
2013-07-13Dependences: Clarify difference between value and memory based dependencesTobias Grosser1-2/+2
2013-07-05scop detection: remove an iteration over all usesSebastian Pop1-0/+34
2013-06-29TempScop: (Partial) Implement the printDetail function.Hongbin Zheng1-0/+51
2013-06-23ScopInfo: Clarify may-write and must-write accessesTobias Grosser4-8/+8
2013-06-14Correctly convert APInt to gmp valuesTobias Grosser1-0/+123
2013-06-11ScopDetect: check region entering edges are valid.Sebastian Pop1-8/+10
2013-06-03scop detection: do not run scop detection on regions without loopsSebastian Pop6-9/+9
2013-05-31Test that independent block pass does not transform induction variablesTobias Grosser2-37/+39
2013-05-30scop detection: only handle functions with loopsSebastian Pop4-5/+5
2013-05-20independent blocks: when moving Values, invalidate SCEV cached infoSebastian Pop1-0/+22
2013-05-17rename make check target to match the naming convention followed in the other...Sebastian Pop1-2/+2
2013-05-16Update LoopInfo correctlyTobias Grosser3-2/+18
2013-05-16LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser4-26/+36
2013-05-07Move polly options into separate option categoryTobias Grosser1-1/+1
2013-04-17IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoPTobias Grosser1-2/+0
2013-04-17Remove unneeded RegionSimplify pass.Tobias Grosser11-56/+9
2013-04-17tests: Fix 'instruction does not dominate all its uses' errorTobias Grosser1-1/+1
2013-04-16Support SCoPs with multiple entry edges.Tobias Grosser3-3/+142
2013-04-14SCEVValidator: Correctly store 'k * p' as a parameterTobias Grosser1-0/+31
2013-04-10ScheduleOpt: Do not crash on statements with empty iteration domainsTobias Grosser1-0/+24
2013-04-10fix testcaseSebastian Pop1-1/+1
2013-04-10ScopDetect: Allow multiplications of the form <param> * <param>Tobias Grosser1-0/+29
2013-04-10Support SCoPs with multiple exit edgesTobias Grosser7-8/+240
2013-04-10scop detection: properly instantiate SCEVs to the place where they are usedSebastian Pop1-0/+40
2013-04-08IndependentBlocks: translate out of SSA all uses escaping the regionSebastian Pop2-0/+75
2013-03-23clang-format: Many more filesTobias Grosser1-25/+0
2013-03-22codegen: properly instantiate SCEVs to the place where they are usedTobias Grosser1-2/+1