summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
Commit message (Expand)AuthorAge
* Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson2010-01-16
* add testcase for r93564Jim Grosbach2010-01-15
* Add test case for the phi reuse patch.Jakob Stoklund Olesen2009-12-18
* More consistent thumb1 asm printing.Evan Cheng2009-11-19
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-07
* Enable allocation of R3 in Thumb1Jim Grosbach2009-10-19
* Forgot about ARM::tPUSH. It also has a new writeback operand.Evan Cheng2009-10-02
* ARM::tPOP and tPOP_RET each has an extra writeback operand now.Evan Cheng2009-10-01
* 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