aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/sbfx.ll
Commit message (Expand)AuthorAgeFilesLines
* add a simple dag combine to replace trivial shl+lshr withChris Lattner2010-04-151-1/+1
* Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.Evan Cheng2009-10-221-0/+10
* Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.Sandeep Patel2009-10-131-0/+37