summaryrefslogtreecommitdiff
path: root/include/llvm/ModuleProvider.h
AgeCommit message (Expand)AuthorFilesLines
2004-02-01Add commentsChris Lattner1-1/+4
2004-01-21To materialize a module, you need to know what functions NEED to be read andMisha Brukman1-1/+2
2003-12-30Add a new class useful for providing fully materialized modules to ExecutionE...Chris Lattner1-0/+12
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell1-0/+7
2003-10-17Return the Module being materialized to avoid always calling getModule().Misha Brukman1-1/+1
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner1-3/+3
2003-09-30make the header comment more usefulChris Lattner1-2/+5
2003-09-22Materialize the module before releasing it.Misha Brukman1-5/+10
2003-09-18Abstract interface for module providers, e.g. streaming bytecode reader.Misha Brukman1-0/+40