summaryrefslogtreecommitdiff
path: root/include/llvm/ModuleProvider.h
Commit message (Expand)AuthorAge
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* Add explicit keywords.Dan Gohman2008-03-25
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* add a hook to demat functions.Chris Lattner2007-03-29
* Fix an embarassing bug reid noticedChris Lattner2006-07-07
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add commentsChris Lattner2004-02-01
* To materialize a module, you need to know what functions NEED to be read andMisha Brukman2004-01-21
* Add a new class useful for providing fully materialized modules to ExecutionE...Chris Lattner2003-12-30
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Return the Module being materialized to avoid always calling getModule().Misha Brukman2003-10-17
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-04
* make the header comment more usefulChris Lattner2003-09-30
* Materialize the module before releasing it.Misha Brukman2003-09-22
* Abstract interface for module providers, e.g. streaming bytecode reader.Misha Brukman2003-09-18