summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/fast-isel-select.ll
AgeCommit message (Expand)Author
2021-01-11[FastISel] NFC: Remove obsolete -fast-isel-sink-local-values optionPaul Robinson
2021-01-11[FastISel] Flush local value map on every instructionPaul Robinson
2021-01-11NFC: Use -LABEL morePaul Robinson
2020-12-01Revert "[FastISel] Flush local value map on ever instruction" and dependent p...David Blaikie
2020-11-30[FastISel] NFC: Remove obsolete -fast-isel-sink-local-values optionPaul Robinson
2020-11-25[FastISel] Flush local value map on ever instructionPaul Robinson
2020-09-30Reapply "RegAllocFast: Rewrite and improve"Matt Arsenault
2020-09-22Revert "Reapply Revert "RegAllocFast: Rewrite and improve""Muhammad Omair Javaid
2020-09-21Reapply Revert "RegAllocFast: Rewrite and improve"Matt Arsenault
2020-09-18Temporarily Revert "RegAllocFast: Rewrite and improve"Eric Christopher
2020-09-18RegAllocFast: Rewrite and improveMatt Arsenault
2018-04-11[FastISel] Disable local value sinking by defaultReid Kleckner
2018-03-14[FastISel] Sink local value materializations to first useReid Kleckner
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