Hrm, a relic from the past. How cute :)
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITEmitter.cpp
2003-10-20 Chris LattnerHrm, a relic from the past. How cute :)
2003-10-16 Brian GaekeFix a typo in a comment, and zap a blank line.
2003-10-11 Brian GaekeMake mmap's fd for anonymous memory acquisition default...
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-06 Chris LattnerActually _PASS IN_ NO_RESERVE if we have it.
2003-09-10 Misha Brukman* Move include files from middle of file to the top...
2003-09-10 Misha BrukmanFix warning when _POSIX_MAPPED_FILES is already defined...
2003-08-14 Chris LattnerImplement a _REAL_ memory manager for the code generate...
2003-08-05 Chris LattnerSpecify DEBUG_TYPE's for the JIT debug messages
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-07-29 Misha Brukman* Stop hard-coding a value for beginning of emitted...
2003-07-28 Misha BrukmanAdd rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.
2003-07-28 Misha BrukmanAdd ability for external C code to get pointers to...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Brian GaekeGet rid of the duplicate '0x' in debug mode.
2003-06-17 Brian GaekeAdd #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANO...
2003-06-08 Chris LattnerAdd #include for older GCC's
2003-06-06 Misha BrukmanOutput function address as hex.
2003-06-06 Misha BrukmanRemoved debug print statement.
2003-06-04 Misha Brukman* Institute a hack for the Sparc call to mmap() to...
2003-06-02 Misha Brukman* Removed SparcEmitter.cpp; rolled into lib/Target...
2003-06-02 Chris LattnerRemove obsolete code
2003-06-01 Chris LattnerMove target specific code to target files. The new...
2003-05-27 Misha BrukmanAllow for specification of which JIT to run on the...
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-08 Chris LattnerMinor speedup by avoiding callbacks to functions alread...
2003-05-08 Chris LattnerImprove efficiency of JIT by having it use direct funct...
2003-01-29 Chris LattnerFix warnings on sparc
2003-01-13 Chris LattnerAdd support for new types of values
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler