Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-mem.ll
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Use XOR to materialize the...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-13 Juergen Ributzka[FastISel][X86] Use XOR to materialize the "0" value.
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
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.