summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-intrinsic.ll
AgeCommit message (Expand)Author
2016-05-28Revert "Revert "Map DynamicNoPIC to Static on non-darwin.""Renato Golin
2016-05-28Revert "Map DynamicNoPIC to Static on non-darwin."Renato Golin
2016-05-27Map DynamicNoPIC to Static on non-darwin.Rafael Espindola
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-07-07[ARM] Define a subtarget feature and use it to decide whether long calls shouldAkira Hatanaka
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini
2014-08-19Reapply [FastISel] Let the target decide first if it wants to materialize a c...Juergen Ributzka
2014-08-14Revert several FastISel commits to track down a buildbot error.Juergen Ributzka
2014-08-13[FastISel] Let the target decide first if it wants to materialize a constant.Juergen Ributzka
2013-12-29Un-XFAILify some tests which are now passing.Bill Wendling
2013-11-22ARM: use CHECK-LABEL on a test.Tim Northover
2013-11-18[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.NAKAMURA Takumi
2013-08-16ARM: Fast-isel register class constrain for extends.Jim Grosbach
2013-08-16ARM: Clean up fast-isel machine verifier errors.Jim Grosbach
2013-06-14Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien
2013-06-07ARM FastISel integer sext/zext improvementsJF Bastien
2013-05-30Revert r182937 and r182877.Rafael Espindola
2013-05-29Enable FastISel on ARM for Linux and NaClJF Bastien
2013-05-14Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff
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