llvm-6502/lib/ExecutionEngine
Brian Gaeke b440dea57b Go back to the interpreter main loop after performing intrinsic lowering,
because 1) the first instruction might not be a call site, and
2) CS and SF.Caller were not getting set to point to the new call site
anyway (resulting in a crash on e.g. call %llvm.memset).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13122 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-23 18:05:28 +00:00
..
Interpreter Go back to the interpreter main loop after performing intrinsic lowering, 2004-04-23 18:05:28 +00:00
JIT Implement emitWordAt() for the JIT emitter. 2004-04-23 17:11:14 +00:00
ExecutionEngine.cpp Fix PR296: [execution engines] Unhandled cast constant expression 2004-03-16 08:38:56 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00