aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/PrintModulePass.h
AgeCommit message (Expand)Author
2001-10-18Refactor code into Assembly & bytecode librariesChris Lattner
2001-10-18move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner
2001-10-18Pull bytecode writing out of Module writer pass. Prepare to move to seperate...Chris Lattner
2001-10-18Add option to print per module instead of per method, so thatVikram S. Adve
2001-10-18Add option to print as bytecode instead of assembly.Vikram S. Adve
2001-10-18Convert to new simpler Pass structureChris Lattner
2001-10-15ConcretePass should not be a templated class!Chris Lattner
2001-10-15Add new Pass infrastructure and some examplesChris Lattner