aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-201-2/+2
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-181-1/+8
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-1/+2
* Make ExecutionEngine::updateGlobalMapping return the old mapping.Chris Lattner2008-04-041-5/+7
* Enable exception handling int JITNicolas Geoffray2008-02-132-0/+29
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-295-10/+10
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-142-2/+2
* 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
* improve header guardChris Lattner2007-12-051-2/+2
* split the JIT memory management code out from the main JIT logic into itsChris Lattner2007-12-052-2/+98
* 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
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-171-1/+1
* Make StoreValueToMemory a little more efficient by not copying aReid Spencer2007-03-061-1/+1
* Make GenericeValue into a struct with a union instead of just a union. ThisReid Spencer2007-03-062-24/+17
* Make the creation functions take an error string. This will help theReid Spencer2007-03-031-2/+3
* Require the destination GlobalValue for LoadValueFromMemory to be passedReid Spencer2007-03-031-1/+2
* Add APIntVal as a possible GenericeValue.Reid Spencer2007-03-031-0/+3
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-8/+4
* allow clients to indicate that they never want lazy compilation.Chris Lattner2006-11-091-0/+10
* add a way to have multiple modules in a JIT :)Chris Lattner2006-08-161-1/+7
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-161-6/+11
* Move methods out of line so that MutexGuard.h isn't required in the header.Chris Lattner2006-05-081-48/+18
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-3/+3
* Fix headersJeff Cohen2006-03-242-2/+2
* Minor corrections.Jeff Cohen2006-03-242-1/+3
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-242-0/+78
* remove the intrinsiclowering hookChris Lattner2006-03-231-7/+4
* wrap lines to 80 columns.Chris Lattner2006-03-221-5/+15
* Add a helper method for running static ctors/dtors in the module.Chris Lattner2006-03-081-0/+6
* For PR540:Reid Spencer2005-07-121-15/+45
* Remove trailing whitespaceMisha Brukman2005-04-212-6/+6
* Add a convenience function for clearing the two global areas.Reid Spencer2004-12-131-0/+7
* This is the proper code for this method, thanks to Reid for getting CVS workingChris Lattner2004-11-221-5/+14
* Implement a missing function called by JIT/Emitter.cpp but never defined.Reid Spencer2004-11-221-0/+7
* Add method to delete machine code generated for a FunctionMisha Brukman2004-11-071-0/+6
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-031-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke2004-02-251-0/+1
* Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner2003-12-311-6/+25
* We may now pass IntrinsicLowering implementations into these methodsChris Lattner2003-12-281-2/+5
* New methodChris Lattner2003-12-261-0/+7
* Rename 'run' to 'runFunction' to emphasize that it is usable to run anyChris Lattner2003-12-261-6/+8
* Cleanups to implement PR135Chris Lattner2003-12-201-4/+11
* Simple refactorings to prepare for lazy global emissionChris Lattner2003-12-201-3/+10
* Doxygenify comments, remove extraneous #includeChris Lattner2003-12-121-16/+15
* Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke2003-12-121-1/+1