| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] Regenerate bfi.ll test cases | Simon Pilgrim | 2020-01-07 | 1 | -27/+74 |
* | [ARM] Prefer BIC over BFC in ARM mode. | Eli Friedman | 2017-04-07 | 1 | -6/+6 |
* | Properly check if a CMPZ node is in fact comparing against zero | James Molloy | 2015-11-16 | 1 | -0/+11 |
* | [ARM] CMOV->BFI combining: handle both senses of CMPZ | James Molloy | 2015-11-12 | 1 | -0/+11 |
* | [ARM] Combine BFIs together | James Molloy | 2015-11-11 | 1 | -0/+39 |
* | Reapply "[ARM] Combine CMOV into BFI where possible" | James Molloy | 2015-11-10 | 1 | -0/+34 |
* | Revert "[ARM] Combine CMOV into BFI where possible" | Renato Golin | 2015-11-09 | 1 | -23/+0 |
* | [ARM] Combine CMOV into BFI where possible | James Molloy | 2015-11-04 | 1 | -0/+23 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -1/+1 |
* | ARM: fixup more tests to specify the target more explicitly | Saleem Abdulrasool | 2014-04-03 | 1 | -1/+1 |
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 1 | -2/+2 |
* | PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iff | Evan Cheng | 2011-06-15 | 1 | -0/+13 |
* | Fix a bunch of ARM tests to be register allocation independent. | Jakob Stoklund Olesen | 2011-05-03 | 1 | -4/+3 |
* | bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663 | Evan Cheng | 2010-12-14 | 1 | -0/+13 |
* | (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ... | Evan Cheng | 2010-12-11 | 1 | -2/+13 |
* | Update tests to handle MC-inst instruction printing of shift operations. The | Jim Grosbach | 2010-09-17 | 1 | -2/+2 |
* | Add combiner patterns to more effectively utilize the BFI (bitfield insert) | Jim Grosbach | 2010-07-17 | 1 | -0/+23 |
* | Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction | Jim Grosbach | 2010-07-16 | 1 | -0/+17 |