summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/bfi.ll
Commit message (Expand)AuthorAge
* Fix more register and coalescing dependencies.Jakob Stoklund Olesen2011-05-04
* Make tests more useful.Benjamin Kramer2011-04-25
* Fix the bfi handling for or (and a mask) (and b mask). We need the twoEric Christopher2011-03-26
* (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng2010-12-11
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-17
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-16