aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)Author
2003-08-13In ExecutionEngine::getPointerToGlobal(), throw away const qualifierBrian Gaeke
2003-08-05Specify DEBUG_TYPE's for the JIT debug messagesChris Lattner
2003-08-01DEBUG got moved to Debug.hChris Lattner
2003-07-18Cleaned up the code which chooses the appropriate value for the file descriptorMisha Brukman
2003-07-15Clean up my last checkin: code is easier to read and explains the differences inMisha Brukman
2003-07-15On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring toMisha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-05-14Fix typeosChris Lattner
2003-05-14Add support for more constant expressionsChris Lattner
2003-05-13Clean up castChris Lattner
2003-05-08Add a pointersize/endianness safe load routine to match the store routineChris Lattner
2003-05-07Fix bug: Jello/2003-05-07-ArgumentTest.llxChris Lattner
2003-04-23Fix bug where pointers were assumed to always be 64 bits in size!Chris Lattner
2003-04-23* Implement access to external variables in LLIChris Lattner
2003-04-21Make stderr, stdout, stdin work with LLIChris Lattner
2003-01-13Add fixmeChris Lattner
2002-12-28Add diagnostic outputChris Lattner
2002-12-24Fixes to compile with GCC 3.2Chris Lattner
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner