summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/Emitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-091-5/+30
| | | | | | 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-5/+9
| | | | llvm-svn: 6052
* Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner2003-05-081-1/+4
| | | | | | signals to regain control from the executing code llvm-svn: 6051
* Fix warnings on sparcChris Lattner2003-01-291-4/+5
| | | | llvm-svn: 5427
* Add support for new types of valuesChris Lattner2003-01-131-13/+56
| | | | llvm-svn: 5256
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+107
llvm-svn: 5126
OpenPOWER on IntegriCloud