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
...
*
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
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-9
/
+47
*
Reduce stack usage of TreeTransform.
Eli Friedman
2013-09-06
1
-0
/
+5
*
Clear LookupResult object if invalid candidate is found.
Serge Pavlov
2013-09-04
1
-3
/
+9
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-47
/
+9
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-9
/
+47
*
Cleanup of OpaquePtr. No functionality changes.
Serge Pavlov
2013-08-27
1
-1
/
+1
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-21
/
+5
*
const'ify Sema::ActOnCXXTryBlock by
Robert Wilhelm
2013-08-22
1
-3
/
+2
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-5
/
+21
*
Properly track l-paren of a CXXFucntionalCastExpr.
Eli Friedman
2013-08-15
1
-1
/
+1
*
Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...
Robert Wilhelm
2013-08-10
1
-3
/
+3
*
Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
2013-08-09
1
-0
/
+1
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-1
/
+1
*
FIXME fix: improving diagnostics for template arguments deduction of class te...
Larisse Voufo
2013-07-19
1
-4
/
+0
*
Fix pack instantiation with function types.
Eli Friedman
2013-07-19
1
-0
/
+4
*
Correctly handle packs for variadic type traits.
Eli Friedman
2013-07-19
1
-0
/
+13
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+130
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+1
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
1
-6
/
+4
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+16
*
Fix one place I missed that was memcpy'ing TypeLocs in a way that messes
Eli Friedman
2013-06-20
1
-2
/
+2
*
Unify return type checking for functions and ObjC methods. Move all the
Eli Friedman
2013-06-14
1
-9
/
+0
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+11
*
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
Eli Friedman
2013-06-07
1
-1
/
+1
[prev]
[next]