summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.h
Commit message (Collapse)AuthorAgeFilesLines
* Add accessorChris Lattner2004-11-201-0/+4
| | | | llvm-svn: 18030
* Implement ExecutionEngine::freeMachineCodeForFunction()Misha Brukman2004-11-071-0/+5
| | | | llvm-svn: 17601
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-281-2/+4
| | | | | | Reimplement the Interpreters implementation of va_* to be more direct. llvm-svn: 10627
* No longer run atExit functions from run()Chris Lattner2003-12-261-7/+2
| | | | | | | rename run to runFunction Genericize the runFunction code a little bit, though it still stinks llvm-svn: 10610
* Implement PR135, lazy emission of global variablesChris Lattner2003-12-201-0/+10
| | | | llvm-svn: 10549
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-201-0/+93
VM.cpp and JIT.cpp files into JIT.cpp. This also splits some nasty code out into TargetSelect.cpp so that people hopefully won't notice it. :) llvm-svn: 10544
OpenPOWER on IntegriCloud