Age | Commit message (Expand) | Author |
2003-09-22 | Squelch warning | Chris Lattner |
2003-09-17 | Change FunctionInfo from being an annotation put on Functions to be | Chris Lattner |
2003-09-10 | * Move include files from middle of file to the top where they belong, moving | Misha Brukman |
2003-09-10 | Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h | Misha Brukman |
2003-09-08 | Remove a bunch of unneeded stuph | Chris Lattner |
2003-09-05 | Reorder #includes to follow LLVM conventions | Chris Lattner |
2003-09-05 | ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ | Brian Gaeke |
2003-09-05 | Make getOperandValue and executeCastOperation methods of Interpreter. | Brian Gaeke |
2003-09-05 | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke |
2003-09-05 | Remove printOperandInfo(), and simplify run(). | Brian Gaeke |
2003-09-05 | Remove support for printing values from a module by name, only used | Brian Gaeke |
2003-09-05 | Remove support for interactive (step finish next) instructions. | Brian Gaeke |
2003-09-04 | Remove support for breakpoints (not used). | Brian Gaeke |
2003-09-04 | Move EE dtor where it belongs | Brian Gaeke |
2003-09-04 | Interpreter cleanups: | Brian Gaeke |
2003-09-03 | ExecutionEngine.cpp: Move execution engine creation stuff into a new | Brian Gaeke |
2003-09-01 | Preselection is now integrated into the Sparc target library | Chris Lattner |
2003-09-01 | Sparc peephole optimizer moved out of post-opts library into Sparc target lib... | Chris Lattner |
2003-08-24 | Consult the target data, not the module, about how large the current pointer | Chris Lattner |
2003-08-24 | Targets now configure themselves based on the source module, not on the | Chris Lattner |
2003-08-24 | Add preliminary support for "any" pointersize/endianness. This will need | Chris Lattner |
2003-08-21 | Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and | Chris Lattner |
2003-08-21 | The JIT now passes the environment pointer to the main() function when it | John Criswell |
2003-08-18 | no really, implement it! | Chris Lattner |
2003-08-18 | Add support for casting any pointer to any integer type | Chris Lattner |
2003-08-18 | Spell `necessary' correctly. | Misha Brukman |
2003-08-15 | rename selection library to selectiondag | Chris Lattner |
2003-08-14 | Implement a _REAL_ memory manager for the code generated by the JIT. This | Chris Lattner |
2003-08-13 | Deconstify parameter to getPointerToFunction(). | Brian Gaeke |
2003-08-13 | Deconstify parameter to getPointerToFunction(). | Brian Gaeke |
2003-08-13 | Deconstify parameter to getPointerToFunction(). | Brian Gaeke |
2003-08-13 | In ExecutionEngine::getPointerToGlobal(), throw away const qualifier | Brian Gaeke |
2003-08-13 | Incorporate mapping library into the sparc library | Chris Lattner |
2003-08-11 | Include the new selection library for the X86 target | Chris Lattner |
2003-08-05 | Specify DEBUG_TYPE's for the JIT debug messages | Chris Lattner |
2003-08-01 | DEBUG got moved to Debug.h | Chris Lattner |
2003-07-29 | * Stop hard-coding a value for beginning of emitted code on Sparc since we can | Misha Brukman |
2003-07-28 | Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. | Misha Brukman |
2003-07-28 | Add ability for external C code to get pointers to functions given their name. | Misha Brukman |
2003-07-28 | Clean up code dealing with RTLD_SELF differences on Sparc and X86. | Misha Brukman |
2003-07-28 | Fix reference to architecture. | Misha Brukman |
2003-07-28 | Add in support to load shared objects (-load is provided by Support library). | Misha Brukman |
2003-07-23 | Fix space | Chris Lattner |
2003-07-23 | Remove redundant const qualifier | Chris Lattner |
2003-07-18 | Cleaned up the code which chooses the appropriate value for the file descriptor | Misha Brukman |
2003-07-15 | Clean up my last checkin: code is easier to read and explains the differences in | Misha Brukman |
2003-07-15 | On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to | Misha Brukman |
2003-07-02 | * If compiling on X86 or Sparc, automagically enable the JIT for that arch | Misha Brukman |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
2003-06-30 | Get rid of the duplicate '0x' in debug mode. | Brian Gaeke |