hanchenye-llvm-project/llvm/lib/ExecutionEngine/Interpreter
Reid Spencer 8c3d3dce2b For PR1293:
* Rename the FunctionType* parameter from M to FT on all the functions.
* Implement a fix for PR1293 by just asserting that library functions that
  must return pointers should have pointer typed results. This just makes
  sure that we don't attempt to use an uninitialized integer or something
  later on.

llvm-svn: 35508
2007-03-30 16:41:50 +00:00
..
Execution.cpp Don't use std::hex. 2007-03-08 23:37:24 +00:00
ExternalFunctions.cpp For PR1293: 2007-03-30 16:41:50 +00:00
Interpreter.cpp Remove the insufficient code in Interpreter::create that computed the 2007-03-06 03:05:57 +00:00
Interpreter.h APInt's are no longer allocated on the heap because they are direct 2007-03-06 03:06:48 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00