RTL: Compile prompts
[bpt/guile.git] / module /
2013-10-14 Andy WingoRTL: Compile prompts
2013-10-14 Andy WingoRTL VM: receive-values has allow-extra? flag
2013-10-14 Andy Wingocall-with-prompt always compiles to CPS $prompt
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 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 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-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-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 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 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 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 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 Price`write-request-line' always prints a path component.
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverImprove run-time error reporting in (ice-9 match).
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverCommon numeric operations are left-to-right associative.
2013-08-12 Mark H WeaverNumerical comparisons are not negatable.
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-11 Mark H WeaverAdapt ecmascript compiler to tree-il prompt changes...
2013-08-11 Andy WingoVarious RTL VM and calling convention tweaks
2013-08-11 Andy WingoInline escape-only prompt bodies in the Tree-IL
2013-08-11 Andy Wingoremove peval abort-in-tail-position optimization
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-08-07 Mark H WeaverDecompiler: fix handling of empty 'case-lambda' express...
2013-08-07 Mark H WeaverAdapt ecmascript compiler to recent tree-il changes...
2013-08-07 Mark H WeaverString ports use UTF-8; ignore %default-port-encoding.
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-21 Andy WingoRTL instructions have no rest args
2013-07-21 Andy WingoUse allocate-struct in define-record-type implementations
2013-07-21 Andy WingoRTL: Local 0 is the procedure
2013-07-21 Andy Wingortl: propagate OP_DST to scheme
2013-07-21 Andy Wingofix rtl program arity functions
2013-07-21 Mark H WeaverOptimize R6RS bitwise operators.
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverAdd support for HTTP proxies.
2013-07-16 Mark H WeaverFix R6RS 'fixnum-width'.
2013-07-16 Mark H WeaverUpdate copyright dates of recently-changed R6RS bitwise...
2013-07-16 Mark H WeaverFix 'fxbit-count' for negative arguments.
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverFlonum operations always return flonums.
2013-07-16 Mark H Weaverflfinite? applied to a NaN returns false.
2013-07-16 Mark H Weaverflonum? returns false for complex number objects.
2013-07-16 Mark H WeaverAllow fl+ and fl* to accept zero arguments.
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-14 Mark H WeaverFix 'bitwise-bit-count' for negative arguments.
2013-07-06 Andy Wingo<prompt> body and handler are lambdas; add escape-only...
2013-06-28 Andy WingoRemove with-fluids; replaced by with-fluid* and inlined...
2013-06-27 Andy Wingoreplace <dynset> with primcalls to fluid-set!
next