summaryrefslogtreecommitdiffstats
path: root/polly/test/CodeGen/loop_with_condition_nested.ll
Commit message (Collapse)AuthorAgeFilesLines
* execute cloog specific testcases only with CLOOG_FOUNDSebastian Pop2012-12-031-216/+0
| | | | llvm-svn: 169159
* Tests: Pipe test files into 'opt'Tobias Grosser2012-11-041-1/+1
| | | | | | | Use 'opt < %s' instead of just 'opt %s' to ensure that no temporary files are created. llvm-svn: 167372
* Tests: remove ModuleID linesTobias Grosser2012-11-021-1/+0
| | | | llvm-svn: 167284
* Tests: move content of .c files in .llTobias Grosser2012-11-021-0/+46
| | | | llvm-svn: 167283
* Remove runtime tests from polly test suiteTobias Grosser2012-11-011-1/+0
| | | | | | | | Similar to LLVM we now follow the policy of only having LLVM-IR level tests in the Polly test suite. Testing for miscompilation of larger programs should be done with the llvm test suite. llvm-svn: 167255
* Don't fail the lli testcases on 32bit platform.Hongbin Zheng2012-03-261-1/+1
| | | | llvm-svn: 153440
* test: Switch to new atomic instructionsTobias Grosser2011-11-291-4/+2
| | | | | | | This fixes the test with recent versions of LLVM that do not support the old atomic instructions any more. llvm-svn: 145402
* test: Do not pipe the .ll file into optTobias Grosser2011-07-051-2/+2
| | | | | | | The construct '< %s' complicates debugging with gdb --args as the content of %s is interpreted as gdb input. llvm-svn: 134432
* Add initial version of PollyTobias Grosser2011-04-291-0/+174
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476
OpenPOWER on IntegriCloud