aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/JIT.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move target specific code to target files. The new MachineCodeEmitterChris Lattner2003-06-011-25/+4
* Allow for specification of which JIT to run on the commandline.Misha Brukman2003-05-271-1/+2
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-141-0/+7
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-091-0/+8
* Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner2003-05-081-0/+5
* Add support for named functionsChris Lattner2003-01-131-0/+6
* Initial checkinChris Lattner2002-12-241-0/+54