Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In ExecutionEngine::getPointerToGlobal(), throw away const qualifier | Brian Gaeke | 2003-08-13 | 1 | -1/+1 | |
| | | | | | | on Function * when passing it to getPointerToFunction(). llvm-svn: 7818 | |||||
* | Specify DEBUG_TYPE's for the JIT debug messages | Chris Lattner | 2003-08-05 | 1 | -0/+1 | |
| | | | | llvm-svn: 7604 | |||||
* | DEBUG got moved to Debug.h | Chris Lattner | 2003-08-01 | 1 | -3/+2 | |
| | | | | llvm-svn: 7491 | |||||
* | Cleaned up the code which chooses the appropriate value for the file descriptor | Misha Brukman | 2003-07-18 | 1 | -5/+4 | |
| | | | | | | | to pass to dlsym() -- Linux/x86 wants 0 while Sparc/Solaris wants RTLD_SELF, which is not zero. Thanks to Chris for the suggestion. llvm-svn: 7204 | |||||
* | Clean up my last checkin: code is easier to read and explains the differences in | Misha Brukman | 2003-07-15 | 1 | -4/+5 | |
| | | | | | | usage of the special file handle RTLD_SELF on Sparc/Solaris vs. 0 on Linux/x86. llvm-svn: 7177 | |||||
* | On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to | Misha Brukman | 2003-07-15 | 1 | -1/+6 | |
| | | | | | | | the program's executing image, not 0 as it is on Linux/x86 and possibly other systems. llvm-svn: 7176 | |||||
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+1 | |
| | | | | | | system. llvm-svn: 7014 | |||||
* | Fix typeos | Chris Lattner | 2003-05-14 | 1 | -4/+4 | |
| | | | | llvm-svn: 6204 | |||||
* | Add support for more constant expressions | Chris Lattner | 2003-05-14 | 1 | -6/+35 | |
| | | | | llvm-svn: 6203 | |||||
* | Clean up cast | Chris Lattner | 2003-05-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 6174 | |||||
* | Add a pointersize/endianness safe load routine to match the store routine | Chris Lattner | 2003-05-08 | 1 | -0/+76 | |
| | | | | llvm-svn: 6042 | |||||
* | Fix bug: Jello/2003-05-07-ArgumentTest.llx | Chris Lattner | 2003-05-07 | 1 | -17/+33 | |
| | | | | | | Also fixes yacr2/ks benchmarks llvm-svn: 6017 | |||||
* | Fix bug where pointers were assumed to always be 64 bits in size! | Chris Lattner | 2003-04-23 | 1 | -4/+8 | |
| | | | | llvm-svn: 5890 | |||||
* | * Implement access to external variables in LLI | Chris Lattner | 2003-04-23 | 1 | -10/+31 | |
| | | | | | | * Implement GetElementPtr constant expressions when initializing global variables llvm-svn: 5880 | |||||
* | Make stderr, stdout, stdin work with LLI | Chris Lattner | 2003-04-21 | 1 | -0/+6 | |
| | | | | llvm-svn: 5832 | |||||
* | Add fixme | Chris Lattner | 2003-01-13 | 1 | -1/+2 | |
| | | | | llvm-svn: 5251 | |||||
* | Add diagnostic output | Chris Lattner | 2002-12-28 | 1 | -0/+1 | |
| | | | | llvm-svn: 5157 | |||||
* | Fixes to compile with GCC 3.2 | Chris Lattner | 2002-12-24 | 1 | -5/+5 | |
| | | | | llvm-svn: 5134 | |||||
* | Initial checkin of new LLI with JIT compiler | Chris Lattner | 2002-12-24 | 1 | -0/+226 | |
llvm-svn: 5126 |