llvm-6502/docs
Chandler Carruth 6994040a95 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40807 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-04 01:51:18 +00:00
..
CommandGuide Alphabetize. Document -mlimit parameter. 2007-07-18 04:24:20 +00:00
HistoricalNotes
img For PR1067: 2007-02-04 00:17:35 +00:00
AliasAnalysis.html note where to get steens-aa and ds-aa 2007-07-03 04:41:50 +00:00
BitCodeFormat.html add initial description of llvm top-level stuff. 2007-05-13 01:39:44 +00:00
Bugpoint.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
CFEBuildInstrs.html Small change. 2007-07-23 03:56:42 +00:00
CodeGenerator.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
CodingStandards.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
CommandLine.html Document boolOrDefault and its parser. 2007-05-22 18:32:34 +00:00
CompilerDriver.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
CompilerWriterInfo.html Added link to ABI documentation, sent by Rafael Espindola. 2006-08-22 21:56:43 +00:00
DeveloperPolicy.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer Update copyright for 2007. 2007-01-18 21:33:56 +00:00
doxygen.header
doxygen.intro
ExceptionHandling.html Extend eh.selector to support both catches and filters. 2007-07-04 20:52:51 +00:00
ExtendingLLVM.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
FAQ.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
GarbageCollection.html Provide link. 2007-04-18 17:26:14 +00:00
GetElementPtr.html int -> i32, etc. 2007-02-09 17:56:02 +00:00
GettingStarted.html Fix validation errors 2007-07-16 08:52:56 +00:00
GettingStartedVS.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
HowToReleaseLLVM.html test commit 2007-07-25 06:15:23 +00:00
HowToSubmitABug.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
index.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
LangRef.html This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
Lexicon.html Add LCSSA to the LLVM lexicon. 2006-10-18 05:50:12 +00:00
LinkTimeOptimization.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
llvm.css
Makefile Subversionify the documentation. 2007-07-09 08:04:31 +00:00
MakefileGuide.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
Passes.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
ProgrammersManual.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
Projects.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
ReleaseNotes.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
SourceLevelDebugging.html Fix typos. 2007-06-14 11:27:07 +00:00
Stacker.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
SystemLibrary.html Various hopefully correct easy fixes. 2007-03-30 12:22:09 +00:00
TableGenFundamentals.html Missing anchor 2006-09-09 09:10:37 +00:00
TestingGuide.html Subversionify the documentation. 2007-07-09 08:04:31 +00:00
UsingLibraries.html first pass of nomenclature changes in .html files 2007-07-06 22:07:22 +00:00
WritingAnLLVMBackend.html
WritingAnLLVMPass.html Fix example code. 2007-07-25 21:05:39 +00:00