llvm-6502/lib/ExecutionEngine
Jeffrey Yasskin 2d274412ed Make the need-stub variables accurate and consistent. In the case of
MachineRelocations, "stub" always refers to a far-call stub or a
load-a-faraway-global stub, so this patch adds "Far" to the term. (Other stubs
are used for lazy compilation and dlsym address replacement.) The variable was
also inconsistent between the positive and negative sense, and the positive
sense ("NeedStub") was more demanding than is accurate (since a nearby-enough
function can be called directly even if the platform often requires a stub).
Since the negative sense causes double-negatives, I switched to
"MayNeedFarStub" globally.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86363 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-07 08:51:52 +00:00
..
Interpreter add interpreter support for indirect goto / blockaddress. The interpreter 2009-10-29 05:26:09 +00:00
JIT Make the need-stub variables accurate and consistent. In the case of 2009-11-07 08:51:52 +00:00
CMakeLists.txt
ExecutionEngine.cpp add interpreter support for indirect goto / blockaddress. The interpreter 2009-10-29 05:26:09 +00:00
ExecutionEngineBindings.cpp Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). 2009-07-18 00:42:18 +00:00
Makefile