llvm-6502/docs
Chris Lattner eaff524670 remove llvm.part.set.* and llvm.part.select.*. They have never been
implemented in codegen, have no frontend to generate them, and are 
better implemented with pattern matching (like the ppc backend does
to generate rlwimi/rlwinm etc).

PR4543



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75430 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-12 21:08:53 +00:00
..
CommandGuide Update documentation. 2009-07-11 19:27:40 +00:00
HistoricalNotes
img
tutorial Push LLVMContext _back_ through IRBuilder. 2009-07-08 20:50:47 +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 Add two new record types to the blockinfo block: 2009-04-26 22:21:57 +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 variable LLVM_LIBDIR_SUFFIX. 2009-06-12 02:49:53 +00:00
CodeGenerator.html x86_64 was completely missing from the target triples supported by the X86 code 2009-06-15 12:17:44 +00:00
CodingStandards.html be explicit about making comments real sentences. 2009-07-12 00:10:24 +00:00
CommandLine.html Formatting fix. 2009-06-17 03:09:39 +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
DeveloperPolicy.html remove some old CVS-specific arguments that don't work with SVN. 2009-06-15 04:18:54 +00:00
doxygen.cfg.in Test commit. 2009-05-19 01:56:08 +00:00
doxygen.css
doxygen.footer update year 2009-02-27 11:28:46 +00:00
doxygen.header
doxygen.intro
ExceptionHandling.html clean up line-wrapping 2009-05-14 15:44:15 +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 garbage allocation is not a good idea :) 2009-05-13 18:02:09 +00:00
GCCFEBuildInstrs.html Clarify that later compiler versions are known to 2009-07-05 12:01:44 +00:00
GetElementPtr.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
GettingStarted.html Restore minor deletion. 2009-05-04 18:40:41 +00:00
GettingStartedVS.html Duplicate entry. 2009-04-03 20:32:13 +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 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
HowToSubmitABug.html A lot of formatting changes. 2009-04-05 00:41:19 +00:00
index.html move gold plugin next to LTO doc in the subsystem section 2009-03-01 23:42:51 +00:00
LangRef.html remove llvm.part.set.* and llvm.part.select.*. They have never been 2009-07-12 21:08:53 +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
MakefileGuide.html Remove support for building LLVM libraries into "relinked" 2009-06-16 23:00:42 +00:00
Passes.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
ProgrammersManual.html Fix link to BasicBlock doxygen documentation in Programmer's Manual 2009-06-17 21:12:26 +00:00
Projects.html Fix the instructions to work even when PATH does not contain ".". 2009-01-12 21:29:24 +00:00
ReleaseNotes-2.6.html Add an LLVM API change. 2009-07-12 20:41:27 +00:00
ReleaseNotes.html Add some more clang related release notes. 2009-03-02 20:08:12 +00:00
SourceLevelDebugging.html Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms 2009-06-26 01:49:18 +00:00
SystemLibrary.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
TableGenFundamentals.html Implement !cast<string>. 2009-06-29 20:05:29 +00:00
TestingGuide.html Clarify how to configure llvm-gcc-4.2 for use with 2009-06-26 05:44:53 +00:00
UsingLibraries.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
WritingAnLLVMBackend.html Add character encoding declaration. 2009-04-05 00:44:06 +00:00
WritingAnLLVMPass.html Try to clarify a point about getting DominatorTree info from a module pass. 2009-07-01 23:38:44 +00:00