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
/
Serialization
/
ASTWriterStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r273705
Carlo Bertolli
2016-06-24
1
-10
/
+0
*
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
2016-06-24
1
-0
/
+10
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-0
/
+1
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-17
/
+15
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-1
/
+2
*
Revert accidential "[MSVC] Late parsing of in-class defined member functions ...
Alexey Bataev
2016-06-15
1
-12
/
+0
*
[MSVC] Late parsing of in-class defined member functions in template
Alexey Bataev
2016-06-15
1
-0
/
+12
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-2
/
+1
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-1
/
+2
*
[OpenMP] Parsing and sema support for the from clause
Samuel Antao
2016-05-26
1
-0
/
+20
*
[OpenMP] Parsing and sema support for the to clause
Samuel Antao
2016-05-26
1
-0
/
+20
*
[OpenMP] Parsing and sema support for target update directive
Samuel Antao
2016-05-26
1
-0
/
+7
*
[OPENMP 4.5] Codegen for dacross loop synchronization constructs.
Alexey Bataev
2016-05-25
1
-0
/
+2
*
[OpenMP] Improve mappable expressions Sema.
Samuel Antao
2016-04-26
1
-2
/
+15
*
Fix order-of-evaluation bug (causing GCC buildbots to fail).
Richard Smith
2016-04-06
1
-1
/
+2
*
Minor simplifications.
Richard Smith
2016-04-06
1
-9
/
+5
*
Re-commit r265518 ("[modules] Continue factoring encoding of AST records out of
Richard Smith
2016-04-06
1
-647
/
+637
*
Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."
Dmitry Polukhin
2016-04-06
1
-637
/
+647
*
[modules] Continue factoring encoding of AST records out of ASTWriter.
Richard Smith
2016-04-06
1
-647
/
+637
*
[modules] Start moving the code for encoding AST records out of ASTWriter into
Richard Smith
2016-04-01
1
-1
/
+1
*
[OPENMP] Remove extra code transformation.
Alexey Bataev
2016-03-29
1
-0
/
+1
*
Fix serialization/deserialization for __uuidof
David Majnemer
2016-03-28
1
-0
/
+1
*
P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...
Richard Smith
2016-03-20
1
-1
/
+2
*
[OPENMP 4.5] Codegen for data members in 'linear' clause.
Alexey Bataev
2016-03-09
1
-0
/
+1
*
Reapply r262741 [OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-07
1
-1
/
+2
*
Revert r262741 - [OPENMP] Codegen for distribute directive
Samuel Antao
2016-03-04
1
-2
/
+1
*
[OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-04
1
-1
/
+2
*
[OPENMP] Simplify handling of clauses with postupdates, NFC.
Alexey Bataev
2016-03-04
1
-2
/
+1
*
[OPENMP 4.5] Codegen for data members in 'reduction' clause.
Alexey Bataev
2016-03-02
1
-0
/
+2
*
[OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.
Alexey Bataev
2016-02-25
1
-0
/
+7
*
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
Alexey Bataev
2016-02-17
1
-0
/
+1
*
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev
2016-02-16
1
-3
/
+9
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-0
/
+7
*
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
/
+8
*
[OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+8
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+8
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+8
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
1
-0
/
+9
*
Only instantiate a default argument once.
John McCall
2016-01-06
1
-7
/
+0
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-8
/
+8
*
[TrailingObjects] Convert AST classes that had a ASTTemplateKWAndArgsInfo.
James Y Knight
2015-12-29
1
-18
/
+25
*
[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.
Alexey Bataev
2015-12-28
1
-0
/
+4
*
[TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...
James Y Knight
2015-12-24
1
-1
/
+1
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
1
-0
/
+6
*
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
/
+5
*
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
/
+5
[prev]
[next]