Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITEmitter.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-12-05 Chris Lattnersplit the JIT memory management code out from the main...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-07-19 Reid SpencerHush a noisy warning from GCC 4.2 about overflow during...
2007-07-09 Gabor Greiffix typos
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-30 Evan Cheng(For Chris): Fix failure where we rejected compiling...
2007-03-06 Anton KorobeynikovImplement PR1240
2007-02-24 Chris LattnerFix PR1216 by cleaning up the ownership of JITResolver.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-20 Chris LattnerDOUT still evaluates side effects, even though it doesn...
2007-01-19 Andrew Lenharthfix build on amd64
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2006-12-19 Chris Lattnerremove static ctors from Statistic objects
2006-12-14 Jim LaskeySimplify the fetching of relocation mode.
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-16 Evan ChengAllow target to specify alignment for function stub.
2006-11-09 Chris Lattnerif lazy compilation is disabled, print an error message...
2006-11-02 Reid SpencerFor PR786:
2006-09-15 Chris LattnerUnbreak the JIT
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-13 Chris LattnerFix a ton of jit failures
2006-09-12 Evan ChengReflect MachineConstantPoolEntry changes.
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Jim LaskeyFixed a typo in Evan's submisson.
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX do not throw an exception.
2006-06-23 Evan ChengAdded jump table address relocation.
2006-06-16 Chris LattnerOnly count instructions as code size, not constant...
2006-06-01 Chris LattnerFix -pedantic warnings.
2006-05-16 Chris LattnerMake this print the right start pointer
2006-05-12 Chris LattnerFix a hypothetical memory leak, identified by Coverity...
2006-05-12 Chris LattnerFor extra sanity checking, fill free'd memory with...
2006-05-11 Chris LattnerFix some bugs in the freelist manipulation code.
2006-05-11 Chris LattnerSignificantly revamp allocation of machine code to...
2006-05-08 Chris LattnerMove some methods out of line so that MutexGuard.h...
2006-05-03 Chris Lattnerminor cleanups, no functionality change
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerAlign function bodies correctly.
2006-05-03 Chris LattnerSimplify some code. Don't add memory blocks to the...
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-03 Chris LattnerSimplify some code
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerDo not make the JIT memory manager manage the memory...
2006-05-02 Chris LattnerMinor cleanups, no functionality change.
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Chris LattnerRemove dead method
2006-04-25 Nate BegemanFix a warning
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-02-09 Chris Lattnersimplify this code now that each constant pool entry...
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.
next