summaryrefslogtreecommitdiff
path: root/lib/AST/APValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin2011-07-181-0/+45
* Refactoring of constant expression evaluatorPeter Collingbourne2011-05-131-4/+4
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+2
* Convert the type of the LValue offset variable in APValue to CharUnits, movingKen Dyck2010-01-151-0/+33
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Make sure to access APValue's data via a char array (rather thanDouglas Gregor2009-09-081-7/+7
* Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar2009-03-101-1/+0
* Support evaluation of vector constant expressions, and codegen of same.Nate Begeman2009-01-181-1/+3
* Add support for vectors to APValue. Vector constant evaluator and tests coming.Nate Begeman2009-01-181-0/+10
* add dump and print methods, add operator<< for APValue.Chris Lattner2008-11-161-0/+97