llvm-6502/lib/ExecutionEngine/JIT
Misha Brukman 906f5fa5c8 * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
* No more createX86Emitter() vs. createSparcEmitter() -- there can be only one
* As a result, the memory management semantics must be handled according to
  platform -- the parameters to mmap() are particularly sensitive to the host
  architecture.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6527 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-02 03:23:16 +00:00
..
Intercept.cpp Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c 2003-05-14 13:53:40 +00:00
JIT.cpp * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp 2003-06-02 03:23:16 +00:00
JIT.h * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp 2003-06-02 03:23:16 +00:00
JITEmitter.cpp * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp 2003-06-02 03:23:16 +00:00
Makefile Initial checkin of new LLI with JIT compiler 2002-12-24 00:01:05 +00:00
VM.cpp Move target specific code to target files. The new MachineCodeEmitter 2003-06-01 23:24:36 +00:00
VM.h * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp 2003-06-02 03:23:16 +00:00