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 __builtin_nanf support; we now can deal with them as constants.
Mike Stump
2009-05-30
1
-3
/
+14
*
Fix up constant expression handling to deal with the address
Eli Friedman
2009-05-27
1
-3
/
+12
*
When evaluating a VarDecl as a constant or determining whether it is
Douglas Gregor
2009-05-26
1
-2
/
+11
*
Implement C++0x nullptr.
Sebastian Redl
2009-05-10
1
-1
/
+3
*
Remove an unneeded special case.
Daniel Dunbar
2009-05-03
1
-10
/
+1
*
Properly compute the alignment of typedefs that make use of the
Douglas Gregor
2009-04-30
1
-24
/
+3
*
Minor simplification; also silences gcc warning.
Eli Friedman
2009-04-29
1
-1
/
+1
*
PR4097: add logic to Evaluate to handle pointer equality comparisons.
Eli Friedman
2009-04-28
1
-7
/
+16
*
Add handling for complex->int, int->complex float, and float->complex
Eli Friedman
2009-04-22
1
-14
/
+38
*
Use an ASTRecordLayout to compute the sizeof an interface, not
Daniel Dunbar
2009-04-21
1
-7
/
+7
*
Fix <rdar://problem/6765383> clang-6: clang does not appear to support declar...
Steve Naroff
2009-04-16
1
-0
/
+10
*
Add Expr::EvaluateAsLValue which will (believe it or not) try to evaluate an ...
Anders Carlsson
2009-04-10
1
-0
/
+6
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-2
/
+2
*
Slight generalization for Evaluate with const variables.
Eli Friedman
2009-03-30
1
-2
/
+2
*
Fix PR3868 by making Evaluate handle cases like "(long)&a + 4".
Eli Friedman
2009-03-24
1
-6
/
+27
*
Minor Evaluate cleanup; add some boilerplate implementations to
Eli Friedman
2009-03-23
1
-29
/
+26
*
Minor enhancements to Evaluate.
Eli Friedman
2009-03-23
1
-13
/
+25
*
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-16
1
-0
/
+1
*
Minor cleanup for choose expressions: add a helper that returns the
Eli Friedman
2009-03-04
1
-9
/
+3
*
Fix obvious shortcoming in the implementations of Evaluate for
Eli Friedman
2009-02-28
1
-3
/
+19
*
Change the AST generated for offsetof a bit so that it looks like a
Eli Friedman
2009-02-27
1
-2
/
+10
*
Some minor improvements to Evaluate.
Eli Friedman
2009-02-27
1
-3
/
+23
*
Add Type::hasPointerRepresentation predicate.
Daniel Dunbar
2009-02-26
1
-8
/
+2
*
Remove short-circuit evaluation and the extension warnings. I'm
Eli Friedman
2009-02-26
1
-43
/
+6
*
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-24
1
-0
/
+1
*
Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244.
Steve Naroff
2009-02-23
1
-2
/
+1
*
A few small improvements to Evaluate for stuff I noted in FIXMEs.
Eli Friedman
2009-02-23
1
-17
/
+88
*
A bit of Evaluate cleanup. Also, a full audit of what's missing that
Eli Friedman
2009-02-22
1
-22
/
+33
*
Enhance Evaluate to handle ObjC qualified id and class types; as far as
Eli Friedman
2009-02-22
1
-4
/
+9
*
Fix for PR3433: map __alignof__ to preferred alignment. (This was
Eli Friedman
2009-02-22
1
-1
/
+1
*
Evaluation of unary deref could call integer evaluator on non-integral
Daniel Dunbar
2009-02-21
1
-0
/
+7
*
Handle constant int -> ptr casts of lvalue results.
Daniel Dunbar
2009-02-20
1
-8
/
+17
*
Add support for * (unary dereference) operator to ExprConstant.
Eli Friedman
2009-02-20
1
-0
/
+9
*
ExprConstant handling for a couple more cases of pointer-to-int casts
Eli Friedman
2009-02-20
1
-3
/
+18
*
Extend Evaluate() to fold (int) <pointer type>.
Daniel Dunbar
2009-02-19
1
-4
/
+11
*
Simplify, no functionality change.
Daniel Dunbar
2009-02-19
1
-6
/
+6
*
Add enough checking to ensure that non-constant block literals don't
Mike Stump
2009-02-19
1
-1
/
+5
*
Change IntExprEvaluator to operate on an APValue not an APSInt.
Daniel Dunbar
2009-02-19
1
-37
/
+55
*
Add another IntExprEvaluator::Success overload to suck up remained of
Daniel Dunbar
2009-02-19
1
-43
/
+49
*
Add IntExprEvaluator::Success method.
Daniel Dunbar
2009-02-19
1
-174
/
+77
*
Handle the GNU void* and function pointer arithmetic extensions for constant ...
Anders Carlsson
2009-02-19
1
-1
/
+7
*
More codegen for blocks. The type of block literals should be better.
Mike Stump
2009-02-19
1
-0
/
+1
*
Codegen for int (^bp)(int) = 0;
Mike Stump
2009-02-18
1
-2
/
+4
*
Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait to not collide
Daniel Dunbar
2009-02-17
1
-1
/
+1
*
Eek! getDeclAlign sometimes returned alignment in bits.
Daniel Dunbar
2009-02-17
1
-2
/
+2
*
Renamed ASQualType to ExtQualType to reflect its more
Fariborz Jahanian
2009-02-17
1
-2
/
+2
*
Add hook to add attributes to function declarations that we know
Douglas Gregor
2009-02-14
1
-3
/
+4
*
Teach the constant evaluator about C++ const integral variables.
Sebastian Redl
2009-02-08
1
-1
/
+10
*
Evaluate ==,!= for complex types.
Daniel Dunbar
2009-01-29
1
-0
/
+44
*
Evaluate casts to complex.
Daniel Dunbar
2009-01-29
1
-30
/
+103
[prev]
[next]