Add new Pass infrastructure and some examples
authorChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 17:31:51 +0000 (17:31 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 17:31:51 +0000 (17:31 +0000)
commit1bffea0341968b3b2b0106c745d4602b6804e62f
treec76072d785eecda413d6e12bcf7ce41f965f5e9d
parent3524fc2197c17edcea786a9bb0e00246438dba90
Add new Pass infrastructure and some examples

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@836 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/ChangeAllocations.h [new file with mode: 0644]
include/llvm/Transforms/HoistPHIConstants.h [new file with mode: 0644]
include/llvm/Transforms/Pass.h [new file with mode: 0644]
include/llvm/Transforms/PrintModulePass.h [new file with mode: 0644]
lib/Transforms/HoistPHIConstants.cpp [new file with mode: 0644]
lib/Transforms/Utils/LowerAllocations.cpp [new file with mode: 0644]