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
/
const-init-cxx11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR12226: don't generate wrong code if a braced string literal is used to
Richard Smith
2012-04-15
1
-0
/
+3
*
Don't forget to evaluate the subexpression in a null pointer cast. If we're
Richard Smith
2012-04-08
1
-0
/
+9
*
ConstStructBuilder: fix offset math for base classes so it works correctly in...
Eli Friedman
2012-03-30
1
-0
/
+5
*
Don't even try to directly emit the value of a DeclRefExpr if that declaration
Richard Smith
2012-03-07
1
-1
/
+1
*
Reinstate r151879, r151880, reverted in r151922, along with a bugfix for
Richard Smith
2012-03-02
1
-0
/
+72
*
Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable...
Daniel Dunbar
2012-03-02
1
-27
/
+0
*
Fix buildbot: make this test less dependent on the value names in the produce...
Richard Smith
2012-03-02
1
-2
/
+2
*
PR12145: Avoid emitting loads of constexpr variables in contexts where there
Richard Smith
2012-03-02
1
-0
/
+27
*
PR12067: When emitting an evaluated constant structure in C++11 mode, don't
Richard Smith
2012-02-23
1
-0
/
+36
*
When performing IRGen on a global, emit it as a constant if:
Richard Smith
2012-02-17
1
-8
/
+8
*
Make sure all remaining parts of the constant evaluator are aware that an array
Richard Smith
2012-02-17
1
-0
/
+8
*
PR12012: Fix a regression in r150419 where we would try (and fail) to
Richard Smith
2012-02-17
1
-0
/
+14
*
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
1
-0
/
+84
*
constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr
Richard Smith
2012-01-27
1
-2
/
+2
*
fix to go along with an llvm change: VMCore now returns an UndefValue
Chris Lattner
2012-01-26
1
-1
/
+1
*
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-14
1
-0
/
+188
*
Address Richard's review comments on r147561 (Evaluate support for address-of...
Eli Friedman
2012-01-05
1
-0
/
+9