another missed SSE optimization
[oota-llvm.git] / lib / Target / X86 / X86JITInfo.h
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...