index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
ExprConstant.cpp
Age
Commit message (
Expand
)
Author
2009-04-10
Add Expr::EvaluateAsLValue which will (believe it or not) try to evaluate an ...
Anders Carlsson
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-03-30
Slight generalization for Evaluate with const variables.
Eli Friedman
2009-03-24
Fix PR3868 by making Evaluate handle cases like "(long)&a + 4".
Eli Friedman
2009-03-23
Minor Evaluate cleanup; add some boilerplate implementations to
Eli Friedman
2009-03-23
Minor enhancements to Evaluate.
Eli Friedman
2009-03-16
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-04
Minor cleanup for choose expressions: add a helper that returns the
Eli Friedman
2009-02-28
Fix obvious shortcoming in the implementations of Evaluate for
Eli Friedman
2009-02-27
Change the AST generated for offsetof a bit so that it looks like a
Eli Friedman
2009-02-27
Some minor improvements to Evaluate.
Eli Friedman
2009-02-26
Add Type::hasPointerRepresentation predicate.
Daniel Dunbar
2009-02-26
Remove short-circuit evaluation and the extension warnings. I'm
Eli Friedman
2009-02-24
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-23
Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244.
Steve Naroff
2009-02-23
A few small improvements to Evaluate for stuff I noted in FIXMEs.
Eli Friedman
2009-02-22
A bit of Evaluate cleanup. Also, a full audit of what's missing that
Eli Friedman
2009-02-22
Enhance Evaluate to handle ObjC qualified id and class types; as far as
Eli Friedman
2009-02-22
Fix for PR3433: map __alignof__ to preferred alignment. (This was
Eli Friedman
2009-02-21
Evaluation of unary deref could call integer evaluator on non-integral
Daniel Dunbar
2009-02-20
Handle constant int -> ptr casts of lvalue results.
Daniel Dunbar
2009-02-20
Add support for * (unary dereference) operator to ExprConstant.
Eli Friedman
2009-02-20
ExprConstant handling for a couple more cases of pointer-to-int casts
Eli Friedman
2009-02-19
Extend Evaluate() to fold (int) <pointer type>.
Daniel Dunbar
2009-02-19
Simplify, no functionality change.
Daniel Dunbar
2009-02-19
Add enough checking to ensure that non-constant block literals don't
Mike Stump
2009-02-19
Change IntExprEvaluator to operate on an APValue not an APSInt.
Daniel Dunbar
2009-02-19
Add another IntExprEvaluator::Success overload to suck up remained of
Daniel Dunbar
2009-02-19
Add IntExprEvaluator::Success method.
Daniel Dunbar
2009-02-19
Handle the GNU void* and function pointer arithmetic extensions for constant ...
Anders Carlsson
2009-02-19
More codegen for blocks. The type of block literals should be better.
Mike Stump
2009-02-18
Codegen for int (^bp)(int) = 0;
Mike Stump
2009-02-17
Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait to not collide
Daniel Dunbar
2009-02-17
Eek! getDeclAlign sometimes returned alignment in bits.
Daniel Dunbar
2009-02-17
Renamed ASQualType to ExtQualType to reflect its more
Fariborz Jahanian
2009-02-14
Add hook to add attributes to function declarations that we know
Douglas Gregor
2009-02-08
Teach the constant evaluator about C++ const integral variables.
Sebastian Redl
2009-01-29
Evaluate ==,!= for complex types.
Daniel Dunbar
2009-01-29
Evaluate casts to complex.
Daniel Dunbar
2009-01-29
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
Add folding for complex mul and fix some major bugs in complex float
Daniel Dunbar
2009-01-28
Implement basic _Complex integer constant folding.
Daniel Dunbar
2009-01-27
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-25
Make the constant folder aware of
Eli Friedman
2009-01-25
Fix the address of a label to be properly considered and emitted as a
Eli Friedman
2009-01-24
Refactor sizeof handling to use constant folding logic for constant
Eli Friedman
2009-01-24
add initial support for the gcc "alignof(decl) is the alignment of the decl
Chris Lattner
2009-01-24
Improve handling of alignof. alignof(VLA) now works properly for example.
Chris Lattner
2009-01-24
Fix invalid evaluation of _Complex float (real & imaginary parts had
Daniel Dunbar
2009-01-18
Support evaluation of vector constant expressions, and codegen of same.
Nate Begeman
[next]