summaryrefslogtreecommitdiff
path: root/module/language/bytecode
AgeCommit message (Expand)AuthorFilesLines
2023-01-17linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès1-3/+14
2013-12-02Rename "RTL" to "bytecode"Andy Wingo1-0/+42
2013-11-08Remove bytecode language.Andy Wingo1-40/+0
2013-01-31Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+2
2013-01-27Add 'for-humans?' flag to <language> specifications.Mark H Weaver1-1/+2
2012-06-22instead of our custom .go format, use elfAndy Wingo1-3/+4
2010-05-02remove `version' field from <language>Andy Wingo1-2/+1
2009-10-16language-readers receive environment as an argAndy Wingo1-2/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-14/+13
2009-04-16compilation passes return third value: the continuation environmentAndy Wingo1-1/+1
2009-02-24Aggregate makefiles for `module/system' and `module/language'.Ludovic Courtès1-3/+0
2009-01-30remove conv.scm, disasm.scm; objcode->bytecode renameAndy Wingo1-1/+1
2009-01-30add decompilers that can take us back to assemblyAndy Wingo1-0/+4
2009-01-30allow specification of languages by name; add decompilers to languagesAndy Wingo1-2/+1
2009-01-30add new language between assembly and objcode: bytecodeAndy Wingo2-0/+40