summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-intrinsic.ll
Commit message (Expand)AuthorAge
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-14
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-07
* Comment out the rdar number.Chad Rosier2013-02-18
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-18
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-06
* [arm-fast-isel] Add support for -arm-long-calls.Chad Rosier2012-06-12
* Use getRegForValue() to materialize the address of ARM globals.Jakob Stoklund Olesen2012-01-07
* Use movw+movt in ARMFastISel::ARMMaterializeGV.Jakob Stoklund Olesen2012-01-07
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-20
* Add support for inlining small memcpys.Chad Rosier2011-11-14
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-13
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-13
* Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier2011-11-11