Age | Commit message (Expand) | Author |
---|---|---|
2010-01-15 | Convert the type of the LValue offset variable in APValue to CharUnits, moving | Ken Dyck |
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-03-10 | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar |
2009-01-18 | Support evaluation of vector constant expressions, and codegen of same. | Nate Begeman |
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 |