Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
[oota-llvm.git] / test / CodeGen / Thumb /
2010-07-16 Benjamin KramerFeed the right output into FileCheck.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-01 Bob WilsonARM function alignments were off by a power of two...
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-19 Evan ChengDisable sibcall optimization for Thumb1 for now since...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-05-12 Jakob Stoklund OlesenEnable a bunch more -regalloc=fast tests
2010-05-11 Evan ChengSelect @llvm.trap to the special B with 1111 condition...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-03-10 Evan ChengEnable machine cse pass.
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
2010-01-15 Jim Grosbachadd testcase for r93564
2009-12-18 Jakob Stoklund OlesenAdd test case for the phi reuse patch.
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
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.