index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
APValue.h
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-08
Make sure to access APValue's data via a char array (rather than
Douglas Gregor
2009-01-24
Fix invalid evaluation of _Complex float (real & imaginary parts had
Daniel Dunbar
2009-01-21
initialialize some ivars in ctor.
Chris Lattner
2009-01-18
Add support for vectors to APValue. Vector constant evaluator and tests coming.
Nate Begeman
2008-11-16
add dump and print methods, add operator<< for APValue.
Chris Lattner
2008-11-16
move some APValue methods out of line.
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-08
Add LValue setters for APValue
Anders Carlsson
2008-07-03
Shuffle things around in preparation for integrating Eli's constant evaluator.
Anders Carlsson
2008-07-03
Make APValue an APSInt.
Anders Carlsson
2008-06-22
add a new clang::APValue class at Eli's request. It is a discriminated
Chris Lattner