aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-intrinsic.ll
AgeCommit message (Expand)Author
2013-03-07[fast-isel] Add support for the expect intrinsic.Chad Rosier
2013-02-18Comment out the rdar number.Chad Rosier
2013-02-18[fast-isel] Remove an invalid assert.Chad Rosier
2012-12-06[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier
2012-06-12[arm-fast-isel] Add support for -arm-long-calls.Chad Rosier
2012-01-07Use getRegForValue() to materialize the address of ARM globals.Jakob Stoklund Olesen
2012-01-07Use movw+movt in ARMFastISel::ARMMaterializeGV.Jakob Stoklund Olesen
2011-12-20ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng
2011-11-14Add support for inlining small memcpys.Chad Rosier
2011-11-13The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier
2011-11-13Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier
2011-11-11Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier