aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fast-isel-intrinsic.ll
Commit message (Expand)AuthorAgeFilesLines
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-141-6/+8
* ARM FastISel integer sext/zext improvementsJF Bastien2013-06-071-2/+2
* Revert r182937 and r182877.Rafael Espindola2013-05-301-8/+6
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-291-6/+8
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-141-32/+40
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+12
* Comment out the rdar number.Chad Rosier2013-02-181-1/+1
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-181-0/+7
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-061-3/+94
* [arm-fast-isel] Add support for -arm-long-calls.Chad Rosier2012-06-121-0/+32
* Use getRegForValue() to materialize the address of ARM globals.Jakob Stoklund Olesen2012-01-071-16/+10
* Use movw+movt in ARMFastISel::ARMMaterializeGV.Jakob Stoklund Olesen2012-01-071-10/+20
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-201-2/+2
* Add support for inlining small memcpys.Chad Rosier2011-11-141-3/+31
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-131-3/+4
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-131-1/+0
* Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier2011-11-111-0/+78