aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
AgeCommit message (Expand)Author
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-05-08assert early instead of late for unimplemented featureChris Lattner
2003-01-29Fix warnings on sparcChris Lattner
2003-01-13Add support for named functionsChris Lattner
2003-01-13Dead fileChris Lattner
2003-01-13Add support for new types of valuesChris Lattner
2003-01-13Bad segvs actually cause a segv nowChris Lattner
2002-12-24Initial checkinChris Lattner
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner