summaryrefslogtreecommitdiff
path: root/module/system/vm/disassembler.scm
Commit message (Expand)AuthorAgeFilesLines
...
* (system vm instruction) rtl-instruction-list -> (language rtl) instruction-listAndy Wingo2013-11-191-1/+1
* rtl-program-code -> program-codeAndy Wingo2013-11-191-3/+3
* rtl-program? -> program?Andy Wingo2013-11-191-1/+1
* Add fold-program-code to (system vm disassembler)Andy Wingo2013-11-081-0/+66
* RTL compiler supports static bitvectorsAndy Wingo2013-11-031-0/+1
* Better compiler support for bytevector opsAndy Wingo2013-10-311-0/+1
* static-patch! replaces link-procedure!Andy Wingo2013-10-311-7/+0
* VM has "builtins": primitives addressable by emitted RTL codeAndy Wingo2013-10-271-1/+3
* RTL compiler: Compile TC7 branches.Andy Wingo2013-10-261-1/+11
* RTL: Compile promptsAndy Wingo2013-10-141-1/+1
* Disassembling RTL prints source information.Andy Wingo2013-10-041-2/+20
* ,xx for RTL imagesAndy Wingo2013-08-291-1/+7
* add ability to disassemble ELF imagesAndy Wingo2013-08-291-1/+24
* RA == MVRA in disassemblerAndy Wingo2013-08-241-6/+1
* Various RTL VM and calling convention tweaksAndy Wingo2013-08-111-5/+12
* RTL instructions have no rest argsAndy Wingo2013-07-211-19/+1
* RTL: Local 0 is the procedureAndy Wingo2013-07-211-4/+6
* rtl: propagate OP_DST to schemeAndy Wingo2013-07-211-1/+1
* Add RTL disassemblerAndy Wingo2013-06-091-0/+350