Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | execute cloog specific testcases only with CLOOG_FOUND | Sebastian Pop | 2012-12-03 | 1 | -88/+0 |
| | | | | llvm-svn: 169159 | ||||
* | Tests: Pipe test files into 'opt' | Tobias Grosser | 2012-11-04 | 1 | -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 .ll | Tobias Grosser | 2012-11-02 | 1 | -1/+24 |
| | | | | llvm-svn: 167283 | ||||
* | Codegen: Selectively copy in array addresses for OpenMP code | Tobias Grosser | 2012-11-01 | 1 | -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 tree | Tobias Grosser | 2012-03-29 | 1 | -1/+1 |
| | | | | llvm-svn: 153645 | ||||
* | Adapt to LLVM type system changes | Tobias Grosser | 2011-07-12 | 1 | -5/+9 |
| | | | | | | | Remove constness of Types and do not name the structures generated in the OpenMP code. llvm-svn: 134980 | ||||
* | Add initial version of Polly | Tobias Grosser | 2011-04-29 | 1 | -0/+63 |
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476 |