1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/test-suite/vm
Andy Wingo 691697de09 Rename "RTL" to "bytecode"
"RTL" didn't make any sense, and now that there's no other bytecode to
disambiguate against, just call it bytecode.

* module/Makefile.am:
* module/ice-9/eval-string.scm:
* module/language/bytecode.scm:
* module/language/bytecode/spec.scm:
* module/language/cps/arities.scm:
* module/language/cps/compile-bytecode.scm:
* module/language/cps/compile-rtl.scm:
* module/language/cps/contification.scm:
* module/language/cps/elide-values.scm:
* module/language/cps/primitives.scm:
* module/language/cps/reify-primitives.scm:
* module/language/cps/spec.scm:
* module/language/cps/specialize-primcalls.scm:
* module/language/rtl.scm:
* module/language/rtl/spec.scm:
* module/scripts/compile.scm:
* module/system/base/compile.scm:
* module/system/repl/common.scm:
* module/system/vm/assembler.scm:
* module/system/vm/debug.scm:
* module/system/vm/disassembler.scm:
* module/system/vm/dwarf.scm:
* test-suite/tests/cross-compilation.test:
* test-suite/tests/dwarf.test:
* test-suite/tests/rtl-compilation.test:
* test-suite/tests/rtl.test:
* test-suite/vm/run-vm-tests.scm: Fixups.
2013-12-02 21:31:47 +01:00
..
Makefile.am Clean up `test-suite/vm'. 2010-05-26 23:41:24 +02:00
run-vm-tests.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
t-basic-contructs.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-call-cc.scm Add VM test for call/cc in non-tail position 2011-03-20 01:00:09 +01:00
t-catch.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-closure.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-closure2.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-closure3.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-closure4.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-do-loop.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-global-bindings.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-literal-integers.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-macros.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-macros2.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-map.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-match.scm Update (ice-9 match) from Chibi-Scheme. 2011-09-03 22:18:02 +02:00
t-mutual-toplevel-defines.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-or.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-proc-with-setter.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-quasiquote.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-records.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00
t-values.scm Rename the testsuite' directory to test-suite/vm'. 2010-05-26 23:41:24 +02:00