[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITEmitter.cpp
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-10 Evan ChengFix a bug introduced by r59265. If lazy compilation...
2008-11-13 Evan ChengAlways emit a function pointer as a pointer to the...
2008-11-12 Evan ChengChange binary dump format.
2008-11-10 Evan ChengComments and indentation.
2008-11-10 Evan ChengForgot these.
2008-11-08 Evan ChengRemove a InvalidateInstructionCache call with incorrect...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Evan ChengRename isString -> isExternalSymbol; getString -> getEx...
2008-11-08 Evan ChengMore debug output.
2008-11-07 Evan ChengMore debug output.
2008-11-07 Evan ChengJump tables may be emitted by target.
2008-11-06 Evan ChengImprove JIT debugging outputs format consistency.
2008-11-06 Evan ChengNeed a \n.
2008-11-05 Evan ChengUndo 58778 but makes the binary dump prettier.
2008-11-05 Evan ChengRemove debug output that's not really useful.
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-11-03 Evan ChengSilence a compiler warning.
2008-10-30 Jim GrosbachRevert errant deletion. The target needs to be able...
2008-10-29 Evan ChengLet target resolve some relocation results.
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-03 Nicolas GeoffrayAcquire the lock only when necessary. More precisely...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-02 Evan ChengMMI may be null.
2008-08-20 Evan ChengGet rid of a couple of dynamic_cast.
2008-08-11 Dale JohannesenSome fixes for x86-64 JIT. Make it use small code
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-06-25 Chris LattnerImplement JIT support for global aliases, patch by...
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-05-18 Nate BegemanFix a backwards check in the JIT symbol table code
2008-05-15 Evan ChengDisable JIT symbol table for now.
2008-04-20 Nicolas GeoffrayBe pessimistic in computing the buffer size when aligning.
2008-04-20 Nicolas GeoffrayCosmetic changes, as suggested by Evan. No functionalit...
2008-04-18 Nicolas GeoffrayEnable jitting with a known memory size.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-13 Chris LattnerFix some serious logic errors that broke the jit on...
2008-04-12 Evan ChengAdd debugging code.
2008-04-11 Chris LattnerReenable JIT symbol table.
2008-04-05 Chris Lattnerdisable this for now.
2008-04-04 Chris LattnerProvide an initial cut at exposing JIT compiled symbols...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-07 Chris Lattnerfix 80 col violations
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-01-25 Chris LattnerJITEmitter.cpp was trying to sync the icache for functi...
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
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...
next