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
*
[OPENMP][C++11] Renamed loop vars properly.
Alexey Bataev
2014-04-04
1
-8
/
+8
*
[OPENMP] Small update for C++11
Alexey Bataev
2014-04-03
1
-4
/
+2
*
[OPENMP] Implemented 'copyin' clause
Alexey Bataev
2014-03-31
1
-0
/
+31
*
[OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexey Bataev
2014-03-21
1
-0
/
+20
*
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...
Aaron Ballman
2014-03-17
1
-5
/
+4
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-5
/
+3
*
[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...
Aaron Ballman
2014-03-14
1
-12
/
+6
*
Add SourceRange to err_not_tag_in_scope diagnostic in TreeTransform<...>::Reb...
Stephan Tolksdorf
2014-03-13
1
-2
/
+1
*
[C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...
Aaron Ballman
2014-03-13
1
-6
/
+4
*
Another one fix for getSema()/getDerived().getSema()
Alexey Bataev
2014-03-07
1
-1
/
+1
*
Fixed getSema()/getDerived().getSema() diff pointed by Hal Finkel.
Alexey Bataev
2014-03-07
1
-1
/
+1
*
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...
Alexey Bataev
2014-03-06
1
-0
/
+4
*
[OPENMP] Clause 'num_threads'
Alexey Bataev
2014-03-06
1
-0
/
+24
*
[OPNEMP] Fixed instantiation of 'if' clause
Alexey Bataev
2014-03-05
1
-1
/
+4
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-18
/
+35
*
[OPENMP] 'if' clause support (no CodeGen support)
Alexey Bataev
2014-02-13
1
-0
/
+19
*
Allow transformation of VariableArray to ConstantArray.
Serge Pavlov
2014-02-06
1
-1
/
+3
*
Rename getResultLoc() too
Alp Toker
2014-01-25
1
-3
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-9
/
+6
*
PR18560: When switching to a new context, don't just save and restore an
Richard Smith
2014-01-24
1
-1
/
+2
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-5
/
+5
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-14
/
+10
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-28
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-33
/
+0
*
Remove unused variable.
Richard Trieu
2013-12-05
1
-1
/
+0
*
Fix init-captures for generic lambdas.
Faisal Vali
2013-12-05
1
-27
/
+53
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-2
/
+17
*
Factor duplicated code for TransformTypeInObjectScope
Reid Kleckner
2013-12-04
1
-49
/
+22
*
REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates.
Faisal Vali
2013-11-12
1
-2
/
+1
*
PR17800: When performing pack expansion, we must always rebuild the AST nodes
Richard Smith
2013-11-07
1
-1
/
+5
*
Refactor out the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-1
/
+3
*
And Again: Teach TreeTransform how to transform nested generic lambdas.
Faisal Vali
2013-10-23
1
-28
/
+85
*
Revert r193223 and r193216.
Rafael Espindola
2013-10-23
1
-88
/
+29
*
Remove the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-1
/
+3
*
Again: Teach TreeTransform and family how to transform generic
Faisal Vali
2013-10-23
1
-28
/
+85
*
ms-compat: Fix taking the address of a member of a dependent base
Reid Kleckner
2013-10-15
1
-0
/
+1
*
Sema: Cleanup formatting of C++ exceptions related code
David Majnemer
2013-10-15
1
-27
/
+16
*
Sema: Cleanup formatting of SEH related code
David Majnemer
2013-10-15
1
-41
/
+31
*
Sema: Don't crash when __try/__except/__finally appears in a template function
David Majnemer
2013-10-15
1
-3
/
+6
*
Revert "Teach TreeTransform and family how to transform generic lambdas withi...
Rafael Espindola
2013-10-04
1
-74
/
+22
*
Teach TreeTransform and family how to transform generic lambdas within templa...
Faisal Vali
2013-10-03
1
-22
/
+74
*
Revert changes from the nested lambdas commit till i figure out
Faisal Vali
2013-10-03
1
-73
/
+22
*
Teach TreeTransform and family how to transform generic lambdas within templa...
Faisal Vali
2013-10-03
1
-22
/
+73
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-0
/
+32
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-7
/
+10
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-5
/
+18
*
[OPENMP] Bug fixes and improvements.
Alexey Bataev
2013-09-24
1
-4
/
+4
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+29
*
Fix missing source location in CXXTemporaryObjectExpr nodes.
Enea Zaffanella
2013-09-07
1
-2
/
+2
[next]