Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause. | Alexey Bataev | 2015-10-08 | 1 | -5/+12 |
| | | | | | | OpenMP 4.1 adds support for array sections/subscripts in 'reduction' clause. Patch adds codegen for this feature. llvm-svn: 249672 | ||||
* | Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h into | James Y Knight | 2015-10-02 | 1 | -0/+433 |
their associated .cpp file. Previous refactorings long long ago had split out the above categories of classes from Stmt.h into their own header files, but failed to also split the Stmt.cpp implementation file similarly. Do so for readability's sake. llvm-svn: 249131 |