summaryrefslogtreecommitdiffstats
path: root/polly/test/CodeGen/OpenMP/simple_nested_loop.ll
Commit message (Collapse)AuthorAgeFilesLines
* execute cloog specific testcases only with CLOOG_FOUNDSebastian Pop2012-12-031-88/+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: move content of .c files in .llTobias Grosser2012-11-021-1/+24
| | | | llvm-svn: 167283
* Codegen: Selectively copy in array addresses for OpenMP codeTobias Grosser2012-11-011-5/+3
| | | | | | | | | | | | | | | | | The detection of values that need to be copied in to the generated OpenMP subfunction also detects the array base addresses needed in the SCoP. Hence, it is not necessary to unconditionally copy all the base addresses to the generated function. Test cases are modified to reflect this change. Arrays which are global variables do not occur in the struct passed to the subfunction anymore. A test case for base address copy-in is added in copy_in_array.{c,ll}. Committed with slight modifications Contributed by: Armin Groesslinger <armin.groesslinger@uni-passau.de> llvm-svn: 167215
* CodeGeneration: Proberly build the dominator treeTobias Grosser2012-03-291-1/+1
| | | | llvm-svn: 153645
* Adapt to LLVM type system changesTobias Grosser2011-07-121-5/+9
| | | | | | | Remove constness of Types and do not name the structures generated in the OpenMP code. llvm-svn: 134980
* Add initial version of PollyTobias Grosser2011-04-291-0/+63
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476
OpenPOWER on IntegriCloud