Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ddb265b905cf83c44bfa0819c3a80dc13f29173f
/
llvm
/
lib
/
VMCore
/
ModuleProvider.cpp
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
b1c9317
Remove trailing whitespace
by Misha Brukman
· 21 years ago
2cbec5d
Let subclasses implement ModuleProvider::materializeModule() which is based on
by Misha Brukman
· 22 years ago
189d19f
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
e5a2565
Chris says it's better to assert that TheModule is valid than silently return 0.
by Misha Brukman
· 22 years ago
de360f8
Return the Module that we just materialized.
by Misha Brukman
· 22 years ago
cc593fb
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
by Chris Lattner
· 22 years ago
cd1d0e3
* No longer initialize the module, a subclass is more suitable to do this
by Misha Brukman
· 22 years ago
3d72fad
Minimal implementation of the abstract ModuleProvider interface.
by Misha Brukman
· 22 years ago