| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [opaque pointer types] Explicit non-pointer type for call expressions | David Blaikie | 2015-04-16 | 1 | -1/+1 |
| | | | | | | | (migration for recent LLVM change to textual IR for calls) llvm-svn: 235147 | ||||
| * | [OPENMP] Initial codegen for 'parallel sections' directive. | Alexey Bataev | 2015-04-14 | 1 | -0/+98 |
| Emits code for outlined 'parallel' directive with the implicitly inlined 'sections' directive: ... call __kmpc_fork_call(..., outlined_function, ...); ... define internal void outlined_function(...) { <code for implicit sections directive>; } Differential Revision: http://reviews.llvm.org/D8997 llvm-svn: 234849 | |||||

