Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Replace processor check with feature | Evandro Menezes | 2018-08-09 | 1 | -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 Northover | 2015-10-28 | 1 | -0/+9 |
| | | | | llvm-svn: 251573 | ||||
* | ARM: prefer allocating VFP regs at stride 4 on Darwin. | Tim Northover | 2015-08-03 | 1 | -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 |