llvm-6502/docs
Duncan Sands b01bbdcc1a I don't see any point in having both eh.selector.i32 and eh.selector.i64,
so get rid of eh.selector.i64 and rename eh.selector.i32 to eh.selector.
Likewise for eh.typeid.for.  This aligns us with gcc, which always uses a
32 bit value for the selector on all platforms.  My understanding is that
the register allocator used to assert if the selector intrinsic size didn't
match the pointer size, and this was the reason for introducing the two
variants.  However my testing shows that this is no longer the case (I
fixed some bugs in selector lowering yesterday, and some more today in the
fastisel path; these might have caused the original problems).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84106 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-14 16:11:37 +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
tutorial Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
AliasAnalysis.html
BitCodeFormat.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
Bugpoint.html Improve bugpoint doc, patch by Timo Lindfors! 2009-10-12 18:12:47 +00:00
CFEBuildInstrs.html
CMake.html CMake: New user-settable variable LLVM_TARGET_ARCH useful when 2009-09-13 22:18:38 +00:00
CodeGenerator.html x86 uses 5 operands for most memory refs now. 2009-10-10 21:30:55 +00:00
CodingStandards.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
CommandLine.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
CompilerDriver.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
CompilerDriverTutorial.html
CompilerWriterInfo.html
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 add a link to the GSG for info on how to check out svn trunk 2009-10-10 21:37:16 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html I don't see any point in having both eh.selector.i32 and eh.selector.i64, 2009-10-14 16:11:37 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
GarbageCollection.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GCCFEBuildInstrs.html
GetElementPtr.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
GettingStarted.html Correct the version numbers to match those actually tested for by 2009-09-27 04:56:27 +00:00
GettingStartedVS.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GoldPlugin.html
HowToReleaseLLVM.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
HowToSubmitABug.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +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 Documentation for the new msasm flag, which is no 2009-10-13 21:56:55 +00:00
Lexicon.html
LinkTimeOptimization.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
llvm.css
Makefile
MakefileGuide.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
Passes.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
ProgrammersManual.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +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.html rename ReleaseNotes-2.6.html -> ReleaseNotes.html 2009-10-13 17:48:04 +00:00
SourceLevelDebugging.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +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 Move implicit and paralle to a separate codegen specific section. 2009-10-05 02:51:06 +00:00
TestingGuide.html rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff. 2009-09-27 08:01:44 +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 Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00