Guard fabs to bfc convert with V6T2 flag
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-intrinsic.ll
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-07-07 Akira Hatanaka[ARM] Define a subtarget feature and use it to decide...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
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-12-29 Bill WendlingUn-XFAILify some tests which are now passing.
2013-11-22 Tim NorthoverARM: use CHECK-LABEL on a test.
2013-11-18 NAKAMURA Takumi[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak...
2013-08-16 Jim GrosbachARM: Fast-isel register class constrain for extends.
2013-08-16 Jim GrosbachARM: Clean up fast-isel machine verifier errors.
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-06-07 JF BastienARM FastISel integer sext/zext improvements
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...
2013-03-07 Chad Rosier[fast-isel] Add support for the expect intrinsic.
2013-02-18 Chad RosierComment out the rdar number.
2013-02-18 Chad Rosier[fast-isel] Remove an invalid assert.
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-06-12 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
2012-01-07 Jakob Stoklund OlesenUse getRegForValue() to materialize the address of...
2012-01-07 Jakob Stoklund OlesenUse movw+movt in ARMFastISel::ARMMaterializeGV.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-11-14 Chad RosierAdd support for inlining small memcpys.
2011-11-13 Chad RosierThe order in which the predicate is added differs betwe...
2011-11-13 Chad RosierTemporarily disable SelectIntrinsicCall when in ARM...
2011-11-11 Chad RosierAdd support in fast-isel for selecting memset/memcpy...