llvm-6502/docs
Chris Lattner e82bdc4809 add the ability for TargetData to return information about legal integer
datatypes on a given CPU.  This is intended to allow instcombine and other
transformations to avoid converting big sequences of operations to an
inconvenient width, and will help clean up after SRoA.  See also "Adding 
legal integer sizes to TargetData" on Feb 1, 2009 on llvmdev, and PR3451.

Comments welcome.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86370 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-07 09:35:34 +00:00
..
CommandGuide lit: Add --param NAME=VALUE option, for test suite specific use (to communicate 2009-11-05 16:27:33 +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 For PR1067: 2007-02-04 00:17:35 +00:00
tutorial Change the JIT to compile eagerly by default as agreed in 2009-10-27 20:30:28 +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 greatly improve the LLVM IR bitcode encoding documentation, 2009-10-29 04:25:46 +00:00
Bugpoint.html Improve bugpoint doc, patch by Timo Lindfors! 2009-10-12 18:12:47 +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 Two corrections for docs/CMake.html. 2009-10-21 13:22:20 +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 Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +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
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 Test commit. 2009-05-19 01:56:08 +00:00
doxygen.css Upgrade in preparation for doxygen 1.4.4. The config file format changed, 2006-05-15 21:36:13 +00:00
doxygen.footer update year 2009-02-27 11:28:46 +00:00
doxygen.header
doxygen.intro Adjust this so that doxygen doesn't barf on it. 2004-11-29 03:47:37 +00:00
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 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 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 Clarify that later compiler versions are known to 2009-07-05 12:01:44 +00:00
GetElementPtr.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
GettingStarted.html The magic for our current brand of .bc files is BC. For older ones it was llvc. 2009-11-04 06:15:28 +00:00
GettingStartedVS.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +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 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 add the ability for TargetData to return information about legal integer 2009-11-07 09:35:34 +00:00
Lexicon.html Fixed HTML validator warning. 2008-12-14 08:01:51 +00:00
LinkTimeOptimization.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
llvm.css Regenerate documentation. 2009-05-06 01:41:47 +00:00
Makefile Add a unified 'generated documentation' target so the web site script has a consistent target to use. 2008-03-31 17:27:57 +00:00
MakefileGuide.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
Passes.html doc bug spotted by apinski 2009-10-28 04:47:06 +00:00
ProgrammersManual.html Try r84890 again (adding ValueMap<>), now that I've tested the compile on 2009-10-22 22:11:22 +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 fix broken link 2009-11-03 21:50:09 +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 Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a 2009-10-29 18:10:34 +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