More debug output.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITEmitter.cpp
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-22 Chris LattnerAdd #include of <iostream>
2006-01-07 Chris LattnerWrap long lines.
2005-08-01 Andrew Lenharthone cannot allocate a global, until one is done initial...
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-25 Chris Lattnerfix a warning on 32-bit systems
2005-07-22 Andrew Lenharththe JIT memory manager will construct a GOT if you...
2005-07-20 Chris Lattnercount the number of relocations performed.
2005-07-12 Reid SpencerFor PR540:
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-18 Chris LattnerAdd support for targets that require stubs for external...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-02-20 Chris LattnerFix problems running the HowToUseJIT on powerpc, and...
2005-01-10 Chris LattnerRework constant pool handling so that function constant...
2005-01-08 Chris LattnerSilence VS warnings.
2004-12-13 Reid SpencerGet rid of some leaks found by VC leak detector.
2004-12-05 Chris LattnerProperly implement a fix for PR475
2004-12-01 Chris LattnerRemove unneeded cast.
2004-11-30 Chris LattnerFix the JIT when being used from llvm-db
2004-11-22 Chris LattnerRename Emitter.cpp -> JITEmitter.cpp
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerThese methods are obsolete
2004-11-22 Chris LattnerSupport targets that require stubs for external functio...
2004-11-21 Chris LattnerClean up DEBUG output
2004-11-21 Chris LattnerAllow targets to avoid emitting a stub for EVERY lazily...
2004-11-20 Chris LattnerImplement relocation support by adding a target indepen...
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-19 Chris LattnerMatch change in MachineCodeEmitter prototype.
2004-11-15 Chris LattnerNow that we have ghost linkage, we can force resolution...
2004-10-29 Brian GaekeWhen emitting debug msgs for function stubs, don't...
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-11 Reid SpencerConvert the Emitter to use the lib/System "Memory"...
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-28 Chris LattnerUse the SystemUtils.h file to do our dirty work.
2004-05-27 Chris LattnerThis code is a real mess, but at least get the JIT...
2004-04-23 Brian GaekeImplement emitWordAt() for the JIT emitter.
2004-02-08 Chris LattnerThere is no reason to #define fd
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-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-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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-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