mes/build-aux
Jan Nieuwenhuizen 0f87473105
mescc: Tinycc support: Support bit-fields.
* module/language/c99/compiler.mes (struct->fields): Support bit-fields.
  (ast->type):
  (field-field):
  (field-offset):
  (expr->accu*):
  (expr->accu):
  (struct-field):
  (->size):
* module/language/c99/info.scm (<bit-field>): New type.
* stage0/x86.M1 (and____$i32,%eax, and____(%edx),%eax,
  mov____(%edx),%eax, or____(%edx),%eax): New macro.
* module/mes/as-i386.mes (i386:base-mem->accu): Use
  it.
  (i386:accu-and, i386:accu-and-base-mem, i386:accu-or-base-mem): New
  function.
* module/mes/as-i386.scm: Export them.
* scaffold/tests/7q-bit-field.c: Test it.
* build-aux/check-mescc.sh (tests): Run it.
2018-05-13 17:05:28 +02:00
..
build-cc.sh build: Build mini-libc and libc+tcc-gcc too. 2018-05-23 18:41:57 +02:00
build-guile.sh mes: Support srfi-9-gnu. 2018-05-04 12:44:05 +02:00
build-mes.sh build: Use ../mes-seed/refresh.sh, ../tinycc-seed/refresh.sh. 2018-05-10 16:35:49 +02:00
build-mlibc.sh build: Build mini-libc and libc+tcc-gcc too. 2018-05-23 18:41:57 +02:00
cc-mes.sh build: Fixes for Debian and /bin/sh == dash. 2018-05-03 20:32:06 +02:00
cc-mlibc.sh build: Simplify, drop make.scm experiment. 2018-04-29 18:38:57 +02:00
cc.sh build: Simplify, drop make.scm experiment. 2018-04-29 18:38:57 +02:00
check-boot.sh build: Fixes for Debian and /bin/sh == dash. 2018-05-03 20:32:06 +02:00
check-mescc.sh mescc: Tinycc support: Support bit-fields. 2018-05-13 17:05:28 +02:00
compile-all.scm mescc: Produce M1 output instead of hex2. 2017-07-02 16:25:14 +02:00
gitlog-to-changelog Prepare for 0.1 release: gnu-build-system. 2016-10-16 00:34:23 +02:00
manifest.scm guix: Add manifest. 2018-04-05 23:13:23 +02:00
mes-snarf.scm build: Simplify, drop make.scm experiment. 2018-04-29 18:38:57 +02:00
test.sh build: Install naive diff. 2018-05-23 18:41:57 +02:00