llvm-6502/lib/ExecutionEngine
Misha Brukman 89e8be00c5 * 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7381 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-29 16:57:16 +00:00
..
Interpreter Remove redundant const qualifier 2003-07-23 15:30:32 +00:00
JIT * Stop hard-coding a value for beginning of emitted code on Sparc since we can 2003-07-29 16:57:16 +00:00
ExecutionEngine.cpp Cleaned up the code which chooses the appropriate value for the file descriptor 2003-07-18 18:33:38 +00:00
Makefile Add in support to load shared objects (-load is provided by Support library). 2003-07-28 19:06:19 +00:00