summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Consult the target data, not the module, about how large the current pointerChris Lattner2003-08-24
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-24
* Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner2003-08-21
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* no really, implement it!Chris Lattner2003-08-18
* Add support for casting any pointer to any integer typeChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* rename selection library to selectiondagChris Lattner2003-08-15
* Implement a _REAL_ memory manager for the code generated by the JIT. ThisChris Lattner2003-08-14
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-13
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-13
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-13
* In ExecutionEngine::getPointerToGlobal(), throw away const qualifierBrian Gaeke2003-08-13
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-13
* Include the new selection library for the X86 targetChris Lattner2003-08-11
* Specify DEBUG_TYPE's for the JIT debug messagesChris Lattner2003-08-05
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* * Stop hard-coding a value for beginning of emitted code on Sparc since we canMisha Brukman2003-07-29
* Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.Misha Brukman2003-07-28
* Add ability for external C code to get pointers to functions given their name.Misha Brukman2003-07-28
* Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman2003-07-28
* Fix reference to architecture.Misha Brukman2003-07-28
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-28
* Fix spaceChris Lattner2003-07-23
* Remove redundant const qualifierChris Lattner2003-07-23
* 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
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-02
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Get rid of the duplicate '0x' in debug mode.Brian Gaeke2003-06-30
* Include <cmath> instead of <math.h>Brian Gaeke2003-06-23
* Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.Brian Gaeke2003-06-17
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Use std::isnan instead of isnan. Brought back to you from theBrian Gaeke2003-06-17
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-17
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-17
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-17
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-17
* Apparently "sparc" is a macro on sparcs. Ugh. :)Chris Lattner2003-06-17
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-17
* Use more structured command line option processingChris Lattner2003-06-17
* #ifdef out code that only applies when the HOSTARCH = sparcChris Lattner2003-06-17
* Add #include for older GCC'sChris Lattner2003-06-08
* ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::Misha Brukman2003-06-06
* Output function address as hex.Misha Brukman2003-06-06
* Removed debug print statement.Misha Brukman2003-06-06
* * Institute a hack for the Sparc call to mmap() to get our generated code to beMisha Brukman2003-06-04
* Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in theMisha Brukman2003-06-04