llvm-6502/docs
Nick Lewycky ec38da42c8 Move the integer type out of 'derived' and into 'primitive'. This permits us
to explain that derived types are all composed of other types, which primitive
types aren't. Without moving integer out of derived, this wouldn't be true.

Perform a few trivial cleanups; 'i1' went from a link to #t_primitive to
#t_integer (a holdover from when it was a bool type I suppose).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82884 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-27 00:45:11 +00:00
..
CommandGuide Put back non-obsolete -f sections for 'opt'. 2009-09-15 23:40:07 +00:00
HistoricalNotes remove two docs about the old Sparc backend which used Value*'s for vregs. 2009-09-13 17:25:49 +00:00
img For PR1067: 2007-02-04 00:17:35 +00:00
tutorial Sync c++ kaleidoscope tutorial with test. 2009-09-22 21:14:49 +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 Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
Bugpoint.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
CFEBuildInstrs.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
CMake.html CMake: New user-settable variable LLVM_TARGET_ARCH useful when 2009-09-13 22:18:38 +00:00
CodeGenerator.html Update documentation for the -f change. 2009-08-25 15:54:01 +00:00
CodingStandards.html disuade people from using ostream. 2009-08-23 21:53:47 +00:00
CommandLine.html Update documentation for the -f change. 2009-08-25 15:54:01 +00:00
CompilerDriver.html Regenerate. 2009-07-11 19:28:00 +00:00
CompilerDriverTutorial.html Regenerate. 2009-06-17 02:56:48 +00:00
CompilerWriterInfo.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
DebuggingJITedCode.html Add documentation on how to use enable debug information in the JIT and use it with GDB. 2009-09-21 02:34:59 +00:00
DeveloperPolicy.html apparently russians are really hard to sort or something! 2009-09-16 05:42:12 +00:00
doxygen.cfg.in Test commit. 2009-05-19 01:56:08 +00:00
doxygen.css Upgrade in preparation for doxygen 1.4.4. The config file format changed, 2006-05-15 21:36:13 +00:00
doxygen.footer update year 2009-02-27 11:28:46 +00:00
doxygen.header
doxygen.intro
ExceptionHandling.html Fix validation errors. 2009-09-10 22:14:16 +00:00
ExtendedIntegerResults.txt add this to SVN to allow collaborative hacking. 2009-04-01 21:11:04 +00:00
ExtendingLLVM.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
FAQ.html add a FAQ. 2009-06-30 17:10:19 +00:00
GarbageCollection.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GCCFEBuildInstrs.html Clarify that later compiler versions are known to 2009-07-05 12:01:44 +00:00
GetElementPtr.html Surrounded variable in <tt> tags for consistency. 2009-08-18 19:18:40 +00:00
GettingStarted.html add another broken version of gcc, thanks to Niels Moller for pointing this out. 2009-09-10 16:25:02 +00:00
GettingStartedVS.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GoldPlugin.html Update the example to show that an archive can contain llvm bitcode. 2009-07-08 11:13:34 +00:00
HowToReleaseLLVM.html Update release document with more details. 2009-08-23 04:36:30 +00:00
HowToSubmitABug.html Update documentation for the -f change. 2009-08-25 15:54:01 +00:00
index.html Add documentation on how to use enable debug information in the JIT and use it with GDB. 2009-09-21 02:34:59 +00:00
LangRef.html Move the integer type out of 'derived' and into 'primitive'. This permits us 2009-09-27 00:45:11 +00:00
Lexicon.html Fixed HTML validator warning. 2008-12-14 08:01:51 +00:00
LinkTimeOptimization.html * Comply with HTML 4.01 Strict 2008-12-16 03:07:49 +00:00
llvm.css Regenerate documentation. 2009-05-06 01:41:47 +00:00
Makefile Add a unified 'generated documentation' target so the web site script has a consistent target to use. 2008-03-31 17:27:57 +00:00
MakefileGuide.html This patch causes the --enable-debug-runtime configure flag and the 2009-09-25 16:46:09 +00:00
Passes.html Mark Andersen's as experimental. 2009-08-28 00:45:47 +00:00
ProgrammersManual.html llvm::cerr is gone. 2009-09-08 05:15:50 +00:00
Projects.html Grammar fix. 2009-08-13 20:08:52 +00:00
re_format.7 Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
ReleaseNotes-2.6.html Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.html 2009-08-22 02:17:22 +00:00
ReleaseNotes.html Add some more clang related release notes. 2009-03-02 20:08:12 +00:00
SourceLevelDebugging.html Reapply 79977. 2009-08-28 23:24:31 +00:00
SystemLibrary.html we beat exceptions out of lib/system a long time ago. 2009-07-17 21:11:24 +00:00
TableGenFundamentals.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
TestingGuide.html add and document regex support for FileCheck. You can now do stuff like: 2009-09-24 21:47:32 +00:00
UsingLibraries.html Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
WritingAnLLVMBackend.html we don't want people to override printBasicBlockLabel. 2009-09-12 22:57:37 +00:00
WritingAnLLVMPass.html update this to use raw_ostream 2009-09-08 05:14:44 +00:00