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
2008-08-22
Initial implementation of floats in Expr::tryEvaluate; this doesn't
Eli Friedman
2008-08-18
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-10
Remove the old evaluator code.
Anders Carlsson
2008-08-09
Turn on the new constant expression evaluator; it isn't
Eli Friedman
2008-07-27
Minor tweak plus a couple of FIXMEs.
Eli Friedman
2008-07-12
expand casts to handle what isIntegerConstantExpr handles.
Chris Lattner
2008-07-12
Add support for __builtin_type_compatible_p, enums, etc.
Chris Lattner
2008-07-12
start remembering diagnostics for various cases, add some missing
Chris Lattner
2008-07-11
Provide a structure for passing down 'is evaluated' and passing up
Chris Lattner
2008-07-11
simplify some code a bit.
Chris Lattner
2008-07-11
share code between sizeof(expr) and sizeof(type)
Chris Lattner
2008-07-11
implement support for __extension__, make sure the result of a
Chris Lattner
2008-07-11
add a new getIntTypeSizeInBits method.
Chris Lattner
2008-07-11
rename "SInt" methods to "Int" in APValue.
Chris Lattner
2008-07-11
make the new evaluator avoid conversions APValue<->APSInt in some cases.
Chris Lattner
2008-07-11
rearrange some code, no functionality changes.
Chris Lattner
2008-07-08
Fix small bug. The evaluator now works well enough to pass all tests
Anders Carlsson
2008-07-08
More constant expression work.
Anders Carlsson
2008-07-08
Move out some methods.
Anders Carlsson
2008-07-08
More work.
Anders Carlsson
2008-07-08
Compilation fix
Seo Sanghyeon
2008-07-08
Port more of Eli's evaluator over. This makes the int evaluator handle binary...
Anders Carlsson
2008-07-08
Commit beginnings of int evaluator. Currently not used.
Anders Carlsson
2008-07-03
Shuffle things around in preparation for integrating Eli's constant evaluator.
Anders Carlsson