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