llvm-6502/docs
Daniel Dunbar a5881e3060 Add TargetRegistry::lookupTarget.
- This is a simplified mechanism which just looks up a target based on the
   target triple, with a few additional flags.

 - Remove getClosestStaticTargetForModule, the moral equivalent is now:
     lookupTarget(Mod->getTargetTriple, true, false, ...);

 - This no longer does the fuzzy matching with target data (based on endianness
   and pointer width) that getClosestStaticTargetForModule was doing, but this
   was deemed unnecessary.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77111 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-26 02:12:58 +00:00
..
CommandGuide Added -b option to override the default bitcode output file name. 2009-07-22 18:41:45 +00:00
HistoricalNotes
img
tutorial Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +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
CFEBuildInstrs.html
CMake.html cmake builds don't need this hack for MSVC anymore. 2009-07-18 20:10:04 +00:00
CodeGenerator.html Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
CodingStandards.html Tweak, raw_ostream is a ostream, not iostream replacement 2009-07-24 23:54:34 +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
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
doxygen.header
doxygen.intro
ExceptionHandling.html clean up line-wrapping 2009-05-14 15:44:15 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html
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
GettingStarted.html fix some formatting stuff, patch by Edward O'Callaghan! 2009-07-22 04:21:40 +00:00
GettingStartedVS.html
GoldPlugin.html Update the example to show that an archive can contain llvm bitcode. 2009-07-08 11:13:34 +00:00
HowToReleaseLLVM.html
HowToSubmitABug.html A lot of formatting changes. 2009-04-05 00:41:19 +00:00
index.html
LangRef.html Update to new syntax. 2009-07-25 02:23:48 +00:00
Lexicon.html
LinkTimeOptimization.html
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
ProgrammersManual.html eventually we should describe string options in the data structures section 2009-07-25 07:22:20 +00:00
Projects.html
ReleaseNotes-2.6.html Add TargetRegistry::lookupTarget. 2009-07-26 02:12:58 +00:00
ReleaseNotes.html
SourceLevelDebugging.html fix some typos pointed out by Hidenobu Seki 2009-07-18 21:47:15 +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 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 Remove the IA-64 backend. 2009-07-24 00:30:09 +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