Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -1/+1 |
* | After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. | Edwin Török | 2009-07-14 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -1/+2 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
* | Using "unsigned" was masking the "size_t" version of this method. | Bill Wendling | 2008-05-05 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Doxygenize comments. | David Greene | 2007-08-21 | 1 | -22/+22 |
* | Add FilteredPassNameParser along with PassArgFilter to filter passes | David Greene | 2007-08-20 | 1 | -2/+40 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+94 |