ack/mach/powerpc/ncg
George Koehler 2eeee36f78 Add FRAME_V tokens for local variables.
When storing to a local, stop killing the tokens of other locals,
unless they might overlap with the stored local.  This helps some
procedures that juggle locals when the locals aren't in registers.

Also use FRAME_V tokens for locals in statically enclosing procedures.
Rewrite _lxa_ as _lxl_, to skip the `addi ?,?,8` if we can add 8 to
the next constant.  The PowerPC code from _lxl_ is now sometimes
better, sometimes worse than before.

The i386 table provided the idea to use %size to find overlapping
locals.
2017-12-22 17:04:16 -05:00
..
mach.c Declare machine-dependent functions in mach/proto/ncg 2017-11-13 14:23:44 -05:00
mach.h Archival checkin (semi-working code). 2007-11-02 18:56:58 +00:00
table Add FRAME_V tokens for local variables. 2017-12-22 17:04:16 -05:00