aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* MCJIT relocation resolution.Jim Grosbach2011-04-131-0/+2
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-0/+6
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-9/+5
* Remove extraneous 'return'.Jim Grosbach2011-04-051-2/+1
* Add missing file from r128851.Jim Grosbach2011-04-041-0/+58
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-042-5/+9
* 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 missing file from previous commit.Jim Grosbach2011-03-221-0/+161
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-223-4/+115
* Fix comment in header.Eric Christopher2011-03-221-1/+1
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-222-1/+14
* Silence a warning.Jim Grosbach2011-03-181-1/+1
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-182-6/+47
* Merge System into Support.Michael J. Spencer2010-11-292-2/+2
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-175-0/+268