aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT/MCJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach2011-05-191-5/+3
* Restore sanity to 131601.Jim Grosbach2011-05-181-2/+3
* Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach2011-05-181-1/+6
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-14/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-1/+2
* The MCJIT memory manager needs to initialize its Module member.Jim Grosbach2011-05-121-1/+1
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-1/+13
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-14/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-1/+2
* 80-col fix.Eric Christopher2011-04-221-1/+1
* MCJIT relocation resolution.Jim Grosbach2011-04-131-0/+2
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-4/+7
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-291-1/+1
* Fix double-free of Module.Jim Grosbach2011-03-231-1/+0
* Make sure to report any errors from the runtime dyld.Jim Grosbach2011-03-231-1/+2
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-221-4/+104
* Fix comment in header.Eric Christopher2011-03-221-1/+1
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-221-1/+11
* Silence a warning.Jim Grosbach2011-03-181-1/+1
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-181-5/+27
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-0/+92