aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ModuleProvider.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Add commentsChris Lattner2004-02-011-1/+4
* To materialize a module, you need to know what functions NEED to be read andMisha Brukman2004-01-211-1/+2
* Add a new class useful for providing fully materialized modules to ExecutionE...Chris Lattner2003-12-301-0/+12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Return the Module being materialized to avoid always calling getModule().Misha Brukman2003-10-171-1/+1
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-3/+3
* make the header comment more usefulChris Lattner2003-09-301-2/+5
* Materialize the module before releasing it.Misha Brukman2003-09-221-5/+10
* Abstract interface for module providers, e.g. streaming bytecode reader.Misha Brukman2003-09-181-0/+40