mes/scaffold
Jan Nieuwenhuizen 4faeece057
mescc: Tinycc support: Char and short sign extend.
* module/mes/as-i386.mes (i386:accu*n->local, i386:byte-accu->local+n,
  i386:word-accu->local+n): Remove.
  (i386:byte-accu, i386:signed-byte-accu, i386:word-accu,
  i386:signed-word-accu): New function.
* module/mes/as-i386.scm: Export them.
* module/language/c99/compiler.mes (accu->local+n-text): Simplify.
  (mem->accu, convert-accu): New function.
  (expr->accu): Use them.
* stage0/x86.M1 (mov____%al,0x32(%ebp), mov____%al,0x8(%ebp),
  mov____%ax,0x32(%ebp), mov____%ax,0x8(%ebp), movzbl_0x32(%ebp),%eax,
  movzbl_0x8(%ebp),%eax, movzwl_0x32(%ebp),%eax,
  movzwl_0x8(%ebp),%eax): Deprecate.
* scaffold/tests/7r-sign-extend.c: Test it.
* build-aux/check-mescc.sh (tests): Run it.
2018-05-18 23:58:10 +02:00
..
boot mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
tests mescc: Tinycc support: Char and short sign extend. 2018-05-18 23:58:10 +02:00
tinycc mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
argv.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
b-0.mes mescc: Run module/base-0.mes. 2017-03-26 21:13:01 +02:00
cons-mes.c mes: Add incremental test suite. 2018-01-25 06:58:44 +01:00
hello.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
m.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
main.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
malloc.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
mesmes build: Refactor. 2017-04-12 21:27:59 +02:00
micro-mes.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
mini-mes.c Revert "core: Remove pmatch-car, pmatch-cdr hack." 2018-04-29 07:46:40 +02:00
tiny-mes.c mes: Add incremental test suite. 2018-01-25 06:58:44 +01:00