plan9fox/sys/src/cmd/5c
cinap_lenrek 63191949b9 cc: remove nullwarn() from OCAST codegen, zap void casts
implicit casts would cause spurious "result of operation not used"
warnings such as ape's stdio putc() macro.

make (void) casts non-ops when the casted expression has no
side effects. this avoid spurious warning with ape's assert()
macro.
2019-06-19 23:50:33 +02:00
..
5.out.h 5c: support for bit ROL, native 64 bit arithmetic 2016-06-26 15:09:27 +02:00
cgen.c cc: remove nullwarn() from OCAST codegen, zap void casts 2019-06-19 23:50:33 +02:00
gc.h 5c: support for bit ROL, native 64 bit arithmetic 2016-06-26 15:09:27 +02:00
list.c 5c: format assembly constant right shift encoding 0 as >>32 2016-09-03 18:18:28 +02:00
machcap.c 5c: support for bit ROL, native 64 bit arithmetic 2016-06-26 15:09:27 +02:00
mkenam Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mkfile 5c: support for bit ROL, native 64 bit arithmetic 2016-06-26 15:09:27 +02:00
mul.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
peep.c 5c: dont substibute (destination) registers contained in MOVM reglist 2019-03-29 06:35:41 +01:00
reg.c import updated compilers from sources 2012-07-30 19:11:16 +02:00
sgen.c 5c: support for bit ROL, native 64 bit arithmetic 2016-06-26 15:09:27 +02:00
swt.c 5c: support for bit ROL, native 64 bit arithmetic 2016-06-26 15:09:27 +02:00
txt.c 5c: support for bit ROL, native 64 bit arithmetic 2016-06-26 15:09:27 +02:00