summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2004-12-13Add a convenience function for clearing the two global areas.Reid Spencer1-0/+7
2004-11-22This is the proper code for this method, thanks to Reid for getting CVS workingChris Lattner1-5/+14
2004-11-22Implement a missing function called by JIT/Emitter.cpp but never defined.Reid Spencer1-0/+7
2004-11-07Add method to delete machine code generated for a FunctionMisha Brukman1-0/+6
2004-09-03Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos1-0/+1
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-02-25Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke1-0/+1
2003-12-31Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner1-6/+25
2003-12-28We may now pass IntrinsicLowering implementations into these methodsChris Lattner1-2/+5
2003-12-26New methodChris Lattner1-0/+7
2003-12-26Rename 'run' to 'runFunction' to emphasize that it is usable to run anyChris Lattner1-6/+8
2003-12-20Cleanups to implement PR135Chris Lattner1-4/+11
2003-12-20Simple refactorings to prepare for lazy global emissionChris Lattner1-3/+10
2003-12-12Doxygenify comments, remove extraneous #includeChris Lattner1-16/+15
2003-12-12Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke1-1/+1
2003-12-08add two new virtual functions:Chris Lattner1-0/+17
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2-0/+9
2003-10-24ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke1-2/+1
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell2-0/+14
2003-10-16If we move the constructors to the .cpp file, we can drop the #includeMisha Brukman1-7/+3
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman1-7/+13
2003-09-05Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke1-4/+3
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke1-4/+2
2003-09-05Zap some more unused static method declsBrian Gaeke1-9/+0
2003-09-04Interpreter cleanups:Brian Gaeke1-3/+2
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke1-0/+3
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner1-3/+3
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell1-2/+4
2003-08-13Deconstify parameter to getPointerToFunction().Brian Gaeke1-1/+1
2003-07-25More cassert inclusion for GCC 3.3Chris Lattner1-0/+1
2003-05-12Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner1-2/+1
2003-05-09Add new method to check to see if a global is availableChris Lattner1-0/+8
2003-05-08Add a pointersize/endianness safe load routine to match the store routineChris Lattner1-0/+1
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner2-0/+126