bpt/guile.git
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;...
2013-09-12 Mark H WeaverImprove error reporting of procedures defined by define...
2013-09-10 Mark H WeaverTHANKS Alexandru Cojocaru
2013-09-10 Mark H Weaverweb client: HTTP methods are symbols, not strings.
2013-09-10 Alexandru CojocaruFix extend-request to preserve method and meta.
2013-09-10 Mark H Weaverpsyntax: cite the paper that psyntax is based on.
2013-09-10 Mark H WeaverMinor stylistic improvement to 'and-let*' macro.
2013-09-09 Mark H WeaverRewrite SRFI-2 'and-let*' using syntax-case.
2013-08-31 Andy WingoMicro-optimize char_decimal_value.
2013-08-31 Andy WingoFaster scm_from_port_stringn
2013-08-31 Andy Wingounread-char: inline conversion from codepoint to bytes
2013-08-31 Andy WingoAdd contification pass
2013-08-31 Andy WingoAdd CPS -> RTL compiler
2013-08-31 Andy WingoAdd pass to reify primcalls without corresponding VM ops
2013-08-31 Andy WingoAdd arity-adapting module
2013-08-31 Andy WingoAdd CPS primitives info module
2013-08-31 Andy WingoRTL language
2013-08-31 Andy WingoAdd closure conversion
2013-08-31 Andy Wingo(compile foo #:to 'cps)
2013-08-31 Andy WingoAdd CPS language
2013-08-29 Andy Wingo,xx for RTL images
2013-08-29 Andy Wingoadd ability to disassemble ELF images
2013-08-24 Andy WingoExport the assembler procedures
2013-08-24 Andy Wingortl vm: box-set! binds no values
2013-08-24 Andy WingoRA == MVRA in disassembler
2013-08-24 Andy Wingoassembler: give proper permissions to .data section
2013-08-24 Andy Wingocompile-file adds #:to-disk? #t to opts
2013-08-24 Mark H WeaverRTL: 'return-values' instruction assumes 'reset-frame...
2013-08-24 Mark H WeaverRTL VM: Rename 'apply' instruction to 'tail-apply'.
2013-08-24 Mark H WeaverRTL VM: fix multiple value returns.
2013-08-24 Mark H WeaverConvert branchable primitives into binary operations...
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-23 Mark H WeaverFix 'define-public' from (ice-9 curried-definitions).
2013-08-20 Mark H WeaverImprove error checking in 'define-public' and 'module...
2013-08-19 Ian Pricedoc: `get-string-all' takes only one argument.
next