summaryrefslogtreecommitdiff
path: root/doc/ref/compiler.texi
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Documentation fixesMikael Djurfeldt1-8/+8
2016-05-22docs: Fix external representation of <toplevel-define> in tree-il.Mark H Weaver1-2/+2
2015-09-18Minor CPS documentation cleanupsAndy Wingo1-48/+58
2015-09-17Update CPS language documentationAndy Wingo1-154/+353
2015-04-01Replace $letrec with $recAndy Wingo1-47/+67
2014-02-02Add VM and compiler support for calls to known proceduresAndy Wingo1-0/+7
2014-01-16Finish documenting the new compilerAndy Wingo1-59/+210
2014-01-16Fix CPS doc typosAndy Wingo1-2/+2
2014-01-12Finish CPS documentationAndy Wingo1-98/+245
2013-12-10Quick documentation fixes.Andy Wingo1-5/+3
2013-12-10Beginnings of CPS section in manualAndy Wingo1-1/+223
2013-12-05compiler.texi tweaksAndy Wingo1-7/+27
2013-12-04Doc updates to macroexpansion, compiled procs, and compiler.texiAndy Wingo1-405/+109
2013-06-28Remove with-fluids; replaced by with-fluid* and inlined push-fluid primopsAndy Wingo1-8/+0
2013-06-27replace <dynset> with primcalls to fluid-set!Andy Wingo1-5/+0
2013-06-27replace <dynref> with primcalls to fluid-refAndy Wingo1-5/+0
2013-06-27dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-windAndy Wingo1-10/+0
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-8/+9
2013-03-10excise use of "iff" in the manualJason Earl1-4/+4
2013-03-02Improve keyword notation of Texinfo function definitions.Bake Timmons1-4/+5
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
2013-01-23merge stable-2.0Andy Wingo1-4/+5
2013-01-22current-language is a parameter in boot-9Andy Wingo1-4/+5
2012-06-22instead of our custom .go format, use elfAndy Wingo1-10/+17
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+2
2012-02-02Make consistent the usage of variable names in the function definitions found...Bake Timmons1-2/+2
2011-11-09inline dynwind guards for normal control flowAndy Wingo1-5/+8
2011-06-02add <primcall> to tree-ilAndy Wingo1-0/+9
2011-06-02rename <application> to <call>Andy Wingo1-17/+16
2011-02-18Rewording for "make an intervention".Neil Jerram1-7/+6
2011-02-18No sublimated desiresNeil Jerram1-6/+6
2011-02-16Rewording for "make an intervention".Neil Jerram1-7/+6
2011-02-15No sublimated desiresNeil Jerram1-6/+6
2011-02-13Misc textual editingNeil Jerram1-3/+3
2011-02-09docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues1-3/+3
2010-08-27fix <letrec> docsAndy Wingo1-1/+2
2010-08-06letrec* in docs, and some r6rs fixesAndy Wingo1-3/+3
2010-07-10update manual for value history on by defaultAndy Wingo1-1/+1
2010-05-02Update example disassembliesAndy Wingo1-19/+13
2010-05-02update compiler.texiAndy Wingo1-139/+206
2010-05-01update documentation for vm instructionsAndy Wingo1-5/+5
2010-04-25Fix typoNeil Jerram1-1/+1
2009-10-15Document the interaction of the "compilee" with the compiler's current module.Ludovic Courtès1-0/+37
2009-08-21Merge branch 'wip-manual' of ssh://ossau@git.sv.gnu.org/srv/git/guileNeil Jerram1-1/+2
2009-08-12update docs for recent vm/compiler workAndy Wingo1-70/+95
2009-08-04Fix overfull hboxesNeil Jerram1-1/+2
2009-06-21link to brainfuck wikipedia pageAndy Wingo1-1/+3
2009-06-21added documenting comments to the brainfuck compiler and mention it in the VM...Daniel Kraft1-1/+13
2009-05-25update docs -- sections on assembly and objcodeAndy Wingo1-34/+156