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
/
test
/
CodeGenCXX
/
lambda-expressions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When emitting a multidimensional array copy, only emit a single flattened
Richard Smith
2016-12-14
1
-12
/
+4
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-25
/
+51
*
When copying an array into a lambda, destroy temporaries from
John McCall
2016-07-20
1
-2
/
+52
*
Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...
Alexey Bataev
2016-01-25
1
-3
/
+7
*
Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...
Alexey Bataev
2016-01-21
1
-20
/
+33
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-1
/
+1
*
Fix assertion failure if a lambda array-capture is followed by a this capture.
Richard Smith
2015-04-28
1
-0
/
+9
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-1
/
+1
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-11
/
+11
*
Emit DeferredDeclsToEmit in a DFS order.
Rafael Espindola
2015-01-22
1
-9
/
+9
*
Use a CHECK-LABEL. NFC
Rafael Espindola
2015-01-21
1
-1
/
+1
*
CodeGen: Don't crash when a lambda uses a local constexpr variable
David Majnemer
2015-01-01
1
-2
/
+10
*
CodeGen: Compound literals with funny types shouldn't crash
David Majnemer
2014-12-14
1
-1
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-14
/
+14
*
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
1
-1
/
+1
*
Update the tests.
Bill Wendling
2013-01-31
1
-1
/
+1
*
Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
2013-01-29
1
-1
/
+1
*
Don't assert/crash on reference variables in lambdas bound to a
Eli Friedman
2013-01-03
1
-2
/
+13
*
clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.
NAKAMURA Takumi
2012-12-14
1
-2
/
+2
*
Make sure the __invoke function for lambdas returns properly. Per bug report...
Eli Friedman
2012-12-13
1
-0
/
+9
*
Fix the determination of whether a capture refers to an enclosing
Douglas Gregor
2012-12-01
1
-1
/
+12
*
DR1472: A reference isn't odr-used if it has preceding initialization,
Richard Smith
2012-10-20
1
-0
/
+9
*
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
Richard Smith
2012-08-07
1
-2
/
+6
*
Implement non-internal linkage for lambda closure types that need a
Douglas Gregor
2012-02-21
1
-16
/
+16
*
Make sure that we set up the right declaration contexts when creating
Douglas Gregor
2012-02-20
1
-0
/
+3
*
When we resolve the type of an 'auto' variable, clear out the linkage
Douglas Gregor
2012-02-20
1
-0
/
+3
*
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-20
1
-16
/
+16
*
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-17
1
-0
/
+18
*
Add a coverage test for lambda expression IRGen.
Eli Friedman
2012-02-14
1
-0
/
+54