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
/
TreeTransform.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...
Faisal Vali
2016-03-26
1
-1
/
+3
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
1
-1
/
+3
*
P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...
Richard Smith
2016-03-20
1
-7
/
+13
*
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
Alexey Bataev
2016-03-17
1
-3
/
+26
*
Fix the template instantiation of ExtParameterInfos; tests to follow.
John McCall
2016-03-01
1
-10
/
+50
*
[Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.
Akira Hatanaka
2016-02-25
1
-1
/
+0
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-0
/
+11
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+11
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+6
*
[OpenMP] Detect implicit map type to report unspecified map type for target e...
Samuel Antao
2016-01-19
1
-11
/
+12
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+11
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+11
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
1
-0
/
+24
*
Fix assert hit when tree-transforming template template parameter packs.
Manuel Klimek
2016-01-11
1
-1
/
+1
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+29
*
Improve conditional checking during template instantiation.
Richard Trieu
2016-01-06
1
-3
/
+5
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-6
/
+5
*
[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.
Alexey Bataev
2015-12-28
1
-8
/
+9
*
[Sema] ArrayRef-ize SubstExprs. NFC
Craig Topper
2015-12-24
1
-2
/
+2
*
[Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFC
Craig Topper
2015-12-24
1
-5
/
+3
*
[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.
Alexey Bataev
2015-12-23
1
-0
/
+5
*
[OPENMP] Revert r256238 to fix the problem with tests on Linux.
Alexey Bataev
2015-12-22
1
-5
/
+0
*
[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.
Alexey Bataev
2015-12-22
1
-0
/
+5
*
[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...
Alexey Bataev
2015-12-18
1
-4
/
+1
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
1
-0
/
+19
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-0
/
+11
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-11
/
+0
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
1
-0
/
+21
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-0
/
+11
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
1
-0
/
+21
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
1
-0
/
+7
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
1
-0
/
+11
*
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev
2015-12-01
1
-0
/
+21
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
1
-0
/
+11
*
[OpenMP] Parsing and sema support for thread_limit clause.
Kelvin Li
2015-11-27
1
-0
/
+22
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
1
-0
/
+19
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
1
-1
/
+22
*
[OpenMP] Parsing and sema support for map clause
Kelvin Li
2015-11-23
1
-0
/
+30
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-4
/
+4
*
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
Richard Smith
2015-11-11
1
-5
/
+6
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-1
/
+77
*
[coroutines] Initial stub Sema functionality for handling coroutine await / y...
Richard Smith
2015-10-22
1
-1
/
+3
*
Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...
Craig Topper
2015-10-22
1
-7
/
+5
*
Re-land r250592 without rejecting field refs in unevaluated contexts
Reid Kleckner
2015-10-20
1
-2
/
+13
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st...
Reid Kleckner
2015-10-20
1
-11
/
+1
*
Diagnose UnresolvedLookupExprs that resolve to instance members in static met...
Reid Kleckner
2015-10-17
1
-1
/
+11
*
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...
Hans Wennborg
2015-09-29
1
-2
/
+2
*
[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Alexey Bataev
2015-09-28
1
-0
/
+6
[next]