ack/mach/powerpc
George Koehler 8605a2fcfc Add Modula-2 set operations to PowerPC ncg.
This provides and, ior, xor, com, zer, set, cms when defined($1) and
ior, set when !defined($1).  I don't provide the other operations
!defined($1) because our Modula-2 compiler hasn't used them.

I wrote a Modula-2 example in
https://gist.github.com/kernigh/add79662bb3c63ffb7c46d01dc8ae788

Put a dummy comment in mach/powerpc/libem/build.lua so git checkout
will touch that file.  Without the touch, the build system doesn't see
the new *.s files.
2016-12-10 12:23:07 -05:00
..
as Merge from default (merging in George Koehler's PowerPC changes). 2016-10-29 22:40:40 +02:00
libem Add Modula-2 set operations to PowerPC ncg. 2016-12-10 12:23:07 -05:00
libend Mostly add support for the experimental and largely broken linuxppc platform. 2016-09-15 23:12:03 +02:00
mcg Better handling of float conversions; more tests; converting to unsigned ints 2016-11-20 11:27:40 +01:00
ncg Add Modula-2 set operations to PowerPC ncg. 2016-12-10 12:23:07 -05:00
top Get top working with the PowerPC; use it to eliminate useless branches and 2016-10-29 23:37:11 +02:00