aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* add two new virtual functions:Chris Lattner2003-12-081-0/+17
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-112-0/+9
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-241-2/+1
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-202-0/+14
* If we move the constructors to the .cpp file, we can drop the #includeMisha Brukman2003-10-161-7/+3
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-7/+13
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-051-4/+3
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-4/+2
* Zap some more unused static method declsBrian Gaeke2003-09-051-9/+0
* Interpreter cleanups:Brian Gaeke2003-09-041-3/+2
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-0/+3