summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAge
* allow clients to indicate that they never want lazy compilation.Chris Lattner2006-11-09
* add a way to have multiple modules in a JIT :)Chris Lattner2006-08-16
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-16
* Move methods out of line so that MutexGuard.h isn't required in the header.Chris Lattner2006-05-08
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Fix headersJeff Cohen2006-03-24
* Minor corrections.Jeff Cohen2006-03-24
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-24
* remove the intrinsiclowering hookChris Lattner2006-03-23
* wrap lines to 80 columns.Chris Lattner2006-03-22
* Add a helper method for running static ctors/dtors in the module.Chris Lattner2006-03-08
* For PR540:Reid Spencer2005-07-12
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add a convenience function for clearing the two global areas.Reid Spencer2004-12-13
* This is the proper code for this method, thanks to Reid for getting CVS workingChris Lattner2004-11-22
* Implement a missing function called by JIT/Emitter.cpp but never defined.Reid Spencer2004-11-22
* Add method to delete machine code generated for a FunctionMisha Brukman2004-11-07
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke2004-02-25
* Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner2003-12-31
* We may now pass IntrinsicLowering implementations into these methodsChris Lattner2003-12-28
* New methodChris Lattner2003-12-26
* Rename 'run' to 'runFunction' to emphasize that it is usable to run anyChris Lattner2003-12-26
* Cleanups to implement PR135Chris Lattner2003-12-20
* Simple refactorings to prepare for lazy global emissionChris Lattner2003-12-20
* Doxygenify comments, remove extraneous #includeChris Lattner2003-12-12
* Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke2003-12-12
* add two new virtual functions:Chris Lattner2003-12-08
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-24
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* If we move the constructors to the .cpp file, we can drop the #includeMisha Brukman2003-10-16
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-05
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* Zap some more unused static method declsBrian Gaeke2003-09-05
* Interpreter cleanups:Brian Gaeke2003-09-04
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-03
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-13
* More cassert inclusion for GCC 3.3Chris Lattner2003-07-25
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-12
* Add new method to check to see if a global is availableChris Lattner2003-05-09
* Add a pointersize/endianness safe load routine to match the store routineChris Lattner2003-05-08
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-24