llvm-6502/lib/Transforms
Chris Lattner f57b845547 * Rename MethodPass class to FunctionPass
- Rename runOnMethod to runOnFunction
* Transform getAnalysisUsageInfo into getAnalysisUsage
  - Method is now const
  - It now takes one AnalysisUsage object to fill in instead of 3 vectors
    to fill in
  - Pass's now specify which other passes they _preserve_ not which ones
    they modify (be conservative!)
  - A pass can specify that it preserves all analyses (because it never
    modifies the underlying program)
* s/Method/Function/g in other random places as well


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2333 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-27 06:56:12 +00:00
..
Instrumentation * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
IPO * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Scalar * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Utils * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
ExprTypeConvert.cpp Change Constant::getNullConstant to Constant::getNullValue 2002-04-27 02:25:14 +00:00
HoistPHIConstants.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
LevelRaise.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Makefile Compile the scalar directory 2001-12-03 17:28:15 +00:00
TransformInternals.cpp * Clean up the code a bit 2002-04-16 22:10:36 +00:00
TransformInternals.h Add casts for documentation 2002-04-16 22:10:52 +00:00