summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAge
...
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-06
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* 80-col fix.Eric Christopher2011-04-22
* MCJIT relocation resolution.Jim Grosbach2011-04-13
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-06
* Remove extraneous 'return'.Jim Grosbach2011-04-05
* Add missing file from r128851.Jim Grosbach2011-04-04
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* Fix double-free of Module.Jim Grosbach2011-03-23
* Make sure to report any errors from the runtime dyld.Jim Grosbach2011-03-23
* Add missing file from previous commit.Jim Grosbach2011-03-22
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-22
* Fix comment in header.Eric Christopher2011-03-22
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-22
* Silence a warning.Jim Grosbach2011-03-18
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-18
* Merge System into Support.Michael J. Spencer2010-11-29
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-17