aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/PrintModulePass.h
AgeCommit message (Collapse)Author
2001-10-18Refactor code into Assembly & bytecode librariesChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@903 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-18move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@901 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-18Pull bytecode writing out of Module writer pass. Prepare to move to ↵Chris Lattner
seperate file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@895 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-18Add option to print per module instead of per method, so thatVikram S. Adve
global declarations are also printed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@891 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-18Add option to print as bytecode instead of assembly.Vikram S. Adve
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@887 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-18Convert to new simpler Pass structureChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@878 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-15ConcretePass should not be a templated class!Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@838 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-15Add new Pass infrastructure and some examplesChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@836 91177308-0d34-0410-b5e6-96231b3b80d8