[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-select.ll
2015-05-06 Ahmed Bougacha[ARM][FastISel] Use TST #1 instead of CMP #0 for select.
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-08-20 Jim GrosbachARM: Fix fast-isel copy/paste-o.
2013-08-16 Jim GrosbachARM: Properly constrain comparison fastisel register...
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-05-30 Rafael EspindolaRevert r182937 and r182877.
2013-05-29 JF BastienEnable FastISel on ARM for Linux and NaCl
2013-05-14 Derek SchuffFix ARM FastISel tests, as a first step to enabling...
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-11-11 Chad RosierAdd support for using immediates with select instructions.