1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/ExecutionEngine/JIT
Misha Brukman 442175ec3b * Stop hard-coding a value for beginning of emitted code on Sparc since we can
now handle far calls (i.e., beyond the 30-bit limit in call instructions).
* As a side-effect, this allows us to unify and clean up the mmap() call and
  code around it.

llvm-svn: 7381
2003-07-29 16:57:16 +00:00
..
Emitter.cpp * Stop hard-coding a value for beginning of emitted code on Sparc since we can 2003-07-29 16:57:16 +00:00
Intercept.cpp Clean up code dealing with RTLD_SELF differences on Sparc and X86. 2003-07-28 19:07:30 +00:00
JIT.cpp Fix space 2003-07-23 20:21:06 +00:00
Makefile Fix reference to architecture. 2003-07-28 19:06:50 +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