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
/
Stmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-4
/
+3
*
[ptr-traits] Move methods manipulating PointerUnions, DenseMap pointer
Chandler Carruth
2015-12-30
1
-0
/
+34
*
Use std::copy and std::transform instead of manual loops. NFC
Craig Topper
2015-12-05
1
-17
/
+16
*
[AST] ArrayRef-ize CompoundStmt::setStmts.
Craig Topper
2015-12-04
1
-6
/
+7
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
1
-0
/
+27
*
Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h into
James Y Knight
2015-10-02
1
-1258
/
+0
*
[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.
Alexey Bataev
2015-09-25
1
-6
/
+12
*
[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
Alexey Bataev
2015-09-18
1
-6
/
+11
*
[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...
Alexey Bataev
2015-09-15
1
-15
/
+19
*
[OpenMP] Make the filetered clause iterator a real iterator and type safe.
Benjamin Kramer
2015-08-30
1
-12
/
+0
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+1
*
[OPENMP 4.1] Initial support for modifiers in 'linear' clause.
Alexey Bataev
2015-08-20
1
-2
/
+3
*
[OPENMP 4.1] Allow variables with reference types in private clauses.
Alexey Bataev
2015-08-18
1
-8
/
+14
*
[OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.
Alexey Bataev
2015-08-14
1
-0
/
+11
*
[OPENMP 4.1] Allow references in init expression for loop-based constructs.
Alexey Bataev
2015-08-06
1
-0
/
+12
*
[ASTContext] Add a templated convenience wrapper for Allocate.
Benjamin Kramer
2015-08-04
1
-1
/
+1
*
[AST] Use StringRef's convenient copy method. No functionality change.
Benjamin Kramer
2015-08-04
1
-6
/
+1
*
[UB] When attaching empty strings to the AST, use an empty StringRef
Chandler Carruth
2015-08-04
1
-0
/
+2
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-0
/
+24
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-1
/
+1
*
Fix alignment issues in Clang.
James Y Knight
2015-07-17
1
-3
/
+2
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+20
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-0
/
+20
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-0
/
+24
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-1
/
+22
*
[OPENMP] Remove last iteration separation for loop-based constructs.
Alexey Bataev
2015-06-16
1
-5
/
+5
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
[OPENMP] Simplified iteration over clauses, NFC.
Alexey Bataev
2015-04-27
1
-4
/
+1
*
[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
2015-04-16
1
-7
/
+31
*
[OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
2015-04-16
1
-7
/
+37
*
[OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
2015-04-10
1
-3
/
+29
*
[ast] Put the Stmt hierarchy on a diet for 64 bit targets.
Benjamin Kramer
2015-04-02
1
-2
/
+1
*
[OPENMP] Sema analysis for 'atomic capture' construct.
Alexey Bataev
2015-04-01
1
-5
/
+5
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
1
-4
/
+4
*
[OPENMP] Codegen for 'copyprivate' clause ('single' directive).
Alexey Bataev
2015-03-23
1
-7
/
+31
*
[OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.
Alexander Musman
2015-03-21
1
-8
/
+37
*
[OPENMP] Additional sema analysis for 'omp atomic[ update]'.
Alexey Bataev
2015-03-13
1
-3
/
+6
*
Various fixes to mangling of list-initialization.
Richard Smith
2015-02-05
1
-2
/
+8
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-91
/
+115
*
[OPENMP] Additional processing of 'omp atomic read' directive.
Alexey Bataev
2014-11-18
1
-8
/
+10
*
Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their...
Aaron Ballman
2014-10-22
1
-1
/
+1
*
[OPENMP] Codegen for 'private' clause in 'parallel' directive.
Alexey Bataev
2014-10-21
1
-9
/
+16
*
[OPENMP] Codegen for 'if' clause in 'parallel' directive.
Alexey Bataev
2014-10-13
1
-0
/
+15
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+26
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-11
/
+23
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-23
/
+11
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-11
/
+23
*
Revert back r219295.
Alexey Bataev
2014-10-08
1
-23
/
+11
[next]