summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAge
* Don't pass too many arguments into runFunctionChris Lattner2004-08-16
* Stop using getValues().Alkis Evlogimenos2004-08-04
* bug 122:Reid Spencer2004-07-18
* Fixes for PR341Chris Lattner2004-07-15
* Make add constantexprs work with all types, fixing the regressions from last ...Chris Lattner2004-07-11
* Fix for bug 391.Reid Spencer2004-07-07
* Move the IntrinsicLowering header into the CodeGen directoryChris Lattner2004-06-20
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-17
* Remove long unused #includesChris Lattner2004-05-27
* Fix PR296: [execution engines] Unhandled cast constant expressionChris Lattner2004-03-16
* Make the JIT zero out globals with memset instead of an element at a time. ThisChris Lattner2004-02-15
* Print out all globals as they are emitted, not just those emitted fromChris Lattner2004-02-08
* Print an error message if we can't materialize the bytecode fileChris Lattner2004-02-01
* Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner2003-12-31
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-28
* Factor code out of LLIChris Lattner2003-12-26
* Implement PR135, lazy emission of global variablesChris Lattner2003-12-20
* Simple refactorings to prepare for lazy global emissionChris Lattner2003-12-20
* Update for changes in the JITChris Lattner2003-12-20
* Use the new method, though noone currently implements it any better than beforeChris Lattner2003-12-08
* Fine grainify namespaceificationChris Lattner2003-11-19
* 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 project notice to the top of every C++ source file.John Criswell2003-10-20
* Don't release the Module, as that invalidates the Module* within theMisha Brukman2003-10-17
* * Reorder includes as per the style guideMisha Brukman2003-10-16
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* * Tabs to spacesMisha Brukman2003-10-10
* Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke2003-10-10
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-05
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-05
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* Move EE dtor where it belongsBrian Gaeke2003-09-04
* Interpreter cleanups:Brian Gaeke2003-09-04
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-03
* Consult the target data, not the module, about how large the current pointerChris Lattner2003-08-24
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-24
* no really, implement it!Chris Lattner2003-08-18
* Add support for casting any pointer to any integer typeChris Lattner2003-08-18
* In ExecutionEngine::getPointerToGlobal(), throw away const qualifierBrian Gaeke2003-08-13
* Specify DEBUG_TYPE's for the JIT debug messagesChris Lattner2003-08-05
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Cleaned up the code which chooses the appropriate value for the file descriptorMisha Brukman2003-07-18
* Clean up my last checkin: code is easier to read and explains the differences inMisha Brukman2003-07-15
* On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring toMisha Brukman2003-07-15
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Fix typeosChris Lattner2003-05-14
* Add support for more constant expressionsChris Lattner2003-05-14
* Clean up castChris Lattner2003-05-13
* Add a pointersize/endianness safe load routine to match the store routineChris Lattner2003-05-08