aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fast-isel-intrinsic.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-13/+13
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-22/+20
* [PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.NAKAMURA Takumi2013-11-181-0/+2
* ARM: Fast-isel register class constrain for extends.Jim Grosbach2013-08-161-2/+2
* ARM: Clean up fast-isel machine verifier errors.Jim Grosbach2013-08-161-4/+4
* 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