index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
ModuleProvider.cpp
Age
Commit message (
Expand
)
Author
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-01-21
Let subclasses implement ModuleProvider::materializeModule() which is based on
Misha Brukman
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-17
Chris says it's better to assert that TheModule is valid than silently return 0.
Misha Brukman
2003-10-17
Return the Module that we just materialized.
Misha Brukman
2003-10-04
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-09-22
* No longer initialize the module, a subclass is more suitable to do this
Misha Brukman
2003-09-18
Minimal implementation of the abstract ModuleProvider interface.
Misha Brukman