First attempt at handling frame index elimination.
[oota-llvm.git] / lib / ExecutionEngine / JIT /
2004-03-10 Brian GaekeMy fix for PR274 broke the build on Darwin/PPC. As...
2004-03-09 Brian GaekeAddress PR274 - '[JIT] Programs cannot resolve the...
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-08 Chris LattnerThere is no reason to #define fd
2004-02-01 Chris LattnerPrint an error message if there is an error materialize...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-20 Chris LattnerThis should not be needed anymore
2003-12-20 Chris LattnerImplement PR135, lazy emission of global variables
2003-12-20 Chris LattnerCleanup the JIT as per PR176. This renames the VM...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-12 Chris LattnerImplement the ExecutionEngine::getPointerToFunctionOrSt...
2003-12-08 Chris LattnerFinegrainify namespacification
2003-11-30 Chris LattnerEmit constants to one contiguous block, but this time...
2003-11-30 Misha BrukmanGo back to allocating memory for each constant separate...
2003-11-17 Misha BrukmanEmit the MachineConstantPool constants in one contiguou...
2003-11-17 Misha Brukman* Order #includes as per style guide
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Brian GaekeRemove #include of PassManager.h which was marked FIXME...
2003-11-07 Misha BrukmanRemove the *BIG UGLY HACK* from the JIT: PreSelection...
2003-10-29 Brian GaekeIn VM::create(), comment out almost the whole function...
2003-10-24 Brian GaekeDestroy MachineFunction for any Function that we are...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris LattnerHrm, a relic from the past. How cute :)
2003-10-17 Brian GaekeTidy up doxygen comment for getPointerToFunction().
2003-10-17 Brian GaekeRefactor running the JIT passes on a single function...
2003-10-16 Brian GaekeFix a typo in a comment, and zap a blank line.
2003-10-16 Misha BrukmanJIT.cpp:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
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-10 Brian GaekeChange to use GetAddressOfSymbol instead of dlsym.
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-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 Chris LattnerMinor cleanups: wrap at 80 lines. Convert file comment...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-14 Chris LattnerImplement a _REAL_ memory manager for the code generate...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
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-07-28 Misha BrukmanClean up code dealing with RTLD_SELF differences on...
2003-07-28 Misha BrukmanFix reference to architecture.
2003-07-23 Chris LattnerFix space
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
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-17 Chris LattnerApparently "sparc" is a macro on sparcs. Ugh. :)
2003-06-17 Chris LattnerUse more structured command line option processing
2003-06-17 Chris Lattner#ifdef out code that only applies when the HOSTARCH...
2003-06-08 Chris LattnerAdd #include for older GCC's
2003-06-06 Misha Brukman::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK...
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-04 Misha BrukmanSparc's dlsym() requires the special operand RTLD_SELF...
2003-06-02 Misha Brukman* Removed SparcEmitter.cpp; rolled into lib/Target...
2003-06-02 Brian GaekeThe flag modifications weren't picking up the old value...
2003-06-02 Chris LattnerRemove obsolete code
2003-06-01 Chris LattnerMove target specific code to target files. The new...
2003-06-01 Brian GaekeFix induction variable name clash in for loops, in...
2003-05-31 Misha BrukmanFixed rewriting of branches -- they now work forward...
2003-05-30 Misha BrukmanSince malloc is no longer used, no need to free() memory.
2003-05-30 Brian GaekeFix call to mmap, so that it can be used on sparc.
2003-05-28 Misha Brukmanmmap() seems to be failing on Sparc, so just use malloc...
2003-05-27 Misha BrukmanAllow for specification of which JIT to run on the...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-14 Chris LattnerFix compilation problems with previous checking *blush*
2003-05-14 Chris LattnerAdd a framework for intercepting system calls
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
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-05-08 Chris Lattnerassert early instead of late for unimplemented feature
2003-01-29 Chris LattnerFix warnings on sparc
2003-01-13 Chris LattnerAdd support for named functions
2003-01-13 Chris LattnerDead file
2003-01-13 Chris LattnerAdd support for new types of values
2003-01-13 Chris LattnerBad segvs actually cause a segv now
2002-12-24 Chris LattnerInitial checkin
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler