aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/MCJIT.cpp
AgeCommit message (Expand)Author
2011-03-23Fix double-free of Module.Jim Grosbach
2011-03-23Make sure to report any errors from the runtime dyld.Jim Grosbach
2011-03-22Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach
2011-03-22Fix comment in header.Eric Christopher
2011-03-22Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach
2011-03-18Silence a warning.Jim Grosbach
2011-03-18Beginnings of MC-JIT code generation.Jim Grosbach
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar