summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Map DynamicNoPIC to Static on non-darwin.""Renato Golin2016-05-281-28/+69
* Revert "Map DynamicNoPIC to Static on non-darwin."Renato Golin2016-05-281-69/+28
* Map DynamicNoPIC to Static on non-darwin.Rafael Espindola2016-05-271-28/+69
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-10/+10
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-10/+10
* [ARM] Define a subtarget feature and use it to decide whether long calls shouldAkira Hatanaka2015-07-071-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-7/+7
* Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini2015-02-271-6/+6
* Reapply [FastISel] Let the target decide first if it wants to materialize a c...Juergen Ributzka2014-08-191-4/+0
* Revert several FastISel commits to track down a buildbot error.Juergen Ributzka2014-08-141-0/+4
* [FastISel] Let the target decide first if it wants to materialize a constant.Juergen Ributzka2014-08-131-4/+0
* Un-XFAILify some tests which are now passing.Bill Wendling2013-12-291-2/+0
* ARM: use CHECK-LABEL on a test.Tim Northover2013-11-221-20/+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
OpenPOWER on IntegriCloud