aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ModuleProvider.h
AgeCommit message (Expand)Author
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2008-05-19Remove warnings about unused parameters and shadowed variables.Bill Wendling
2008-03-25Add explicit keywords.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-03-29add a hook to demat functions.Chris Lattner
2006-07-07Fix an embarassing bug reid noticedChris Lattner
2006-07-06Change the ModuleProvider interface to not throw exceptions.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-02-01Add commentsChris Lattner
2004-01-21To materialize a module, you need to know what functions NEED to be read andMisha Brukman
2003-12-30Add a new class useful for providing fully materialized modules to ExecutionE...Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-17Return the Module being materialized to avoid always calling getModule().Misha Brukman
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-09-30make the header comment more usefulChris Lattner
2003-09-22Materialize the module before releasing it.Misha Brukman
2003-09-18Abstract interface for module providers, e.g. streaming bytecode reader.Misha Brukman