summaryrefslogtreecommitdiff
path: root/module/system/vm/objcode.scm
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo1-27/+0
2013-11-08Miscellaneous fixups related to objcode removal.Andy Wingo1-4/+2
2013-11-07add fold-all-debug-contexts, fold-source-locationsAndy Wingo1-1/+1
2013-05-23add (find-mapped-elf-image) procedure to (system vm objcode) moduleAndy Wingo1-2/+3
2012-06-22instead of our custom .go format, use elfAndy Wingo1-1/+0
2012-06-22add ELF loaderAndy Wingo1-1/+2
2010-03-16rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0Andy Wingo1-2/+3
2009-07-15Switch remaining GPLv2+ Guile-VM headers to LGPLv3+.Ludovic Courtès1-14/+13
2009-03-27frame, program, objcode, etc inits use load-extensionAndy Wingo1-1/+1
2009-02-01add code for writing out metadata to the end of a programAndy Wingo1-1/+2
2009-01-30remove conv.scm, disasm.scm; objcode->bytecode renameAndy Wingo1-1/+1
2009-01-29static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo1-2/+3
2008-09-09use #:keywords in module/*.scm, not :keywordsAndy Wingo1-1/+1
2008-08-21merge guile-vm into libguile itselfAndy Wingo1-1/+1
2008-08-07big reorg of scheme modules -- e.g. programs.c -> (system vm program)Andy Wingo1-0/+26