llvm-6502/docs
2011-07-01 21:52:38 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial
AliasAnalysis.html Update documentation: -basicaa does chaining these days. 2011-05-24 22:01:32 +00:00
BitCodeFormat.html
Bugpoint.html
CFEBuildInstrs.html
CMake.html
CodeGenerator.html document thiscall, PR9101 2011-05-22 22:28:47 +00:00
CodingStandards.html
CommandLine.html
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html Implement and document the llvm.eh.resume intrinsic, which is 2011-05-28 07:45:59 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html The enum was moved to ISDOpcodes.h. 2011-06-30 06:37:07 +00:00
FAQ.html
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html
GettingStartedVS.html
GoldPlugin.html
HowToReleaseLLVM.html
HowToSubmitABug.html Typo. 2011-06-07 20:03:13 +00:00
index.html replace the intro tutorial from 2004 with a more recent work. 2011-05-30 03:36:58 +00:00
LangRef.html Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of integers, and fix the one optimization pass that I'm aware of that needs updating for this. At least one current target, ARM NEON, can implement these operations on vectors directly. 2011-07-01 21:52:38 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile
MakefileGuide.html
Packaging.html
Passes.html
ProgrammersManual.html Document ADT/PackedVector.h in "Programmer's Manual" doc. 2011-06-15 19:56:01 +00:00
Projects.html Corrections and additional information for "Creating and LLVM Project" 2011-06-03 02:20:48 +00:00
re_format.7
ReleaseNotes.html Clean out the 2.9 Release Notes. Mostly limited to What's New in LLVM 2011-05-27 22:50:46 +00:00
SourceLevelDebugging.html Fix html formatting. 2011-05-31 18:06:14 +00:00
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html Correct typos in TestingGuide.html 2011-05-18 18:07:16 +00:00
UsingLibraries.html
WritingAnLLVMBackend.html Use set operations instead of plain lists to enumerate register classes. 2011-06-15 23:28:14 +00:00
WritingAnLLVMPass.html