llvm-6502/docs
Reid Spencer 0b118206bf For PR411:
This patch is an incremental step towards supporting a flat symbol table.
It de-overloads the intrinsic functions by providing type-specific intrinsics
and arranging for automatically upgrading from the old overloaded name to
the new non-overloaded name. Specifically:
  llvm.isunordered -> llvm.isunordered.f32, llvm.isunordered.f64
  llvm.sqrt -> llvm.sqrt.f32, llvm.sqrt.f64
  llvm.ctpop -> llvm.ctpop.i8, llvm.ctpop.i16, llvm.ctpop.i32, llvm.ctpop.i64
  llvm.ctlz -> llvm.ctlz.i8, llvm.ctlz.i16, llvm.ctlz.i32, llvm.ctlz.i64
  llvm.cttz -> llvm.cttz.i8, llvm.cttz.i16, llvm.cttz.i32, llvm.cttz.i64
New code should not use the overloaded intrinsic names. Warnings will be
emitted if they are used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25366 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-16 21:12:35 +00:00
..
CommandGuide Document the new -post-link-opts option. 2005-12-21 05:13:06 +00:00
HistoricalNotes
img
.cvsignore
AliasAnalysis.html update usage of -print-alias-sets 2006-01-03 06:04:48 +00:00
Bugpoint.html
BytecodeFormat.html Describe section name encoding 2005-11-12 01:46:21 +00:00
CFEBuildInstrs.html Attempt to make terminology more consistent. 2005-10-24 16:37:24 +00:00
CodeGenerator.html Fix spelling of 'separate'. 2005-10-24 16:54:55 +00:00
CodingStandards.html Add a section about using namespaces. 2006-01-01 21:59:22 +00:00
CommandLine.html this file moved 2005-11-14 19:32:05 +00:00
CompilerDriver.html
CompilerWriterInfo.html
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExtendingLLVM.html Add a couple very minor tweaks 2006-01-16 16:31:40 +00:00
FAQ.html
GarbageCollection.html
GettingStarted.html Update list of supported bisons. 2006-01-04 06:51:22 +00:00
GettingStartedVS.html Update Getting Started for Visual Studio page. 2005-10-30 21:00:24 +00:00
HowToSubmitABug.html
index.html Add a link to the doxygen tarball 2005-11-30 06:35:34 +00:00
LangRef.html For PR411: 2006-01-16 21:12:35 +00:00
Lexicon.html Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks! 2005-11-29 01:34:50 +00:00
llvm.css
LLVMVsTheWorld.html
Makefile copy the doxygen tarball into the HTML directory after building it 2005-11-30 06:31:28 +00:00
MakefileGuide.html Fixed spelling. 2005-10-24 16:47:40 +00:00
ProgrammersManual.html Use std:: where appropriate 2005-11-28 02:30:22 +00:00
Projects.html Added a note to remove CVS directories when copying the sample project to 2005-10-24 16:43:08 +00:00
ReleaseNotes.html PRE is no more 2006-01-16 01:05:00 +00:00
SourceLevelDebugging.html
Stacker.html
SystemLibrary.html
TableGenFundamentals.html Fix spelling of 'separate'. 2005-10-24 16:54:55 +00:00
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html Update this significantly, mention subtarget and isel generation support. 2005-10-16 17:03:22 +00:00
WritingAnLLVMPass.html Fixed a typo; "= 1" was missing. 2006-01-06 22:49:23 +00:00