aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/PassManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit keywords.Dan Gohman2007-10-081-5/+7
* Fix a using namespace llvm; in a header file.Dan Gohman2007-10-031-0/+1
* Do not overuse std::string. Pass around char * directly.Devang Patel2007-08-101-11/+11
* minor simplifications.Chris Lattner2007-08-101-10/+8
* avoid copying strings.Chris Lattner2007-08-101-4/+4
* Fix pastos in comments for doFinalization functions.Dan Gohman2007-07-301-2/+2
* Add facility to dump pass manager structure Devang Patel2007-07-271-0/+12
* Use SmallVector instead of std::vector.Devang Patel2007-07-201-10/+10
* Verify loop info.Devang Patel2007-07-191-7/+18
* Set up ground work to verify preserved analysis info.Devang Patel2007-07-191-1/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1502