[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / Thumb2 / bfi.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2011-05-04 Jakob Stoklund OlesenFix more register and coalescing dependencies.
2011-04-25 Benjamin KramerMake tests more useful.
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
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...