aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* improve documentation around memory lifetimes, Chris Lattner2009-04-251-5/+17
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-182-0/+19
* Add support for deleting a module provider from a JIT in such a way that it d...Nate Begeman2009-01-231-1/+7
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* DisableGVCompilation should not abort on internal GlobalValue's.Evan Cheng2008-12-091-2/+3
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-251-0/+3
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-211-0/+3
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-031-0/+8
* Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...Evan Cheng2008-09-301-1/+5
* Add DisableGVCompilation which forces the JIT to assert when it tries to allo...Evan Cheng2008-09-241-0/+11
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-3/+6
* Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner2008-06-161-3/+13
* Fix a couple issues with the JIT and multiple modules:Nate Begeman2008-05-211-2/+7
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-2/+2
* 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