summaryrefslogtreecommitdiff
path: root/module/language/glil/decompile-assembly.scm
AgeCommit message (Expand)AuthorFilesLines
2010-04-09%nil -> #nilAndy Wingo1-1/+1
2010-01-03rename goto/args and friends to tail-call, tail-apply, etcAndy Wingo1-3/+3
2009-12-11merge from master to elispAndy Wingo1-7/+6
2009-10-23de-nargs struct scm_objcode; procedure-property refactorAndy Wingo1-7/+6
2009-09-24Partially revert e5f5113c21f396705d7479a570c96690135c9d36.Ludovic Courtès1-2/+2
2009-09-21Remove unused variables in system/language.Ludovic Courtès1-2/+2
2009-07-31Merge branch 'master' of git://git.savannah.gnu.org/guile into elispDaniel Kraft1-14/+6
2009-07-23remove all mentions of "external" from the compiler and related codeAndy Wingo1-14/+6
2009-06-29Added make-nil instruction to VM and use it for Emacs' nil in the compiler.Daniel Kraft1-0/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-14/+13
2009-05-15tree-il -> glil compiler works now, at least in initial testsAndy Wingo1-6/+2
2009-03-17decompile source info into <glil-source> annotations.Andy Wingo1-0/+26
2009-03-17tweaks to asm->glil decompiler, perhaps fix a (program-source p 0) bugAndy Wingo1-13/+48
2009-03-17add assembly->glil decompilerAndy Wingo1-0/+142