llvm-6502/docs
Duncan Sands 3ee8fc9649 Rationalize the names of passes that print information:
-callgraph => print-callgraph
    -callscc   => print-callgraph-sccs
    -cfgscc    => print-cfg-sccs
    -externalfnconstants => print-externalfnconstants
    -print               => print-function
    -print-alias-sets (no change)
    -print-callgraph     => dot-callgraph
    -print-cfg           => dot-cfg
    -print-cfg-only      => dot-cfg-only
    -print-dom-info (no change)
    -printm              => print-module
    -printusedtypes      => print-used-types


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56487 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-23 12:47:39 +00:00
..
CommandGuide stacker is really gone. 2008-08-06 05:57:58 +00:00
HistoricalNotes
img
tutorial
AliasAnalysis.html
BitCodeFormat.html
Bugpoint.html
CFEBuildInstrs.html
CodeGenerator.html Add more documentation advertising the -view-*-dags options. 2008-09-10 22:23:41 +00:00
CodingStandards.html Not that using stream headers other than iostream is allowed. 2008-07-30 12:14:10 +00:00
CommandLine.html
CompilerDriver.html
CompilerWriterInfo.html
DeveloperPolicy.html Fix a minor wording ambiguity in the Developer Policy. 2008-09-09 22:13:09 +00:00
doxygen.cfg.in Upgrade doxygen. 2008-09-18 16:32:28 +00:00
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendingLLVM.html
FAQ.html
GarbageCollection.html Update GC docs for clarified naming and AsmWriter refactoring. 2008-08-24 03:18:23 +00:00
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html remove reference to really really old tree 2008-08-19 20:17:48 +00:00
GettingStartedVS.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html the stacker doc is way out of date. 2008-08-11 06:13:31 +00:00
LangRef.html The "alias" keyword comes first. 2008-09-12 20:48:21 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile
MakefileGuide.html
Passes.html Rationalize the names of passes that print information: 2008-09-23 12:47:39 +00:00
ProgrammersManual.html Fix documentation for these functions; they do not only modify users within the 2008-09-15 06:31:52 +00:00
Projects.html
ReleaseNotes.html
SourceLevelDebugging.html
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html