aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner
2004-06-20Move the IntrinsicLowering header into the CodeGen directoryChris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-16Add int ferror(FILE *)Brian Gaeke
2004-06-01Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner
2004-05-28Use the SystemUtils.h file to do our dirty work.Chris Lattner
2004-05-27Remove long unused #includesChris Lattner
2004-05-27These #includes are long deadChris Lattner
2004-05-27This code is a real mess, but at least get the JIT *building* on platformsChris Lattner
2004-05-25Get rid of a wart: useless getFILE function is now a cast macro.Reid Spencer
2004-05-01Generalize the strlen size_t hack, for the benefit of the other externalBrian Gaeke
2004-04-23Go back to the interpreter main loop after performing intrinsic lowering,Brian Gaeke
2004-04-23Implement emitWordAt() for the JIT emitter.Brian Gaeke
2004-04-20Add support for the select instructionChris Lattner
2004-04-14Add a TargetData to the PassManager regardless of the TargetMachine.Brian Gaeke
2004-04-04Adjust to new interfaceChris Lattner
2004-04-04Adjust to new gep_type_iterator prototypes.Chris Lattner
2004-03-16Fix PR296: [execution engines] Unhandled cast constant expressionChris Lattner
2004-03-13Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner
2004-03-10My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain thisBrian Gaeke
2004-03-09Address PR274 - '[JIT] Programs cannot resolve the fstat function'Brian Gaeke
2004-02-26remove obsolete commentChris Lattner
2004-02-25Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke
2004-02-25Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke
2004-02-15Make the JIT zero out globals with memset instead of an element at a time. ThisChris Lattner
2004-02-13Fix off-by-one in Interpreter::getFirstVarArg(), which was punishingBrian Gaeke
2004-02-13The Interpreter was failing the AtExit UnitTest. This fixes it.Brian Gaeke
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2004-02-08rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner
2004-02-08Print out all globals as they are emitted, not just those emitted fromChris Lattner
2004-02-08There is no reason to #define fdChris Lattner
2004-02-01Print an error message if we can't materialize the bytecode fileChris Lattner
2004-02-01Print an error message if there is an error materialize the bc file.Chris Lattner
2004-01-14Don't pass anything to the IntrinsicLowering class that is not_intrinsic,Brian Gaeke
2003-12-31Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner
2003-12-26Factor code out of LLIChris Lattner
2003-12-26No longer run atExit functions from run()Chris Lattner
2003-12-26No longer run atExit functions from run()Chris Lattner
2003-12-20This should not be needed anymoreChris Lattner
2003-12-20Implement PR135, lazy emission of global variablesChris Lattner
2003-12-20Simple refactorings to prepare for lazy global emissionChris Lattner
2003-12-20Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner
2003-12-20Update for changes in the JITChris Lattner
2003-12-20Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-12-12Dynamically get the right-sized member of a GenericValue to hold a size_t, andBrian Gaeke
2003-12-12Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding theChris Lattner