ack/mach/powerpc
George Koehler 1faff418ec Teach some ncg machines to use .data8
This turns EM `con 5000000000I8` into assembly `.data8 5000000000` for
machines i386, i80, i86, m68020, powerpc, vc4.  These are the only ncg
machines in our build.

i80 and i86 get con_mult(sz) for sz == 4 and sz == 8.  The other
machines only get sz == 8, because they have 4-byte words, and ncg
only calls con_mult(sz) when sz is greater than the word size.  The
tab "\t" after .data4 or .data8 is like the tabs in the con_*() macros
of mach/*/ncg/mach.h.

i86 now uses .data4, like i80.  Also, i86 and i386 now use the numeric
string without converting it to an integer and back to a string.
2019-08-13 15:37:05 -04:00
..
as Fix several compiler warnings by adding braces 2019-05-14 23:21:19 +08:00
libem Teach mcg to pass our tests. 2018-01-31 21:05:40 -05:00
libend Mostly add support for the experimental and largely broken linuxppc platform. 2016-09-15 23:12:03 +02:00
mcg Precisely one stack hreg gets allocated for each vreg/congruence group for 2018-09-08 18:59:55 +02:00
ncg Teach some ncg machines to use .data8 2019-08-13 15:37:05 -04:00
top Only lower "addi sp, sp, X" if X > 0. 2018-02-01 12:20:31 -05:00