llvm-6502/docs
Chris Lattner f627892e26 'Pass' should now not be derived from by clients. Instead, they should derive
from ModulePass.  Instead of implementing Pass::run, then should implement
ModulePass::runOnModule.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16430 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-20 04:36:29 +00:00
..
CommandGuide
HistoricalNotes
img
AliasAnalysis.html
Bugpoint.html
BytecodeFormat.html
CFEBuildInstrs.html
CodeGenerator.html
CodingStandards.html
CommandLine.html
CompilerDriver.html
doxygen.cfg
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExtendingLLVM.html
FAQ.html
GarbageCollection.html
GettingStarted.html
HowToSubmitABug.html
index.html
LangRef.html
Lexicon.html
llvm.css
LLVMVsTheWorld.html
Makefile
ObjectFiles.html
OpenProjects.html
ProgrammersManual.html
Projects.html
ReleaseNotes.html
SourceLevelDebugging.html
Stacker.html
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:36:29 +00:00