Convert to FileCheck
[oota-llvm.git] / test / CodeGen / Thumb /
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-10-19 Jim GrosbachEnable allocation of R3 in Thumb1
2009-10-02 Evan ChengForgot about ARM::tPUSH. It also has a new writeback...
2009-10-01 Evan ChengARM::tPOP and tPOP_RET each has an extra writeback...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-13 Evan ChengtPOP_RET now has predicate operands.
2009-08-13 Evan ChengIt's ok to spill a tGPR register as long as it's still...
2009-07-28 Evan ChengtADDrSPI doesn't have a predicate operand, but tADDhirr...
2009-07-21 Chris Lattnerremove a very large testcase for now.
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Evan ChengUse TII->findCommutedOpIndices to find the commute...
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-11 Evan ChengSmarter isel of ldrsb / ldrsh. Only make use of these...
2009-07-11 Evan ChengMajor changes to Thumb (not Thumb2). Many 16-bit instru...
2009-07-07 Evan ChengAdd missing tests.
2009-06-24 Evan ChengWe should run these tests as well.
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.