Age | Commit message (Expand) | Author |
---|---|---|
2001-10-18 | move llvm/Transforms/Pass.h to the top level llvm/Pass.h file | Chris Lattner |
2001-10-18 | Simplify Pass by removing silly subclasses | Chris Lattner |
2001-10-18 | Fix minor bug, update comments | Chris Lattner |
2001-10-18 | Pass's return true if they make a modification, not if they fail | Chris Lattner |
2001-10-15 | ConcretePass should not be a templated class! | Chris Lattner |
2001-10-15 | Add new Pass infrastructure and some examples | Chris Lattner |