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
/
AST
/
ExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Improve r146813 (for PR11595) to give an appropriate diagnostic.
Richard Smith
2011-12-19
1
-6
/
+11
*
constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'
Richard Smith
2011-12-19
1
-65
/
+54
*
PR11604: don't allow floating-literal-to-integer casts in ICEs if the (trunca...
Richard Smith
2011-12-18
1
-3
/
+17
*
Add a missing check before trying to evaluate a temporary. PR11595.
Eli Friedman
2011-12-17
1
-0
/
+3
*
C++11 constexpr: Add note stacks containing backtraces if constant evaluation
Richard Smith
2011-12-16
1
-19
/
+105
*
Add checks and diagnostics for many of the cases which C++11 considers to not
Richard Smith
2011-12-13
1
-89
/
+203
*
Clean up diagnostic wording for disallowed casts in C++11 constant expressions.
Richard Smith
2011-12-12
1
-2
/
+7
*
Implement C++11 constant expression cast restrictions.
Richard Smith
2011-12-12
1
-0
/
+19
*
Fix some not-yet-used diagnostic code in a template, which gcc spotted and clang
Richard Smith
2011-12-12
1
-1
/
+1
*
Prepare constant expression infrastructure for the generation of richer
Richard Smith
2011-12-12
1
-69
/
+81
*
Add a fast path to the constant evaluator for integer literals. This speeds up
Richard Smith
2011-12-10
1
-0
/
+8
*
C++11 constant expressions: Don't use CheckICE in C++11; instead, determine
Richard Smith
2011-12-09
1
-284
/
+379
*
In ExprEvaluatorBase::VisitOpaqueValueExpr() add a sanity check to avoid
Argyrios Kyrtzidis
2011-12-09
1
-3
/
+10
*
Replace the implementation of __builtin_constant_p (which was based on the GCC
Richard Smith
2011-12-09
1
-5
/
+47
*
When folding the size of a global scope VLA to a constant, require the array
Richard Smith
2011-12-07
1
-0
/
+34
*
Move vector bitcast handling in constant expressions from the expression
Richard Smith
2011-12-06
1
-31
/
+1
*
Make isWeakDecl available as a method on ValueDecl.
Lang Hames
2011-12-05
1
-9
/
+3
*
Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same
Richard Smith
2011-11-21
1
-8
/
+8
*
Constant expression evaluation: add support for evaluation of member pointers
Richard Smith
2011-11-17
1
-151
/
+674
*
PR11391: Don't try to evaluate the LHS of a _Complex assignment as an rvalue.
Richard Smith
2011-11-16
1
-0
/
+4
*
Fix PR11385: A pointer constant expression which has been cast via an integer is
Richard Smith
2011-11-16
1
-0
/
+1
*
Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr
Richard Smith
2011-11-12
1
-86
/
+74
*
Constant expression evalation: const_cast support.
Richard Smith
2011-11-11
1
-6
/
+1
*
Reduce the constexpr stack pressure somewhat. Hopefully this will be enough to
Richard Smith
2011-11-11
1
-1
/
+1
*
Constant expression evaluation: support for constexpr member functions. This
Richard Smith
2011-11-11
1
-46
/
+118
*
Revert r144273. It causes clang self-host build failure.
Devang Patel
2011-11-10
1
-56
/
+31
*
Constant expression evaluation: support for constexpr member functions.
Richard Smith
2011-11-10
1
-31
/
+56
*
Constant expression evaluation: support for evaluation of structs and unions of
Richard Smith
2011-11-10
1
-142
/
+620
*
Temporary fix for a performance problem Eli spotted. The APValue representation
Richard Smith
2011-11-10
1
-0
/
+6
*
Constant expression evaluation: support for default arguments.
Richard Smith
2011-11-09
1
-0
/
+2
*
Fix a cluster of related issues involving value-dependence and constant
Richard Smith
2011-11-08
1
-1
/
+4
*
Constant expression evaluation: support for arrays.
Richard Smith
2011-11-07
1
-33
/
+127
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-2
/
+0
*
Constant expression evaluation: preserve subobject designator when flattening a
Richard Smith
2011-11-07
1
-38
/
+70
*
Allow constexpr variables' initializers to be folded in C++11 mode. This
Richard Smith
2011-11-07
1
-2
/
+4
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+1
*
Remove unused variables.
Benjamin Kramer
2011-11-04
1
-2
/
+0
*
Constant expression evaluation: refactor to start the groundwork for coping with
Richard Smith
2011-11-04
1
-15
/
+55
*
Constant expression evaluation: track the manner in which an lvalue was written,
Richard Smith
2011-11-04
1
-44
/
+172
*
Constant expression evaluation: although we don't know whether a literal will
Richard Smith
2011-11-04
1
-2
/
+4
*
When constant-folding, don't look at the initializer of a global const variable
Richard Smith
2011-11-01
1
-5
/
+11
*
Temporarily disable lvalue-to-rvalue conversions on const pointers while an
Richard Smith
2011-11-01
1
-1
/
+2
*
Implement C++11 'constexpr calls must return constant expressions' rule, and
Richard Smith
2011-11-01
1
-88
/
+60
*
Some minor comment changes in constant-folding comparisons.
Eli Friedman
2011-10-31
1
-2
/
+6
*
Don't try to fold comparisons between the address of an object and an arbitra...
Eli Friedman
2011-10-31
1
-0
/
+6
*
Refactoring and test for r143360. Support for array rvalue to pointer decay is
Richard Smith
2011-10-31
1
-3
/
+6
*
Temporary fix for assert while evaluating array-to-pointer decay on array
Richard Smith
2011-10-31
1
-1
/
+3
*
C++11 generalized constant expression handling: evaluation support for
Richard Smith
2011-10-31
1
-46
/
+89
*
C++11 generalized constant expressions: evaluate equality comparisons between
Richard Smith
2011-10-31
1
-36
/
+44
*
C++11 generalized constant expressions: support pointer comparisons where the
Richard Smith
2011-10-31
1
-40
/
+61
[prev]
[next]