llvm-6502/include
Jim Grosbach 31649e61bc Beginnings of MC-JIT code generation.
Proof-of-concept code that code-gens a module to an in-memory MachO object.
This will be hooked up to a run-time dynamic linker library (see: llvm-rtdyld
for similarly conceptual work for that part) which will take the compiled
object and link it together with the rest of the system, providing back to the
JIT a table of available symbols which will be used to respond to the
getPointerTo*() queries.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127916 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-18 22:48:41 +00:00
..
llvm Beginnings of MC-JIT code generation. 2011-03-18 22:48:41 +00:00
llvm-c Add support in the LTO library for loading an object from the middle 2011-03-17 00:36:11 +00:00