Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add explicit keywords. | Dan Gohman | 2007-10-08 | 1 | -5/+7 |
* | Fix a using namespace llvm; in a header file. | Dan Gohman | 2007-10-03 | 1 | -0/+1 |
* | Do not overuse std::string. Pass around char * directly. | Devang Patel | 2007-08-10 | 1 | -11/+11 |
* | minor simplifications. | Chris Lattner | 2007-08-10 | 1 | -10/+8 |
* | avoid copying strings. | Chris Lattner | 2007-08-10 | 1 | -4/+4 |
* | Fix pastos in comments for doFinalization functions. | Dan Gohman | 2007-07-30 | 1 | -2/+2 |
* | Add facility to dump pass manager structure | Devang Patel | 2007-07-27 | 1 | -0/+12 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-07-20 | 1 | -10/+10 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -7/+18 |
* | Set up ground work to verify preserved analysis info. | Devang Patel | 2007-07-19 | 1 | -1/+8 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+1502 |