nixpkgs/pkgs/top-level
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
..
aliases.nix Merge branch 'master' into minc_ecosystem 2018-04-21 20:18:27 +01:00
all-packages.nix treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
beam-packages.nix Elixir: 1.6-rc -> 1.6 2018-01-17 14:22:48 -05:00
coq-packages.nix coq: 8.8+beta1 -> 8.8.0 2018-04-18 14:37:04 +02:00
darwin-packages.nix ios-sdk-pkgs: Init from iOS SDK from XCode 2018-04-19 16:09:30 -04:00
default.nix top-level: Move comma for stylistic consistency 2018-03-20 15:37:34 -04:00
dotnet-packages.nix dotnetPackages.Nuget: fix binary casing issue 2018-03-08 21:09:02 +00:00
emacs-packages.nix emacsPackagesNg: lower priority of elpaPackages 2018-03-25 07:56:15 -05:00
emscripten-packages.nix Emscripten 1.37.16 to 1.37.36 (#37291) 2018-03-18 13:34:46 +01:00
haskell-packages.nix haskell: allow overriding all package sets at once 2018-04-22 10:34:44 +02:00
haxe-packages.nix Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper" 2017-09-07 12:51:21 +02:00
impure.nix treewide: Escape backslash in strings properly 2017-09-14 01:03:39 +03:00
java-packages.nix jogl: init at 2.3.2 2018-03-19 04:08:12 +00:00
lua-packages.nix luaPackages.mpack: fix hash 2018-04-13 20:54:31 +02:00
make-tarball.nix make-tarball.nix: Fix <nixpkgs> check 2017-12-07 16:00:09 +01:00
metrics.nix metrics: fix "values" to be count not bytes, to match prev behavior 2018-03-13 13:29:15 -05:00
ocaml-packages.nix ocaml: init at 4.07.0+beta2 2018-04-25 18:19:57 +02:00
perl-packages.nix perlPackages.MNI-Perllib: use callPackage instead of import 2018-04-21 20:24:43 +01:00
php-packages.nix phpPackages.php-cs-fixer: 2.10.4 → 2.11.1 2018-03-28 00:46:37 +02:00
pure-packages.nix
python-packages.nix Merge pull request #39285 from florianjacob/synapse 2018-04-25 07:41:29 +02:00
release-cross.nix release-lib: Filter supportedSystems with meta.platforms-style patterns 2018-03-19 21:32:28 -04:00
release-lib.nix lib: Messed up or operator precedence 2018-03-19 22:25:49 -04:00
release-python.nix
release-small.nix release-small.nix: Fix evaluation error 2018-03-17 21:57:44 -04:00
release.nix release: add inkscape, qt5.qtmultimedia (darwin) 2018-04-23 16:51:33 -05:00
splice.nix top-level: Splice in more package sets for new types of deps 2017-12-30 22:04:20 -05:00
stage.nix top-level: Duplicate overlaying unless stdenvOverrides comes last 2018-01-31 00:16:27 -05:00
unix-tools.nix unixtools: add col to utillinux 2018-04-15 22:54:19 -05:00