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
..
2010-11-29 18:16:10 +00:00
2011-02-03 23:17:40 +00:00
2011-03-18 16:39:36 +00:00
2010-11-29 18:16:10 +00:00
2011-03-05 14:17:37 +00:00
2010-12-07 18:50:33 +00:00
2011-03-04 01:20:33 +00:00
2010-09-15 00:52:23 +00:00
2010-11-29 18:16:10 +00:00
2011-03-08 16:59:03 +00:00