llvm-6502/docs
Jeffrey Yasskin f0356fe140 Kill ModuleProvider and ghost linkage by inverting the relationship between
Modules and ModuleProviders. Because the "ModuleProvider" simply materializes
GlobalValues now, and doesn't provide modules, it's renamed to
"GVMaterializer". Code that used to need a ModuleProvider to materialize
Functions can now materialize the Functions directly. Functions no longer use a
magic linkage to record that they're materializable; they simply ask the
GVMaterializer.

Because the C ABI must never change, we can't remove LLVMModuleProviderRef or
the functions that refer to it. Instead, because Module now exposes the same
functionality ModuleProvider used to, we store a Module* in any
LLVMModuleProviderRef and translate in the wrapper methods.  The bindings to
other languages still use the ModuleProvider concept.  It would probably be
worth some time to update them to follow the C++ more closely, but I don't
intend to do it.

Fixes http://llvm.org/PR5737 and http://llvm.org/PR5735.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94686 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-27 20:34:15 +00:00
..
CommandGuide Support -[weak_]framework and -F in llvmc. 2009-12-01 05:59:55 +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 Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
AliasAnalysis.html Remove the AliasAnalysis::getMustAliases method, which is dead. 2009-11-22 16:01:44 +00:00
BitCodeFormat.html reduce redundant are's. 2010-01-20 17:53:51 +00:00
Bugpoint.html Improve bugpoint doc, patch by Timo Lindfors! 2009-10-12 18:12:47 +00:00
CFEBuildInstrs.html
CMake.html Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR, 2009-12-01 02:21:51 +00:00
CodeGenerator.html Update the -tailcallopt description to match djg's improvements to the calling 2010-01-11 18:53:47 +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 Regenerate. 2009-12-23 12:49:51 +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
GCCFEBuildInstrs.html
GetElementPtr.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
GettingStarted.html Add more detail for getting started on Windows. 2009-12-17 17:18:11 +00:00
GettingStartedVS.html
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 move "Metadata Nodes and Metadata Strings" section to the right place in the 2010-01-15 21:50:19 +00:00
Lexicon.html
LinkTimeOptimization.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00
llvm.css
Makefile Rearrange rules to add missing dependency and allow parallel makes. 2009-12-14 22:44:22 +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 Add an entry on SmallBitVector. 2010-01-05 18:24:00 +00:00
Projects.html
re_format.7 Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
ReleaseNotes.html add a thing to investigate. 2010-01-16 21:25:13 +00:00
SourceLevelDebugging.html Add documentation for llvm.dbg.value intrinsic 2010-01-11 22:53:48 +00:00
SystemLibrary.html
TableGenFundamentals.html Add an !eq() operator to TableGen. It operates on strings only. 2010-01-05 19:11:42 +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
WritingAnLLVMBackend.html no need to implement these. 2010-01-25 20:37:36 +00:00
WritingAnLLVMPass.html Documentation: Perform automated correction of common typos. 2009-10-12 14:46:08 +00:00