aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/APValue.cpp
AgeCommit message (Expand)Author
2010-01-15Convert the type of the LValue offset variable in APValue to CharUnits, movingKen Dyck
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-08Make sure to access APValue's data via a char array (rather thanDouglas Gregor
2009-03-10Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar
2009-01-18Support evaluation of vector constant expressions, and codegen of same.Nate Begeman
2009-01-18Add support for vectors to APValue. Vector constant evaluator and tests coming.Nate Begeman
2008-11-16add dump and print methods, add operator<< for APValue.Chris Lattner