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
/
Sema
/
SemaOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[coroutines] Add overloaded unary 'operator co_await'.
Richard Smith
2015-10-22
1
-0
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.
Alexey Bataev
2015-10-08
1
-55
/
+88
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-3
/
+2
*
[OpenMP] Capture global variables in target regions.
Samuel Antao
2015-10-02
1
-0
/
+52
*
[OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.
Alexey Bataev
2015-09-30
1
-67
/
+112
*
[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Alexey Bataev
2015-09-28
1
-5
/
+34
*
[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.
Alexey Bataev
2015-09-25
1
-13
/
+51
*
Pass SourceLocation by value instead of by const reference since its just a 3...
Craig Topper
2015-09-21
1
-2
/
+2
*
[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
Alexey Bataev
2015-09-18
1
-5
/
+7
*
Allow static local variables specified on data-sharing attribute clauses.
Kelvin Li
2015-09-15
1
-1
/
+1
*
[OPENMP] Emit an additional note during analysis of 'if' clause.
Alexey Bataev
2015-09-15
1
-1
/
+7
*
[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...
Alexey Bataev
2015-09-15
1
-14
/
+36
*
Test commit.
Kelvin Li
2015-09-12
1
-1
/
+0
*
[OPENMP] Propagate alignment from original variables to the private copies.
Alexey Bataev
2015-09-10
1
-17
/
+37
*
[OPENMP] Outlined function for parallel and other regions with list of captur...
Alexey Bataev
2015-09-10
1
-5
/
+10
*
[OPENMP] Fix false diagnostic on instantiation-dependent exprs for atomic con...
Alexey Bataev
2015-09-04
1
-40
/
+48
*
[OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.
Alexey Bataev
2015-09-03
1
-29
/
+179
*
[OpenMP] Make the filetered clause iterator a real iterator and type safe.
Benjamin Kramer
2015-08-30
1
-14
/
+8
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-4
/
+5
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-0
/
+98
*
[OPENMP 4.1] Improved codegen for 'uval' qualifier of 'linear' clause.
Alexey Bataev
2015-08-21
1
-5
/
+15
*
[OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers for reference types only.
Alexey Bataev
2015-08-20
1
-0
/
+6
*
[OPENMP 4.1] Initial support for modifiers in 'linear' clause.
Alexey Bataev
2015-08-20
1
-10
/
+15
*
[OPENMP 4.1] Allow variables with reference types in private clauses.
Alexey Bataev
2015-08-18
1
-54
/
+21
*
[OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.
Alexey Bataev
2015-08-14
1
-21
/
+199
*
This patch commits OpenMP 4 target device clauses
Michael Wong
2015-08-07
1
-0
/
+32
*
[OPENMP 4.1] Allow references in init expression for loop-based constructs.
Alexey Bataev
2015-08-06
1
-3
/
+23
*
[OPENMP 4.1] Support for 'linear' clause in loop directives.
Alexey Bataev
2015-08-04
1
-0
/
+20
*
[OPENMP] Fix compiler crash during data-sharing attributes analysis.
Alexey Bataev
2015-08-04
1
-1
/
+3
*
[OPENMP 4.1] Initial support for extended 'ordered' clause.
Alexey Bataev
2015-07-30
1
-46
/
+107
*
[OpenMP] Add capture for threadprivate variables used in copyin clause
Samuel Antao
2015-07-27
1
-3
/
+14
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-1
/
+15
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-4
/
+4
*
[OPENMP] Fixed detection of canonical loops with random access iterators.
Alexey Bataev
2015-07-16
1
-4
/
+6
*
[OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...
Alexey Bataev
2015-07-15
1
-3
/
+30
*
[OpenMP] Add TLS-based implementation for threadprivate directive.
Samuel Antao
2015-07-13
1
-3
/
+11
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-4
/
+2
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-3
/
+54
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-12
/
+102
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-1
/
+73
*
Fix a warning. [-Wsign-compare]
NAKAMURA Takumi
2015-06-23
1
-1
/
+1
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-10
/
+40
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-0
/
+40
*
[OPENMP] Add support for 'omp parallel for' directive.
Alexey Bataev
2015-06-18
1
-0
/
+10
*
[OPENMP] Add support for 'omp for simd' directive.
Alexey Bataev
2015-06-18
1
-0
/
+10
*
[OPENMP] Remove last iteration separation for loop-based constructs.
Alexey Bataev
2015-06-16
1
-4
/
+0
[next]