summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-pack.ll
AgeCommit message (Expand)Author
2014-04-03ARM: yet another round of ARM test clean upsSaleem Abdulrasool
2013-12-13Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-07-09ARM: Fix incorrect pack pattern for thumb2Jim Grosbach
2010-08-17Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson
2010-08-16Generalize a pattern for PKHTB: an SRL of 16-31 bits will guaranteeBob Wilson
2010-08-16Convert test to FileCheck.Bob Wilson
2010-05-05Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-07Add Thumb2 pkhbt / pkhtb.Evan Cheng