llvm-6502/docs
Gordon Henriksen 75ff18ed2b Completing Passes.html with the exception of -emitbitcode, which should be
removed. This document could still stand for significant improvement:

  * Editing the pass descriptions; most were lifted with minimal editing from
    comments. Although implementation details were elided, many of the were not
    written for the audience that would be interested in this document.
  * More "before and after" examples.
  * More implicit dependency details. (Perhaps listing transforms in
    -std-compile-opts order would help alleviate this.)
  * Adding documentation for how to invoke passes programmatically.
  * Rearranging the document into a more logical taxonomy. For instance, putting
    profiling passes together.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43677 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-04 18:10:18 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial finish the 'Memory in LLVM' section 2007-11-03 22:22:30 +00:00
AliasAnalysis.html Fix typo. 2007-10-02 00:44:20 +00:00
BitCodeFormat.html Various improvements to the documentation, contributed by 2007-10-08 18:42:45 +00:00
Bugpoint.html
CFEBuildInstrs.html
CodeGenerator.html Document the -view-sunit-dags option. 2007-10-15 21:07:59 +00:00
CodingStandards.html
CommandLine.html
CompilerDriver.html
CompilerWriterInfo.html
DeveloperPolicy.html
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendingLLVM.html
FAQ.html __main is dead along with llvm-gcc3. 2007-10-31 05:53:31 +00:00
GarbageCollection.html GarbageCollection.html is expanded to encompass the coming 2007-09-27 19:31:36 +00:00
GetElementPtr.html
GettingStarted.html add a broken gcc version, thanks to P. Durante for pointing this out. 2007-11-01 04:20:16 +00:00
GettingStartedVS.html
HowToReleaseLLVM.html Update how to release document. 2007-09-28 22:50:54 +00:00
HowToSubmitABug.html
index.html
LangRef.html Put correct link in example 2007-10-22 05:10:05 +00:00
Lexicon.html GarbageCollection.html is expanded to encompass the coming 2007-09-27 19:31:36 +00:00
LinkTimeOptimization.html
llvm.css GarbageCollection.html is expanded to encompass the coming 2007-09-27 19:31:36 +00:00
Makefile
MakefileGuide.html PR1601: etags not configured correctly 2007-09-29 00:42:21 +00:00
Passes.html Completing Passes.html with the exception of -emitbitcode, which should be 2007-11-04 18:10:18 +00:00
ProgrammersManual.html document DenseSet. 2007-09-30 00:58:59 +00:00
Projects.html
ReleaseNotes.html
SourceLevelDebugging.html
Stacker.html
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html