index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGStmtOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
Alexey Bataev
2015-09-18
1
-1
/
+9
*
[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...
Alexey Bataev
2015-09-15
1
-22
/
+38
*
[OPENMP] Preserve alignment of the original variables for the captured refere...
Alexey Bataev
2015-09-11
1
-1
/
+2
*
[OPENMP] Outlined function for parallel and other regions with list of captur...
Alexey Bataev
2015-09-10
1
-2
/
+113
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-104
/
+113
*
[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trap
Alexey Bataev
2015-09-04
1
-0
/
+6
*
[OPENMP 4.1] Codegen for extended format of 'if' clause.
Alexey Bataev
2015-09-03
1
-4
/
+12
*
[OpenMP] Make the filetered clause iterator a real iterator and type safe.
Benjamin Kramer
2015-08-30
1
-64
/
+42
*
[OPENMP 4.1] Add codegen for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-4
/
+14
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-0
/
+1
*
[OPENMP 4.1] Allow variables with reference types in private clauses.
Alexey Bataev
2015-08-18
1
-6
/
+9
*
[OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.
Alexey Bataev
2015-08-14
1
-19
/
+1
*
This patch fixes the assert in emitting captured code in the target data cons...
Michael Wong
2015-08-11
1
-1
/
+3
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
1
-20
/
+25
*
This patch commits OpenMP 4 target device clauses
Michael Wong
2015-08-07
1
-0
/
+1
*
[OPENMP 4.1] Allow references in init expression for loop-based constructs.
Alexey Bataev
2015-08-06
1
-8
/
+18
*
[OpenMP] Add capture for threadprivate variables used in copyin clause
Samuel Antao
2015-07-27
1
-4
/
+16
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-0
/
+9
*
Make the variable names match the name of the metadata they control.
Tyler Nowicki
2015-07-14
1
-2
/
+2
*
[OPENMP 4.0] Codegen for 'omp cancel' directive.
Alexey Bataev
2015-07-06
1
-1
/
+2
*
[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.
Alexey Bataev
2015-07-03
1
-21
/
+24
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-2
/
+3
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+4
*
[OPENMP 4.0] Codegen for 'cancellation point' directive.
Alexey Bataev
2015-07-02
1
-35
/
+41
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-2
/
+4
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-0
/
+7
*
[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
Alexey Bataev
2015-06-24
1
-1
/
+10
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-0
/
+1
*
[OPENMP] Codegen for 'proc_bind' clause (4.0).
Alexey Bataev
2015-06-18
1
-0
/
+6
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-0
/
+10
*
[OPENMP] Add support for 'omp parallel for' directive.
Alexey Bataev
2015-06-18
1
-10
/
+32
*
[OPENMP] Add support for 'omp for simd' directive.
Alexey Bataev
2015-06-18
1
-33
/
+55
*
[OPENMP] Code reformatting for omp simd codegen, NFC.
Alexey Bataev
2015-06-17
1
-103
/
+103
*
[OPENMP] Supported reduction clause in omp simd construct.
Alexey Bataev
2015-06-17
1
-1
/
+5
*
[OPENMP] Support lastprivate clause in omp simd directive.
Alexey Bataev
2015-06-16
1
-17
/
+31
*
[OPENMP] Remove last iteration separation for loop-based constructs.
Alexey Bataev
2015-06-16
1
-14
/
+6
*
[OPENMP] Fox for http://llvm.org/PR23663: OpenMP crash
Alexey Bataev
2015-06-11
1
-24
/
+26
*
[OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...
Alexey Bataev
2015-05-22
1
-33
/
+71
*
[OPENMP] Fixed codegen for parameters privatization.
Alexey Bataev
2015-05-21
1
-9
/
+0
*
[OPENMP] Fixed codegen for lastprivate LCV in worksharing constructs.
Alexey Bataev
2015-05-21
1
-3
/
+35
*
[OPENMP] Fix codegen for ordered loop directives.
Alexey Bataev
2015-05-20
1
-26
/
+28
*
[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.
Alexey Bataev
2015-05-19
1
-8
/
+19
*
[OPENMP] Fixed codegen for firstprivate variables, also marked as lastprivate.
Alexey Bataev
2015-05-13
1
-11
/
+13
*
[OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.
Alexey Bataev
2015-05-12
1
-11
/
+39
*
[OPENMP] Fixed atomic construct with non-integer expressions.
Alexey Bataev
2015-05-08
1
-4
/
+5
*
[OPENMP] Code cleanup for capturing of variables in OpenMP regions.
Alexey Bataev
2015-05-08
1
-1
/
+21
*
[OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...
Alexey Bataev
2015-05-07
1
-0
/
+5
*
[OPENMP] Codegen for 'firstprivate' clause in 'task' directive.
Alexey Bataev
2015-05-05
1
-4
/
+24
*
Make helper functions static. NFC.
Benjamin Kramer
2015-05-01
1
-4
/
+5
*
[OPENMP] Codegen for 'private' clause in 'task' directive.
Alexey Bataev
2015-04-30
1
-2
/
+18
[prev]
[next]