llvm-6502/docs
Tobias Grosser 0538729a3a Integers are primitive types. Update the documentation to state this
This was done for label, void, floating point, x86mmx, metadata,
just not integer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122606 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-28 20:29:31 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial
AliasAnalysis.html Fix a typo that Bill spotted. 2010-12-15 23:09:41 +00:00
BitCodeFormat.html
Bugpoint.html
CFEBuildInstrs.html
CMake.html New cmake option LLVM_APPEND_VC_REV for controlling when the VC 2010-12-20 09:47:13 +00:00
CodeGenerator.html Update the target feature matrix to reflect some new features in the MBlaze backend. 2010-12-20 21:54:50 +00:00
CodingStandards.html Grammar corrections and some formatting changes. 2010-12-21 03:31:05 +00:00
CommandLine.html
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html libc++ and compiler_rt are now dual licensed under UIUC and MIT license. 2010-11-16 21:32:53 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html Fix the prototype for the llvm.eh.selector intrinsic. 2010-12-09 23:05:48 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html Add mention that we support FreeBSD/amd64. 2010-12-15 01:35:55 +00:00
GettingStartedVS.html
GoldPlugin.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html
LangRef.html Integers are primitive types. Update the documentation to state this 2010-12-28 20:29:31 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment 2010-12-10 01:31:51 +00:00
MakefileGuide.html
Packaging.html
Passes.html
ProgrammersManual.html Add IntervalMap to the Programmer's Manual. 2010-12-14 00:55:51 +00:00
Projects.html
re_format.7
ReleaseNotes.html
SourceLevelDebugging.html
SystemLibrary.html
TableGenFundamentals.html Fix newlines. 2010-12-08 02:46:25 +00:00
TestingGuide.html Revert 122341. It breaks some darwin tests. 2010-12-21 17:25:43 +00:00
UsingLibraries.html
WritingAnLLVMBackend.html Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. 2010-11-23 03:31:01 +00:00
WritingAnLLVMPass.html