summaryrefslogtreecommitdiff
path: root/test-suite/tests/rtl.test
Commit message (Expand)AuthorAgeFilesLines
* Fix RTL tests for recent arity changeAndy Wingo2019-06-071-19/+19
* Multiple-value returns now start from slot 0, not slot 1Andy Wingo2018-07-201-34/+40
* Remove obsolete rtl testsAndy Wingo2018-01-101-144/+1
* RTL test uses new instructionsAndy Wingo2017-10-301-5/+6
* Don't serialize uninterned symbolsAndy Wingo2016-06-231-0/+10
* All arities serialize a "closure" bindingAndy Wingo2015-12-011-3/+14
* Reflection support for unboxed f64 slotsAndy Wingo2015-10-281-13/+13
* rtl.test uses return-valuesAndy Wingo2015-10-281-34/+37
* SP-relative local addressingAndy Wingo2015-10-211-57/+57
* Fix rtl testsAndy Wingo2014-04-151-2/+15
* Rename "RTL" to "bytecode"Andy Wingo2013-12-021-4/+4
* Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo2013-11-191-1/+1
* rtl-program-code -> program-codeAndy Wingo2013-11-191-3/+3
* Move assemble-program to test cases.Andy Wingo2013-11-081-0/+10
* Support serialization of uniform vector literalsAndy Wingo2013-10-311-1/+5
* RTL: 'return-values' instruction assumes 'reset-frame' has been called.Mark H Weaver2013-08-241-1/+2
* Various RTL VM and calling convention tweaksAndy Wingo2013-08-111-30/+35
* call is no longer a vararg instructionAndy Wingo2013-07-211-5/+9
* RTL: Local 0 is the procedureAndy Wingo2013-07-211-101/+102
* procedure-properties for RTL functionsAndy Wingo2013-06-091-0/+52
* procedure-documentation works on RTL proceduresAndy Wingo2013-06-091-0/+11
* Wire up ability to print RTL program aritiesAndy Wingo2013-06-091-0/+30
* Beginnings of tracking of procedure arities in assemblerAndy Wingo2013-06-091-20/+40
* add procedure prelude macro-instructionsAndy Wingo2013-06-091-20/+20
* begin-program takes properties alistAndy Wingo2013-06-091-20/+38
* RTL programs print with their nameAndy Wingo2013-06-091-0/+10
* Add runtime support for reading debug information from ELFAndy Wingo2013-06-091-1/+22
* Add RTL assemblerAndy Wingo2013-06-091-0/+249