aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/shifter_operand.ll
AgeCommit message (Expand)Author
2012-03-06Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...Evan Cheng
2012-01-13DAGCombine's logic for forming pre- and post- indexed loads / stores were beingEvan Cheng
2011-10-05Remove a check from ARM shifted operand isel helper methods, which were blockingCameron Zwarich
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2011-03-14Minor optimization. sign-ext/anyext of undef is still undef.Evan Cheng
2010-10-28Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng
2010-10-28Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng
2010-10-28- Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng
2010-10-27Shifter ops are not always free. Do not fold them (especially to formEvan Cheng
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-17Remove llvm-upgrade.Tanya Lattner
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-02-28Fix test case.Evan Cheng
2007-01-19ARM test cases contributed by Apple.Evan Cheng