Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -1/+2 |
| | | | | llvm-svn: 101786 | ||||
* | Convert the type of the LValue offset variable in APValue to CharUnits, moving | Ken Dyck | 2010-01-15 | 1 | -0/+33 |
| | | | | | | the LValue-related methods of APValue out of line to avoid header file leaching. llvm-svn: 93512 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81346 | ||||
* | Make sure to access APValue's data via a char array (rather than | Douglas Gregor | 2009-09-08 | 1 | -7/+7 |
| | | | | | | | | through an array of void*), so that we don't run afoul of the strict-aliasing rules in C++ 3.10p15. Unfortunately, GCC 4.4 still complains about this code. llvm-svn: 81251 | ||||
* | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar | 2009-03-10 | 1 | -1/+0 |
| | | | | llvm-svn: 66555 | ||||
* | Support evaluation of vector constant expressions, and codegen of same. | Nate Begeman | 2009-01-18 | 1 | -1/+3 |
| | | | | llvm-svn: 62455 | ||||
* | Add support for vectors to APValue. Vector constant evaluator and tests coming. | Nate Begeman | 2009-01-18 | 1 | -0/+10 |
| | | | | llvm-svn: 62438 | ||||
* | add dump and print methods, add operator<< for APValue. | Chris Lattner | 2008-11-16 | 1 | -0/+97 |
llvm-svn: 59411 |