hanchenye-llvm-project/llvm/lib/ExecutionEngine
Reid Spencer 1241d6d5ab For PR411:
Adjust to changes in Module interface:
getMainFunction() -> getFunction("main")
getNamedFunction(X) -> getFunction(X)

llvm-svn: 33922
2007-02-05 21:19:13 +00:00
..
Interpreter Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
JIT For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
ExecutionEngine.cpp For PR411: 2007-02-05 21:19:13 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00