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
/
blocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-1
/
+1
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-1
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-14
/
+14
*
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
1
-1
/
+1
*
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-22
1
-0
/
+25
*
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
1
-2
/
+4
*
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-26
1
-3
/
+3
*
Two minor, related fixes for template instantiation with blocks:
Douglas Gregor
2012-02-24
1
-0
/
+15
*
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-14
1
-0
/
+8
*
Be sure to insulate block literals from any cleanups in their
John McCall
2011-11-11
1
-0
/
+25
*
Whenever explicitly activating or deactivating a cleanup, we
John McCall
2011-11-10
1
-1
/
+1
*
Fix a subtle bug with cleanups: when activating
John McCall
2011-11-10
1
-0
/
+50
*
Somehow I fouled up this test.
John McCall
2011-08-17
1
-2
/
+0
*
Gather cleanups correctly in block return statements.
John McCall
2011-08-17
1
-0
/
+26
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-2
/
+2
*
When block-capturing a variable with a non-trivial destructor,
John McCall
2011-04-28
1
-0
/
+17
*
After much contemplation, I've decided that we probably shouldn't "unique"
John McCall
2011-03-31
1
-0
/
+32
*
Extend the const capture optimization to C++ record types with no
John McCall
2011-02-08
1
-0
/
+47
*
When copy-capturing values for a nested capture, use a BlockDeclRefExpr.
John McCall
2011-02-07
1
-0
/
+10