llvm-6502/tools
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
..
analyze * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
as Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
dis Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
gccas Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
gccld Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
link Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
llc * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
lli Remove asmwriter library from link line, because the useful contents of it 2002-04-07 22:35:30 +00:00
llvm-as Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
llvm-dis Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
llvm-link Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
opt * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
tests Uhm... that was really bad 2001-09-07 21:26:51 +00:00
Makefile Don't forget to build gccld! 2002-03-06 18:05:02 +00:00