aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/ExecutionEngine.h
Commit message (Expand)AuthorAgeFilesLines
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+18
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-141-1/+1
* add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner2007-12-061-0/+8
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-061-18/+27
* add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner2007-10-221-1/+14
* Add a convenience method for creating EE's.Chris Lattner2007-10-211-1/+7
* Add removeModuleProvider()Devang Patel2007-10-151-1/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+227