bpt/guile.git
2013-10-27 Andy WingoVM has "builtins": primitives addressable by emitted...
2013-10-27 Andy WingoPartial continuations are RTL stubs
2013-10-27 Andy WingoFix toplevel-ref with named modules before boot in...
2013-10-27 Andy WingoMemoized expressions are pairs, not SMOBs
2013-10-27 Andy WingoTree-IL->GLIL: Fix primitive-ref reification bug
2013-10-26 Andy WingoMark current-module as an interesting primitive
2013-10-26 Andy WingoNew pass: elide-values
2013-10-26 Andy WingoAdd make-vector, constant-make-vector instructions
2013-10-26 Andy WingoEmit constant-vector-ref, constant-vector-set! for...
2013-10-26 Andy WingoNew pass: inline-constructors
2013-10-26 Andy WingoCompile variable-ref, variable-set!
2013-10-26 Andy WingoRecognize tree-il variable? primitive
2013-10-26 Andy WingoRTL compiler: Compile TC7 branches.
2013-10-26 Andy WingoFix primcall return arities
2013-10-26 Andy WingoRTL compiler: Compile `wind' primcalls
2013-10-26 Andy WingoRTL VM: Fix fluid-ref local addressing.
2013-10-26 Andy WingoRTL VM: Fix variable lookup before modules boot
2013-10-26 Andy WingoAdd stringbuf printer
2013-10-26 Andy WingoPeval: Fold `thunk?' in more cases.
2013-10-26 Andy WingoSetting procedure properties does not cause metadata...
2013-10-26 Andy WingoEvaluator sets same procedure properties as compiler
2013-10-25 Andy WingoEvaluator uses two-dimensional environment
2013-10-23 Andy WingoAlways resolve-primitives in the root module.
2013-10-23 Andy WingoRTL VM: Fix LOCAL_REF, LOCAL_SET for unsigned indices
2013-10-23 Andy WingoOptimize closures with only required and rest arguments...
2013-10-22 Andy WingoFix assembler for keyword args
2013-10-22 Andy WingoCPS conversion doesn't automatically produce $values
2013-10-22 Andy WingoContify returns via calls to "values"
2013-10-21 Andy WingoCPS->RTL compiler: add push-fluid and pop-fluid
2013-10-21 Andy WingoDFG: Remove lift-definition!
2013-10-21 Andy WingoFix contification bugs
2013-10-21 Andy WingoMore robust contification
2013-10-21 Andy Wingoadd lookup-block-scope
2013-10-21 Andy WingoDFG fixup.
2013-10-21 Andy WingoRTL slot allocator uses more precise, correct liveness...
2013-10-21 Andy WingoDFG: Add code to compute live variable sets.
2013-10-21 Andy WingoDFG: Use maps have variable names
2013-10-18 Andy WingoContinuations are RTL stubs
2013-10-18 Andy Wingo(language tree-il analyze) works better with RTL programs
2013-10-18 Andy WingoForeign procedures are RTL programs
2013-10-18 Andy WingoFix statprof-proc-call-data for recent changes
2013-10-18 Andy WingoSubrs are RTL programs
2013-10-18 Andy Wingo(system vm debug): implement arity-low-pc, arity-high-pc
2013-10-18 Andy Wingoclass-of fix for RTL programs
2013-10-17 Andy WingoStack traces skip RTL boot frames
2013-10-17 Andy WingoRTL engine can apply smobs and applicable structs w...
2013-10-17 Andy WingoFix subr-call
2013-10-17 Andy WingoFix tail-apply bugs
2013-10-17 Andy WingoBetter vm.c support for RTL programs
2013-10-17 Andy WingoProcedure traps work with RTL programs.
2013-10-17 Andy Wingominimal RTL program support in (system xref)
2013-10-17 Andy Wingo(system vm coverage) works with RTL programs
2013-10-17 Andy WingoStatprof works better with RTL programs
2013-10-17 Andy Wingobind-rest works in the optional-and-rest-arg case.
2013-10-14 Andy WingoRefactor vm_abort
2013-10-14 Andy WingoReify call-thunk/no-inline.
2013-10-14 Andy WingoRTL: Compile prompts
2013-10-14 Andy WingoRTL VM: receive-values has allow-extra? flag
2013-10-14 Andy WingoAdd SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag
2013-10-14 Andy Wingocall-with-prompt always compiles to CPS $prompt
2013-10-14 Andy WingoPut the readline extension in the extensionsdir
2013-10-12 Andy WingoMore precise dead-after-use? for loop variables
2013-10-12 Andy WingoRTL slot allocation: Don't kill variables that flow...
2013-10-12 Andy WingoCompute post-dominators
2013-10-12 Andy WingoIdentify loops
2013-10-12 Andy WingoDFG refactorings
2013-10-11 Andy WingoReplace conservatively-dominates? with a precise domina...
2013-10-11 Andy WingoCompute a dominator tree
2013-10-10 Andy WingoDFG refactor to allow dominator tree construction
2013-10-10 Andy WingoA couple of fixes when no source info is available
2013-10-10 Andy WingoFix peval bug with inlining and optional argument initi...
2013-10-05 Andy WingoFix slot allocation bug
2013-10-04 Andy Wingobetter RTL debugging
2013-10-04 Andy WingoFix nested contification bugs
2013-10-04 Andy WingoFix variable-bound-in?
2013-10-04 Andy WingoFix verify-cps
2013-10-04 Andy WingoDisassembling RTL prints source information.
2013-10-04 Andy Wingoadd contification test
2013-10-04 Andy WingoContify functions in the scope of their continuation.
2013-10-04 Andy Wingodfg: variable-free-in?, add variable-bound-in?
2013-10-03 Andy Wingoanonymous RTl functions print with source info
2013-10-03 Andy Wingoprogram-source / program-sources works with RTL programs
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-10-03 Andy WingoDeprecate scm_c_program_source, as it has no internal...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-10-03 Andy WingoAdd source location test
2013-10-03 Andy WingoAdd (system vm debug) interface to source location...
2013-10-03 Andy WingoAdd interface to read .debug_line data
2013-10-03 Andy WingoSerialize source positions into .debug_line
2013-09-30 Andy WingoEmit a placeholder .debug_line section.
2013-09-30 Andy WingoAdd new "source" macro instruction; compile-rtl emits it.
2013-09-30 Mark H WeaverFix minor mistakes in documentation.
2013-09-28 Andy WingoDWARF linker: encode strings using the correct form
2013-09-28 Andy WingoEmit minimal DWARF information
2013-09-28 Andy Wingoadd DWARF parser
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-09-13 Mark H WeaverFix truncated documentation for 'put-char'.
2013-09-12 Mark H WeaverWeb: Use functional setters in extend-request and exten...
2013-09-12 Mark H WeaverWeb client+server: Add Content-Length header for empty...
2013-09-12 Mark H WeaverAdapt srfi-9.test to error reporting improvements;...
next