Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: yet another round of ARM test clean ups | Saleem Abdulrasool | 2014-04-03 | 1 | -2/+2 |
| | | | | llvm-svn: 205586 | ||||
* | On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr, | Evan Cheng | 2012-12-20 | 1 | -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/pack | Jim Grosbach | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | instructions to subtarget features and update tests to reflect. PR5717. llvm-svn: 103136 | ||||
* | Cleanup. Missed removing these when converting. Oops. | Jim Grosbach | 2009-11-17 | 1 | -5/+0 |
| | | | | llvm-svn: 89001 | ||||
* | Convert to FileCheck | Jim Grosbach | 2009-11-16 | 1 | -5/+18 |
| | | | | llvm-svn: 88991 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -5/+5 |
| | | | | llvm-svn: 81293 | ||||
* | Move thumb and thumb2 tests into separate directories. | Evan Cheng | 2009-06-24 | 1 | -0/+40 |
llvm-svn: 74068 |