summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/thumb2-shifter.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-031-2/+2
| | | | llvm-svn: 205586
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-201-13/+69
| | | | | | | | | are more expensive than the non-flag setting variant. Teach thumb2 size reduction pass to avoid generating them unless we are optimizing for size. rdar://12892707 llvm-svn: 170728
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-051-1/+1
| | | | | | | instructions to subtarget features and update tests to reflect. PR5717. llvm-svn: 103136
* Cleanup. Missed removing these when converting. Oops.Jim Grosbach2009-11-171-5/+0
| | | | llvm-svn: 89001
* Convert to FileCheckJim Grosbach2009-11-161-5/+18
| | | | llvm-svn: 88991
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-5/+5
| | | | llvm-svn: 81293
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-241-0/+40
llvm-svn: 74068
OpenPOWER on IntegriCloud