aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
AgeCommit message (Expand)Author
2009-10-19Enable allocation of R3 in Thumb1Jim Grosbach
2009-10-02Forgot about ARM::tPUSH. It also has a new writeback operand.Evan Cheng
2009-10-01ARM::tPOP and tPOP_RET each has an extra writeback operand now.Evan Cheng
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-28v4, v5 does not support sxtb / sxth.Evan Cheng
2009-08-20Fix an obvious copy-n-paste bug.Evan Cheng
2009-08-13tPOP_RET now has predicate operands.Evan Cheng
2009-08-13It's ok to spill a tGPR register as long as it's still allocated a low register.Evan Cheng
2009-07-28tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.Evan Cheng
2009-07-21remove a very large testcase for now.Chris Lattner
2009-07-20Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene
2009-07-20Use TII->findCommutedOpIndices to find the commute operands (rather than gues...Evan Cheng
2009-07-20Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...Evan Cheng
2009-07-20Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.Evan Cheng
2009-07-11Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...Evan Cheng
2009-07-11Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng
2009-07-07Add missing tests.Evan Cheng
2009-06-24We should run these tests as well.Evan Cheng
2009-06-24Move thumb and thumb2 tests into separate directories.Evan Cheng