summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAge
...
* 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