aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/Callback.cpp
AgeCommit message (Expand)Author
2003-06-01Move target specific code to target files. The new MachineCodeEmitterChris Lattner
2003-05-09Add support for function stubs, which allow calling functions which need toChris Lattner
2003-05-08Minor speedup by avoiding callbacks to functions already generatedChris Lattner
2003-05-08Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner
2003-01-13Bad segvs actually cause a segv nowChris Lattner
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner