ack/util/ncgg
George Koehler 7e9348169c Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg.
The new feature "reglap" allows two sizes of floating-point register
variables (reg_float), if each register overlaps a single register of
the other size.  PowerPC ncg uses reglap to define 4-byte instances
of f14 to f31 that overlap the 8-byte instances.

When ncgg sees the definition of fs14("f14")=f14, it removes the
8-byte f14 from its rvnumbers array, and adds the 4-byte fs14 in its
place.  Later, when ncg puts a variable in fs14, if it is an 8-byte
variable, then ncg switches to the 8-byte f14.  The code has
/* reglap */ comments in util/ncgg or #ifdef REGLAP in mach/proto/ncg

reglap became necessary because my commit a20b87c caused PowerPC ego
to allocate reg_float in both 4-byte and 8-byte sizes.
2017-10-14 12:40:04 -04:00
..
assert.h Header --> Id 1994-06-24 11:31:16 +00:00
build.lua Move util/data into modules/src/em_data, for consistency with the other 2016-08-14 14:09:38 +02:00
cgg.y Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
coerc.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
cost.h Header --> Id 1994-06-24 11:31:16 +00:00
cvtkeywords yacc, ncgg; platform ncg builds now. 2016-07-26 23:35:30 +02:00
emlookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
error.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
expr.c Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg. 2017-10-14 12:40:04 -04:00
expr.h Header --> Id 1994-06-24 11:31:16 +00:00
extern.h Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
hall.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
instruct.c Header --> Id 1994-06-24 11:31:16 +00:00
instruct.h Header --> Id 1994-06-24 11:31:16 +00:00
iocc.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:18:42 +00:00
iocc.h Header --> Id 1994-06-24 11:31:16 +00:00
keywords Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
lookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
lookup.h Header --> Id 1994-06-24 11:31:16 +00:00
main.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
ncgg.6 Header --> Id 1994-06-24 11:31:16 +00:00
output.c Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg. 2017-10-14 12:40:04 -04:00
param.h In ncgg, increase MAXREGS from 80 to 200. 2016-09-18 14:37:42 -04:00
property.h Header --> Id 1994-06-24 11:31:16 +00:00
pseudo.h Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
reg.h Header --> Id 1994-06-24 11:31:16 +00:00
regvar.h Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg. 2017-10-14 12:40:04 -04:00
scan.l First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
set.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
set.h Header --> Id 1994-06-24 11:31:16 +00:00
strlookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
subr.c Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg. 2017-10-14 12:40:04 -04:00
token.h Header --> Id 1994-06-24 11:31:16 +00:00
var.c Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg. 2017-10-14 12:40:04 -04:00
varinfo.h Header --> Id 1994-06-24 11:31:16 +00:00