Remove unused scm_i_thread fields
[bpt/guile.git] / module /
2013-11-21 Andy WingoNo more VM objects visible to Scheme
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-21 Andy WingoRemove unused vm:ip, vm:sp, vm:fp
2013-11-21 Andy WingoRemove make-vm; there will be one vm per thread now.
2013-11-19 Andy WingoRename objcodes?.{scm,c,h} to loader.{scm,c,h}
2013-11-19 Andy WingoRemove (oop goops) <objcode> export
2013-11-19 Andy Wingo(system vm instruction) rtl-instruction-list -> (langua...
2013-11-19 Andy WingoRename DT_GUILE_VM_VERSION.
2013-11-19 Andy WingoRename internal rtl-program-properties -> program-prope...
2013-11-19 Andy WingoRename internals of (system vm program) program-minimum...
2013-11-19 Andy WingoRename (system vm program) internal functions to remove...
2013-11-19 Andy Wingortl-program-code -> program-code
2013-11-19 Andy Wingortl-program? -> program?
2013-11-19 Andy WingoRemove make-rtl-program.
2013-11-19 Andy WingoRename scm_tc7_rtl_program to scm_tc7_program
2013-11-17 Andy WingoFrame pointer points to local 0 instead of local 1
2013-11-15 Andy WingoRemove MVRA from VM frames
2013-11-15 Andy WingoTry to allocate arguments directly in call frames
2013-11-15 Andy WingoRewrite slot allocation pass
2013-11-13 Andy WingoReplace ($var sym) with ($values (sym)).
2013-11-10 Andy WingoAdd specialize-primcalls pass; bump objcode version.
2013-11-10 Andy WingoEffects analysis distinguishes between struct fields
2013-11-10 Andy WingoEffects analysis sees match-error, throw-bad-structs...
2013-11-09 Andy WingoBinary search to find procedure properties.
2013-11-09 Andy WingoFix RTL linking of procedure properties.
2013-11-09 Andy WingoBinary search to find docstrings.
2013-11-09 Andy WingoFinding a procedure's arity uses binary search
2013-11-09 Andy WingoUse binary search in find-elf-symbol
2013-11-08 Andy WingoRemove stack programs, objcode, and the old VM.
2013-11-08 Andy WingoMiscellaneous fixups related to objcode removal.
2013-11-08 Andy WingoRemove program-sources-pre-retire case for stack programs.
2013-11-08 Andy WingoRemove (language objcode)
2013-11-08 Andy WingoMove assemble-program to test cases.
2013-11-08 Andy WingoPer-instruction tracing doesn't try to disassemble...
2013-11-08 Andy Wingo(system vm traps) support for rtl programs
2013-11-08 Andy WingoRemove objcode language.
2013-11-08 Andy WingoRemove bytecode language.
2013-11-08 Andy WingoRemove assembly language.
2013-11-08 Andy WingoDecompile goes from tree-il to scheme by default.
2013-11-08 Andy WingoRewrite (system xref) to work with RTL programs
2013-11-08 Andy WingoAdd fold-program-code to (system vm disassembler)
2013-11-08 Andy WingoRemove GLIL language
2013-11-08 Andy WingoRemove tree-il->glil compiler
2013-11-08 Andy WingoFix program-minimum-arity to work better with case...
2013-11-08 Andy WingoFix procedure-arguments on RTL programs, and tweak...
2013-11-08 Andy WingoFix case-lambda* dispatching to agree with manual.
2013-11-08 Andy WingoFix arity selection in compute-contification
2013-11-08 Andy WingoFix error message in lambda* eval closures with keywords
2013-11-08 Andy WingoFix reading and writing arities into DWARF.
2013-11-07 Andy Wingoframe-instruction-pointer is absolute; rewrite (system...
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 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 Wingofix docstring assembly and fetching
2013-11-05 Andy Wingoasm-labels is a hash table
2013-11-05 Andy WingoRe-add the list hack to compile-cps
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 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 WingoBetter aliased primcall compilation
2013-10-31 Andy WingoBetter compiler support for bytevector ops
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 WingoVM has "builtins": primitives addressable by emitted...
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.
next