bpt/guile.git
2013-11-08 Andy WingoFix reading and writing arities into DWARF.
2013-11-08 Andy WingoFix eval.test: stack involving a primitive
2013-11-08 Andy WingoFix coverage.test: instrumented-source-files
2013-11-08 Andy WingoFix coverage.test: "procedure-execution-count: never"
2013-11-08 Andy WingoFix coverage.test: "line-execution-counts: one proc...
2013-11-07 Andy Wingoframe-instruction-pointer is absolute; rewrite (system...
2013-11-07 Andy Wingoscm_from_uintptr_t / scm_from_ptrdiff_t usage
2013-11-07 Andy WingoProgram sources are always pre-retire now
2013-11-07 Andy Wingoadd fold-all-debug-contexts, fold-source-locations
2013-11-07 Andy WingoFix DWARF source test now that we have more precise...
2013-11-07 Andy WingoFix line advance DWARF opcodes when line advance is...
2013-11-07 Andy WingoWrite DWARF files list in correct order.
2013-11-07 Andy WingoSource information goes on the $continue, not the ...
2013-11-06 Andy WingoFix first find-program-sources result
2013-11-05 Andy Wingocompiler.test fix for rtl compilation
2013-11-05 Andy Wingofix docstring assembly and fetching
2013-11-05 Andy Wingoasm-labels is a hash table
2013-11-05 Andy Wingofix make-long-immediate, make-long-long-immediate for...
2013-11-05 Andy WingoRe-add the list hack to compile-cps
2013-11-05 Andy Wingosquish to primitive reification
2013-11-03 Andy WingoFix test case for uniform-array->bytevector on bitvectors
2013-11-03 Andy WingoRTL compiler supports static bitvectors
2013-11-03 Andy Wingostruct-set! returns a value, yuck
2013-11-03 Andy WingoCorrectness fix for vector constructor inlining.
2013-11-03 Andy WingoEval evaluates initializers before creating environment...
2013-11-03 Andy Wingo"length" is an interesting primitive
2013-11-01 Andy WingoRevert "Compile-time debugging"
2013-11-01 Andy WingoFix call/cc with the RTL VM
2013-11-01 Andy WingoFix order of evaluation in elisp lexer
2013-11-01 Andy WingoFix contification of non-recursive closures
2013-11-01 Andy WingoRTL compilation sorts continuations topologically befor...
2013-11-01 Andy WingoFailed match errors generate less code
2013-11-01 Andy WingoAdd compile-cps hack for vectors
2013-10-31 Andy WingoBetter range checks in the assembler
2013-10-31 Andy WingoBe smarter about capturing the environment for memoized...
2013-10-31 Andy Wingodefine! is an interesting primitive
2013-10-31 Andy Wingofix compilation of (let lp () (lp))
2013-10-31 Andy WingoDFG: Export analyze-control-flow.
2013-10-31 Andy Wingostatic-patch! for pair and vector fields
2013-10-31 Andy WingoBetter REPL support for disassembling RTL images
2013-10-31 Andy WingoDefault to compiling to RTL
2013-10-31 Andy WingoAvoid calling procedure-name when doing a make-procedur...
2013-10-31 Andy WingoBetter aliased primcall compilation
2013-10-31 Andy WingoBetter compiler support for bytevector ops
2013-10-31 Andy WingoFix bytevector error messages.
2013-10-31 Andy WingoSupport serialization of uniform vector literals
2013-10-31 Andy WingoCompile-time debugging
2013-10-31 Andy WingoDFG: $block no longer stores control-flow analysis
2013-10-31 Andy Wingostatic-patch! replaces link-procedure!
2013-10-31 Andy WingoFix primitive reification for class-of, bytevector...
2013-10-31 Andy WingoDFG: Disable control-flow analysis.
2013-10-31 Andy WingoAdd "pop" field to $prompt
2013-10-29 Andy WingoDWARF return arity fixen
2013-10-27 Andy WingoDynamic-wind doesn't call thunk? on the out-guard.
2013-10-27 Andy WingoWalk the stack to determine extent of partial continuation
2013-10-27 Andy WingoResumable partial continuations in the RTL VM
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
next