aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Pass.h
AgeCommit message (Expand)Author
2001-10-18move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner
2001-10-18Simplify Pass by removing silly subclassesChris Lattner
2001-10-18Fix minor bug, update commentsChris Lattner
2001-10-18Pass's return true if they make a modification, not if they failChris Lattner
2001-10-15ConcretePass should not be a templated class!Chris Lattner
2001-10-15Add new Pass infrastructure and some examplesChris Lattner