llvm-6502/docs
Nadav Rotem ed9b934f65 Fix 9267; Add vector zext support.
The DAGCombiner folds the zext into complex load instructions. This patch
prevents this optimization on vectors since none of the supported targets
knows how to perform load+vector_zext in one instruction.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126080 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-20 12:37:50 +00:00
..
CommandGuide Spelling fix: consequtive -> consecutive. 2011-02-15 09:23:02 +00:00
HistoricalNotes
img
tutorial Minor fixes to tutorial, patch by Benjamin Meyer! 2011-02-15 00:24:32 +00:00
AliasAnalysis.html
BitCodeFormat.html
Bugpoint.html
CFEBuildInstrs.html
CMake.html Add testing stuff to CMake documents. 2011-02-09 04:19:28 +00:00
CodeGenerator.html
CodingStandards.html Fix typo. 2011-02-20 02:03:04 +00:00
CommandLine.html
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.html attempt to capture recent discussion about overflow and inbounds geps. 2011-02-11 21:50:52 +00:00
GettingStarted.html Document the LLVM GIT mirror 2011-02-01 20:08:28 +00:00
GettingStartedVS.html Add testing stuff to CMake documents. 2011-02-09 04:19:28 +00:00
GoldPlugin.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html
LangRef.html Fix 9267; Add vector zext support. 2011-02-20 12:37:50 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile Don't run ocamldoc if it's not installed 2011-02-09 18:32:04 +00:00
MakefileGuide.html
Packaging.html
Passes.html Adapt docs to '-loopsimplify -> -loop-simplify' change 2011-02-13 20:57:25 +00:00
ProgrammersManual.html Fix thinko, basic blocks are SESE. The exits may have many edges though. 2011-02-17 02:19:22 +00:00
Projects.html
re_format.7
ReleaseNotes.html
SourceLevelDebugging.html Update docs to match reality. 2011-02-03 00:22:17 +00:00
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html Spelling fix: consequtive -> consecutive. 2011-02-15 09:23:02 +00:00
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html Spelling fix: consequtive -> consecutive. 2011-02-15 09:23:02 +00:00