Reapply "[ARM] Combine CMOV into BFI where possible"
[oota-llvm.git] / test / CodeGen / ARM / bfi.ll
2015-11-10 James MolloyReapply "[ARM] Combine CMOV into BFI where possible"
2015-11-09 Renato GolinRevert "[ARM] Combine CMOV into BFI where possible"
2015-11-04 James Molloy[ARM] Combine CMOV into BFI where possible
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-06-15 Evan ChengPerformBFICombine - (bfi A, (and B, Mask1), Mask2)...
2011-05-03 Jakob Stoklund OlesenFix a bunch of ARM tests to be register allocation...
2010-12-14 Evan Chengbfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2...
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-09-17 Jim GrosbachUpdate tests to handle MC-inst instruction printing...
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...