summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-select.ll
AgeCommit message (Expand)Author
2015-05-06[ARM][FastISel] Use TST #1 instead of CMP #0 for select.Ahmed Bougacha
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-09-09[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly
2013-08-20ARM: Fix fast-isel copy/paste-o.Jim Grosbach
2013-08-16ARM: Properly constrain comparison fastisel register classes.Jim Grosbach
2013-06-14Enable FastISel on ARM for Linux and NaCl, not MCJITJF 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
2011-12-20ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng
2011-11-11Add support for using immediates with select instructions.Chad Rosier