summaryrefslogtreecommitdiff
path: root/libguile/instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* libguile header files have uniform format for copyright declarationsAndy Wingo2018-06-201-1/+2
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+1
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-2/+2
* Move RTL unpack macros to vm-engine.cAndy Wingo2013-11-191-40/+0
* Change SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARGAndy Wingo2013-11-191-5/+10
* scm_rtl_op_* -> scm_op_*Andy Wingo2013-11-191-2/+2
* (system vm instruction) rtl-instruction-list -> (language rtl) instruction-listAndy Wingo2013-11-191-1/+1
* Remove stack programs, objcode, and the old VM.Andy Wingo2013-11-081-17/+0
* Foreign procedures are RTL programsAndy Wingo2013-10-181-1/+2
* RTL VM: Fix SCM_PACK_RTL_* macros.Mark H Weaver2013-08-121-2/+2
* add new rtl vmAndy Wingo2013-05-311-1/+56
* fix race in which some instruction name symbols could go unmarkedAndy Wingo2009-07-141-1/+0
* add bytevector ops to the vmAndy Wingo2009-06-261-2/+2
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properlyAndy Wingo2009-05-261-45/+21
* non-srcdir build fixesAndy Wingo2009-03-171-4/+4
* static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo2009-01-291-26/+4
* merge guile-vm into libguile itselfAndy Wingo2008-08-211-0/+99