summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-mvn.ll
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Define a subtarget feature that is used to avoid using movt/movwAkira Hatanaka2015-07-161-5/+5
* Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini2015-02-271-5/+5
* Reapply [FastISel] Let the target decide first if it wants to materialize a c...Juergen Ributzka2014-08-191-49/+24
* [FastISel][ARM] Fix unit test from r215682.Juergen Ributzka2014-08-151-5/+3
* [FastISel][ARM] Fall-back to constant pool loads when materializing an i32 co...Juergen Ributzka2014-08-141-0/+12
* Revert several FastISel commits to track down a buildbot error.Juergen Ributzka2014-08-141-23/+48
* [FastISel] Let the target decide first if it wants to materialize a constant.Juergen Ributzka2014-08-131-48/+23
* [FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.Juergen Ributzka2014-08-131-2/+2
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-141-0/+1
* Revert r182937 and r182877.Rafael Espindola2013-05-301-1/+0
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-291-0/+1
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-141-2/+2
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-201-3/+3
* Add support for using MVN to materialize negative constants.Chad Rosier2011-11-111-0/+107
OpenPOWER on IntegriCloud