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
/
AST
/
StmtPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev
2016-02-16
1
-5
/
+19
*
Fix the ASTPrinter output for ascii char literals >127.
Steven Watanabe
2016-02-13
1
-0
/
+6
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
1
-2
/
+2
*
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
Alexey Bataev
2016-02-08
1
-6
/
+8
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-0
/
+6
*
assert(false) -> llvm_unreachable().
Davide Italiano
2016-01-30
1
-1
/
+1
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+6
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+10
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+6
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+6
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
1
-0
/
+10
*
Properly track that a character literal is UTF-8, and pretty print the prefix...
Aaron Ballman
2016-01-07
1
-0
/
+1
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-3
/
+3
*
[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.
Alexey Bataev
2015-12-28
1
-2
/
+12
*
[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...
Alexey Bataev
2015-12-18
1
-5
/
+5
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
1
-0
/
+7
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-0
/
+5
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-5
/
+0
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
1
-0
/
+6
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-0
/
+5
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
1
-0
/
+6
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
1
-0
/
+4
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
1
-0
/
+6
*
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev
2015-12-01
1
-0
/
+6
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
1
-0
/
+6
*
[OpenMP] Parsing and sema support for thread_limit clause.
Kelvin Li
2015-11-27
1
-0
/
+6
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
1
-0
/
+7
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
1
-0
/
+6
*
[OpenMP] Parsing and sema support for map clause
Kelvin Li
2015-11-23
1
-0
/
+17
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-0
/
+25
*
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
*
When pretty-printing a C++11 literal operator, don't insert whitespace between
Richard Smith
2015-10-08
1
-1
/
+1
*
[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Alexey Bataev
2015-09-28
1
-0
/
+2
*
[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.
Alexey Bataev
2015-09-25
1
-1
/
+5
*
[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
Alexey Bataev
2015-09-18
1
-1
/
+1
*
[OPENMP] Fix printing of array section with single index.
Alexey Bataev
2015-09-11
1
-3
/
+5
*
[OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.
Alexey Bataev
2015-09-03
1
-0
/
+2
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+12
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-0
/
+6
*
[OPENMP 4.1] Initial support for modifiers in 'linear' clause.
Alexey Bataev
2015-08-20
1
-0
/
+6
*
This patch commits OpenMP 4 target device clauses
Michael Wong
2015-08-07
1
-0
/
+6
*
[OPENMP 4.1] Initial support for extended 'ordered' clause.
Alexey Bataev
2015-07-30
1
-1
/
+6
*
[AST] It should be impossible to get Int128 or UInt128 into VisitIntegerLiteral
David Majnemer
2015-07-26
1
-2
/
+0
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-0
/
+5
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-7
/
+4
*
[AST] Cleanup ExprIterator.
Benjamin Kramer
2015-07-18
1
-1
/
+1
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+6
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-0
/
+3
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-0
/
+6
[prev]
[next]