summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/VM.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-131-5/+3
| | | | | | | Run passes on single function (hey, just-in-time compilation!) instead of the entire module that contains it. llvm-svn: 7819
* Move target specific code to target files. The new MachineCodeEmitterChris Lattner2003-06-011-22/+1
| | | | | | class is actually target independent! llvm-svn: 6517
* Add a framework for intercepting system callsChris Lattner2003-05-141-21/+2
| | | | llvm-svn: 6190
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-091-1/+4
| | | | | | have an address available, but have not yet been code generated. llvm-svn: 6059
* assert early instead of late for unimplemented featureChris Lattner2003-05-081-3/+10
| | | | llvm-svn: 6050
* Add support for named functionsChris Lattner2003-01-131-11/+18
| | | | llvm-svn: 5258
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+84
llvm-svn: 5126
OpenPOWER on IntegriCloud