aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PassNameParser.h
Commit message (Expand)AuthorAgeFilesLines
* Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor2009-11-051-0/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-1/+1
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Edwin Török2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-1/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Using "unsigned" was masking the "size_t" version of this method.Bill Wendling2008-05-051-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Doxygenize comments.David Greene2007-08-211-22/+22
* Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene2007-08-201-2/+40
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+94