summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/Callback.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move target specific code to target files. The new MachineCodeEmitterChris Lattner2003-06-011-82/+0
| | | | | | class is actually target independent! llvm-svn: 6517
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-091-2/+31
| | | | | | have an address available, but have not yet been code generated. llvm-svn: 6059
* Minor speedup by avoiding callbacks to functions already generatedChris Lattner2003-05-081-1/+0
| | | | llvm-svn: 6052
* Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner2003-05-081-35/+20
| | | | | | signals to regain control from the executing code llvm-svn: 6051
* Bad segvs actually cause a segv nowChris Lattner2003-01-131-2/+9
| | | | llvm-svn: 5255
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+62
llvm-svn: 5126
OpenPOWER on IntegriCloud