Extend r148086 to check for [r +/- reg] address mode. This fixes queens performance...
[oota-llvm.git] / test / CodeGen / ARM / shifter_operand.ll
2012-03-06 Evan ChengExtend r148086 to check for [r +/- reg] address mode...
2012-01-13 Evan ChengDAGCombine's logic for forming pre- and post- indexed...
2011-10-05 Cameron ZwarichRemove a check from ARM shifted operand isel helper...
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-03-14 Evan ChengMinor optimization. sign-ext/anyext of undef is still...
2010-10-28 Evan ChengRe-commit 117518 and 117519 now that ARM MC test failur...
2010-10-28 Evan ChengRevert 117518 and 117519 for now. They changed scheduli...
2010-10-28 Evan Cheng- Assign load / store with shifter op address modes...
2010-10-27 Evan ChengShifter ops are not always free. Do not fold them ...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2007-04-15 Reid SpencerFor PR1319: Upgrade to use new test harness
2007-02-28 Evan ChengFix test case.
2007-01-19 Evan ChengARM test cases contributed by Apple.