nixpkgs/pkgs/os-specific/darwin/apple-source-releases
John Ericson ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
..
adv_cmds adv_cmds: fix xcbuild invocation 2018-04-15 23:23:17 -05:00
architecture
basic_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
bootstrap_cmds
bsdmake
CarbonHeaders
CF
CommonCrypto
configd
copyfile
Csu
developer_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
diskdev_cmds diskdev_cmds: init at 593 2018-04-12 17:16:49 -05:00
dtrace dtrace: patch impurities 2018-04-12 14:12:43 -05:00
dyld
eap8021x
file_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
ICU
IOKit
launchd
libauto
Libc
libclosure
libdispatch
libiconv darwin.libiconv: add setup hook 2018-03-22 16:50:12 -05:00
Libinfo
Libm
Libnotify
libplatform
libpthread
libresolv
Librpcsvc
libsecurity_apple_csp
libsecurity_apple_cspdl
libsecurity_apple_file_dl
libsecurity_apple_x509_cl
libsecurity_apple_x509_tp libsecurity_apple_x509: add more symbols 2018-04-12 14:12:53 -05:00
libsecurity_asn1
libsecurity_cdsa_client
libsecurity_cdsa_plugin
libsecurity_cdsa_utilities
libsecurity_cdsa_utils
libsecurity_codesigning libsecurity_codesigning: init 2018-04-09 18:35:36 -05:00
libsecurity_cssm
libsecurity_filedb
libsecurity_generic
libsecurity_keychain
libsecurity_mds
libsecurity_ocspd
libsecurity_pkcs12
libsecurity_sd_cspdl
libsecurity_utilities libsecurity_utilities: fixup 2018-04-09 18:35:36 -05:00
libsecurityd
Libsystem
libunwind
libutil libutil-new: fix with newest xcbuild stuff 2018-04-12 17:09:58 -05:00
mDNSResponder
network_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
objc4
ppp
removefile
Security
security_dotmac_tp
security_systemkeychain security_systemkeychain: init 2018-04-09 18:35:36 -05:00
shell_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
SmartCardServices SmartCardServices: init 2018-04-12 14:12:36 -05:00
system_cmds treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
text_cmds text_cmds: init at 99 2018-04-15 22:54:19 -05:00
top top: add meta 2018-04-12 18:42:21 -05:00
xnu
default.nix text_cmds: init at 99 2018-04-15 22:54:19 -05:00