nixpkgs/pkgs/development/interpreters
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
..
acl2
angelscript
bats
ceptre
chibi
clips
clisp
clojure
dart
dhall
duktape
eff eff: 20140928 -> 5.0 (#39264) 2018-04-23 08:16:03 +01:00
elixir
erlang update erlangR20 from 20.3.1 to 20.3.2 2018-04-09 08:41:56 -05:00
falcon
gnu-apl
groovy
gtk-server
guile
hugs
hy
icon-lang
io
j j: 806 -> 808 2018-04-20 04:42:42 -07:00
jimtcl
joker
jruby
jython
kona
lfe
lolcode
love
lua-4
lua-5
luajit
lush
maude
mujs
nix-exec
octave
perl treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
php
picoc
picolisp treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
pixie
pure pure: 0.66 -> 0.68 2018-04-20 17:57:33 -05:00
pyrex
python
qnial
racket racket: fix LD_LIBRARY_PATH 2018-04-11 11:59:43 +08:00
rakudo
rascal
rebol
red
regina
renpy renpy: 6.99.14.2 -> 6.99.14.3 2018-04-19 23:22:45 -07:00
ruby
scheme48
scsh
self
spidermonkey treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
supercollider supercollider: 3.9.2 -> 3.9.3 2018-04-19 22:41:26 -07:00
tcl
unicon-lang
wasm