Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Target / X86 / X86JITInfo.h
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-09-03 Evan ChengX86JITInfo::getLazyResolverFunction() should not read...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-11-15 Chris LattnerRemove unneeded forward decls
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2005-07-29 Andrew Lenharthturn off GOT on archs that didn't use it (not that...
2005-07-22 Andrew Lenharthupdate interface
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-11-20 Chris LattnerWe implement these interfaces
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris Lattnerimplement support for the intrinsic lowering functionality
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...