aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT/MCJIT.h
Commit message (Expand)AuthorAgeFilesLines
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-4/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-7/+0
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-1/+11
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-4/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-7/+0
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-1/+2
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-221-0/+10
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-221-0/+3
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-181-1/+20
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-0/+68