mes/scaffold
Jan Nieuwenhuizen ee9081f3ec
mescc: Prepare for x86_64 support.
* module/mescc/info.scm (info): Add allocated, registers.
* module/mescc/i386/info.scm: New file.
* build-aux/build-guile.sh (SCM_FILES): Add it.
* module/mescc/compile.scm (c99-input->info): Add info parameter.
(c99-ast->info): Likewise.
(i386:type-alist): Remove.
(alloc-register, free-register): New function.
(expr->register*): Rename from expr->accu*.  Update callers.
(expr->accu): Rename from expr->accu.  Update callers.
* module/mescc/mescc.scm(%info): New variable.
* module/mescc/mescc.scm (c->ast): Use it.
(mescc:compile): Likewise.
(E->info): Likewise.
2018-08-14 12:35:24 +02:00
..
boot Add missing copyright headers and READMEs. 2018-07-26 19:17:12 +02:00
tests mescc: Mes C Library: Fix qsort to support duplicate entries. 2018-08-27 22:37:12 +02:00
argv.c test: Build initial scaffold tests without libc. 2018-08-15 17:47:03 +02:00
cons-mes.c GNU Mes. 2018-07-22 14:24:36 +02:00
gc.scm Add missing copyright headers and READMEs. 2018-07-26 19:17:12 +02:00
hello.c GNU Mes. 2018-07-22 14:24:36 +02:00
main.c mescc: Prepare for x86_64 support. 2018-08-14 12:35:24 +02:00
malloc.c GNU Mes. 2018-07-22 14:24:36 +02:00
micro-mes.c GNU Mes. 2018-07-22 14:24:36 +02:00
mini-mes.c mescc: Mes C Library: Add x86_64 libc-mini support. 2018-08-10 17:05:01 +02:00
read.c test: Build initial scaffold tests without libc. 2018-08-15 17:47:03 +02:00
read.data test: Build initial scaffold tests without libc. 2018-08-15 17:47:03 +02:00
tiny-mes.c GNU Mes. 2018-07-22 14:24:36 +02:00