summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vfp-reg-stride.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Replace processor check with featureEvandro Menezes2018-08-091-10/+13
| | | | | | | Add new feature, `FeatureUseWideStrideVFP`, that replaces the need for a processor check. Otherwise, NFC. llvm-svn: 339354
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-281-0/+9
| | | | llvm-svn: 251573
* ARM: prefer allocating VFP regs at stride 4 on Darwin.Tim Northover2015-08-031-0/+33
This is necessary for WatchOS support, where the compact unwind format assumes this kind of layout. For now we only want this on Swift-like CPUs though, where it's been the Xcode behaviour for ages. Also, since it can expand the prologue we don't want it at -Oz. llvm-svn: 243884
OpenPOWER on IntegriCloud