summaryrefslogtreecommitdiffstats
path: root/polly/test/CodeGen/split_edges.ll
Commit message (Collapse)AuthorAgeFilesLines
* execute cloog specific testcases only with CLOOG_FOUNDSebastian Pop2012-12-031-34/+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
* Codegen: Give split and merge basic blocks better namesTobias Grosser2012-02-121-4/+2
| | | | llvm-svn: 150335
* test: Switch to new atomic instructionsTobias Grosser2011-11-291-5/+2
| | | | | | | This fixes the test with recent versions of LLVM that do not support the old atomic instructions any more. llvm-svn: 145402
* CodeGeneration: Do not delete the old version of the Scop.Tobias Grosser2011-05-141-0/+39
Instead of deleting the old code, keep it on the side in an if-branch. It will either be deleted by the dead code elimination or we can use it as fallback. llvm-svn: 131352
OpenPOWER on IntegriCloud