X86: when we are auto-detecting the subtarget features, make sure we turn on
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-mem.ll
2012-07-19 Preston GurdFix remaining lit tests which were failing when run...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-04 Owen AndersonFix the ordering of operands to the store (inverted...
2008-09-04 Owen AndersonAdd a first attempt at implementing stores for X86...
2008-09-04 Evan ChengLoad from GV stub should be locally CSE'd.