nixpkgs/pkgs/tools
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
..
admin simp_le: drop upper bound of acme requirement (#39263) 2018-04-20 19:40:38 +02:00
archivers innoextract: support extraction of multi-file archives 2018-04-09 15:14:27 +08:00
audio Merge pull request #39198 from r-ryantm/auto-update/playerctl 2018-04-21 19:02:20 +01:00
backup Merge pull request #39339 from jluttine/fix-diskrsync-argv0 2018-04-22 23:25:29 +01:00
bluetooth openobex: 1.7.1 -> 1.7.2 2018-02-28 11:32:38 +01:00
bootloaders/refind refind: 0.10.3 -> 0.11.2 2018-01-09 22:57:04 -05:00
cd-dvd Merge pull request #36885 from obsidiansystems/meta-host-prepare 2018-03-12 19:06:35 -04:00
compression Merge pull request #38865 from matthewbauer/darwin-security-fixes 2018-04-12 14:27:00 -05:00
filesystems Revert "hfsprogs: init at 332.25" 2018-04-17 12:40:16 -05:00
graphics maim: 5.4.68 -> 5.5 2018-04-23 10:32:11 +02:00
inputmethods ibus-engines.libpinyin: 1.9.3 -> 1.10.0 2018-04-20 04:51:53 -07:00
misc flashrom: fix build with gcc7 2018-04-25 04:21:27 +00:00
networking treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
nix/info nix-info: build locally 2018-01-21 14:09:35 +01:00
package-management nix-pin: 0.1.2 -> 0.2.2 and add updateScript 2018-04-23 15:38:16 +10:00
security Merge pull request #39236 from ckauhaus/vulnix-update-1.6 2018-04-21 12:08:25 +01:00
system treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
text relax platform restriction 2018-04-18 11:25:23 +09:00
typesetting Merge pull request #39293 from FRidh/asciidoctor 2018-04-22 08:32:34 +02:00
video untrunc: init at 2018.01.13 2018-03-01 20:30:48 +01:00
virtualization google-compute-engine: 20170914 -> 20180129 (#36565) 2018-04-23 22:03:19 +01:00
X11 xpra: 2.2.5 -> 2.2.6 2018-04-19 21:47:14 -07:00