aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerSelect.cpp
AgeCommit message (Expand)Author
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-05-17Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner
2006-05-09Patch to make some xforms preserve each other. Patch contributed byChris Lattner
2006-05-02Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-03-30Add a simple select instruction lowering passChris Lattner