plan9fox/sys/src/cmd/6c
cinap_lenrek fc412aef3d 6c: extern registers must be considered used on return
the peephole optimizer would remove stores to extern
register before a return statement as it would think
they are only set, but not used.
2021-11-17 01:23:57 +00:00
..
6.out.h 6a, 6c, 6l: fix copy propagation 2014-05-30 12:28:01 +02:00
cgen.c 5c, 6c, 7c, 8c, kc, qc, vc: use explicit gmove(... , nn) in cgen() for result of OAS*, OPREINC, OPOSTINC 2021-03-13 13:56:40 +01:00
div.c import updated compilers from sources 2012-07-30 19:11:16 +02:00
gc.h import updated compilers from sources 2012-07-30 19:11:16 +02:00
list.c ?c: fix Bconv() misusage of strncat() 2020-04-19 04:33:07 +02:00
machcap.c import updated compilers from sources 2012-07-30 19:11:16 +02:00
mkenam import updated compilers from sources 2012-07-30 19:11:16 +02:00
mkfile cc, ?[acl]: fix gethunk() and move common memory allocator code to cc/compat 2020-04-11 05:03:49 +02:00
mul.c 8c, 6c: fix mulgen botch error for handling multiplication by zero constant 2014-03-21 19:05:17 +01:00
peep.c 6c: extern registers must be considered used on return 2021-11-17 01:23:57 +00:00
reg.c kencc: revert back to "set but not used" 2021-06-26 13:16:36 +00:00
sgen.c cc: remove nullwarn() from OCAST codegen, zap void casts 2019-06-19 23:50:33 +02:00
swt.c import updated compilers from sources 2012-07-30 19:11:16 +02:00
txt.c Backed out changeset 2737b9af622b 2020-04-25 10:57:17 -07:00