llvm-6502/docs
Chris Lattner f9a3ec86c1 Add two new record types to the blockinfo block:
BLOCKNAME and SETRECORDNAME.  This allows a bitcode
file to be self describing with pretty names for 
records and blocks in addition to numbers.  This
enhances llvm-bcanalyzer to use this to print prettily.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70165 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-26 22:21:57 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial Fix compile error. Pointed out by mait on #llvm IRC! 2009-04-12 20:15:44 +00:00
AliasAnalysis.html Update docs to not mention gcse/loadvn and mention memdep and 2009-04-25 21:11:37 +00:00
BitCodeFormat.html Add two new record types to the blockinfo block: 2009-04-26 22:21:57 +00:00
Bugpoint.html
CFEBuildInstrs.html
CMake.html
CodeGenerator.html ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead. 2009-04-22 15:55:31 +00:00
CodingStandards.html
CommandLine.html Remove AllowInverse: it leaks memory and is not the right 2009-04-08 03:43:51 +00:00
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DeveloperPolicy.html Add character encoding declaration to fix verification warning. 2009-04-05 12:38:44 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html Fixed spelling. 2009-04-10 20:48:27 +00:00
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html improve documentation on build configurations, patch by 2009-04-25 22:24:49 +00:00
GettingStartedVS.html Duplicate entry. 2009-04-03 20:32:13 +00:00
GoldPlugin.html Add paragraph tags. 2009-04-13 02:03:40 +00:00
HowToReleaseLLVM.html
HowToSubmitABug.html A lot of formatting changes. 2009-04-05 00:41:19 +00:00
index.html
LangRef.html Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. 2009-04-26 17:14:35 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile
MakefileGuide.html aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! 2009-04-25 22:08:52 +00:00
Passes.html
ProgrammersManual.html
Projects.html
ReleaseNotes.html
SourceLevelDebugging.html update some syntax 2009-04-03 00:29:19 +00:00
SystemLibrary.html
TableGenFundamentals.html Fix a documentation bug. 2009-04-23 21:27:58 +00:00
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html Add character encoding declaration. 2009-04-05 00:44:06 +00:00
WritingAnLLVMPass.html