llvm-6502/lib/VMCore
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
..
AsmWriter.cpp Pull all of the getStrValue implementation cruft out of Constants.cpp and 2002-04-18 18:53:13 +00:00
BasicBlock.cpp
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
Constants.cpp * Change Constant::getNullConstant to Constant::getNullValue 2002-04-27 02:25:43 +00:00
Dominators.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Function.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:39:35 +00:00
iBranch.cpp
iCall.cpp Add a couple of extra casts to avoid having to add #include 2002-04-09 18:36:52 +00:00
iMemory.cpp Remove gep::isStructSelector 2002-04-18 14:44:53 +00:00
InstrTypes.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:39:58 +00:00
Instruction.cpp
iOperators.cpp
iSwitch.cpp Add a couple of extra casts to avoid extra #include 2002-04-09 18:37:08 +00:00
Linker.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:48:49 +00:00
Makefile
Module.cpp Add Module::getTypeName 2002-04-13 18:58:33 +00:00
Pass.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
PassManagerT.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
SlotCalculator.cpp Remove old frivolous uses of getStrValue in a debugging statement 2002-04-16 21:36:59 +00:00
SymbolTable.cpp
Type.cpp Trivial simplification of code 2002-04-27 02:26:03 +00:00
Value.cpp Fix pure virtual function called exception! 2002-04-12 18:19:45 +00:00
ValueHolderImpl.h
Verifier.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00