aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2003-09-22Squelch warningChris Lattner
2003-09-17Change FunctionInfo from being an annotation put on Functions to beChris Lattner
2003-09-10* Move include files from middle of file to the top where they belong, movingMisha Brukman
2003-09-10Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.hMisha Brukman
2003-09-08Remove a bunch of unneeded stuphChris Lattner
2003-09-05Reorder #includes to follow LLVM conventionsChris Lattner
2003-09-05ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke
2003-09-05Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-09-05Remove printOperandInfo(), and simplify run().Brian Gaeke
2003-09-05Remove support for printing values from a module by name, only usedBrian Gaeke
2003-09-05Remove support for interactive (step finish next) instructions.Brian Gaeke
2003-09-04Remove support for breakpoints (not used).Brian Gaeke
2003-09-04Move EE dtor where it belongsBrian Gaeke
2003-09-04Interpreter cleanups:Brian Gaeke
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke
2003-09-01Preselection is now integrated into the Sparc target libraryChris Lattner
2003-09-01Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner
2003-08-24Consult the target data, not the module, about how large the current pointerChris Lattner
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner
2003-08-24Add preliminary support for "any" pointersize/endianness. This will needChris Lattner
2003-08-21Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell
2003-08-18no really, implement it!Chris Lattner
2003-08-18Add support for casting any pointer to any integer typeChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-15rename selection library to selectiondagChris Lattner
2003-08-14Implement a _REAL_ memory manager for the code generated by the JIT. ThisChris Lattner
2003-08-13Deconstify parameter to getPointerToFunction().Brian Gaeke
2003-08-13Deconstify parameter to getPointerToFunction().Brian Gaeke
2003-08-13Deconstify parameter to getPointerToFunction().Brian Gaeke
2003-08-13In ExecutionEngine::getPointerToGlobal(), throw away const qualifierBrian Gaeke
2003-08-13Incorporate mapping library into the sparc libraryChris Lattner
2003-08-11Include the new selection library for the X86 targetChris Lattner
2003-08-05Specify DEBUG_TYPE's for the JIT debug messagesChris Lattner
2003-08-01DEBUG got moved to Debug.hChris Lattner
2003-07-29* Stop hard-coding a value for beginning of emitted code on Sparc since we canMisha Brukman
2003-07-28Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.Misha Brukman
2003-07-28Add ability for external C code to get pointers to functions given their name.Misha Brukman
2003-07-28Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman
2003-07-28Fix reference to architecture.Misha Brukman
2003-07-28Add in support to load shared objects (-load is provided by Support library).Misha Brukman
2003-07-23Fix spaceChris Lattner
2003-07-23Remove redundant const qualifierChris 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-07-02* If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-30Get rid of the duplicate '0x' in debug mode.Brian Gaeke