index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ModuleProvider.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-3
/
+3
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
add a hook to demat functions.
Chris Lattner
2007-03-29
1
-0
/
+7
*
Fix an embarassing bug reid noticed
Chris Lattner
2006-07-07
1
-1
/
+1
*
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-10
/
+16
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Add comments
Chris Lattner
2004-02-01
1
-1
/
+4
*
To materialize a module, you need to know what functions NEED to be read and
Misha Brukman
2004-01-21
1
-1
/
+2
*
Add a new class useful for providing fully materialized modules to ExecutionE...
Chris Lattner
2003-12-30
1
-0
/
+12
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Return the Module being materialized to avoid always calling getModule().
Misha Brukman
2003-10-17
1
-1
/
+1
*
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-10-04
1
-3
/
+3
*
make the header comment more useful
Chris Lattner
2003-09-30
1
-2
/
+5
*
Materialize the module before releasing it.
Misha Brukman
2003-09-22
1
-5
/
+10
*
Abstract interface for module providers, e.g. streaming bytecode reader.
Misha Brukman
2003-09-18
1
-0
/
+40