aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb
Commit message (Expand)AuthorAgeFilesLines
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-071-0/+41
* Enable allocation of R3 in Thumb1Jim Grosbach2009-10-191-1/+1
* Forgot about ARM::tPUSH. It also has a new writeback operand.Evan Cheng2009-10-021-0/+10
* ARM::tPOP and tPOP_RET each has an extra writeback operand now.Evan Cheng2009-10-011-0/+13
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-0932-51/+51
* v4, v5 does not support sxtb / sxth.Evan Cheng2009-08-281-18/+40
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-201-0/+66
* tPOP_RET now has predicate operands.Evan Cheng2009-08-131-0/+737
* It's ok to spill a tGPR register as long as it's still allocated a low register.Evan Cheng2009-08-131-0/+40
* tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.Evan Cheng2009-07-281-0/+26
* remove a very large testcase for now.Chris Lattner2009-07-211-2891/+0
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-201-0/+2891
* Use TII->findCommutedOpIndices to find the commute operands (rather than gues...Evan Cheng2009-07-201-0/+11
* Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...Evan Cheng2009-07-201-0/+33
* Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.Evan Cheng2009-07-201-0/+288
* Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...Evan Cheng2009-07-111-5/+12
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-112-2/+14
* Add missing tests.Evan Cheng2009-07-072-0/+48
* We should run these tests as well.Evan Cheng2009-06-241-0/+5
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-2423-0/+733