bpt/guile.git
2013-11-21 Andy Wingoscm_the_vm now returns raw struct scm_vm pointer
2013-11-21 Andy WingoPrefer scm_call_n to scm_c_vm_run (scm_the_vm())
2013-11-21 Andy Wingoscm_i_prompt_pop_abort_args_x takes struct scm_vm*...
2013-11-21 Andy WingoEngine takes struct scm_vm* as argument
2013-11-21 Andy WingoOne more SCM vm user: continuations.
2013-11-21 Andy WingoRemove last use of SCM vm in VM
2013-11-21 Andy WingoRemove use of SCM vm in compose-continuation
2013-11-21 Andy WingoDispatch hooks use "vp" rather than "vm"
2013-11-21 Andy WingoHeap frame "stack holders" are raw scm_vm / scm_vm_cont...
2013-11-21 Andy WingoHeap frames have a "frame kind" bit
2013-11-21 Andy WingoThe dynamic stack records SP and FP values as offsets
2013-11-21 Andy WingoReorder struct scm_vm fields.
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 WingoChange eval.c to use scm_c_vm_run instead of scm_call_w...
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-21 Andy WingoScheme frame objects hold relative stack offsets
2013-11-21 Andy WingoPrepare for moveable stacks in the VM.
2013-11-21 Andy WingoCHECK_OVERFLOW tweak
2013-11-20 Andy WingoFix standalone tests
2013-11-20 Andy Wingovm-engine cosmetic cleanup
2013-11-20 Andy WingoRemove unused resolve_variable helper
2013-11-19 Andy WingoRework hook dispatch mechanism
2013-11-19 Andy WingoRemove VM_ENABLE_STACK_NULLING
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 WingoFix gsubr comment
2013-11-19 Andy WingoLingering RTL excision in vm.c
2013-11-19 Andy WingoMove RTL unpack macros to vm-engine.c
2013-11-19 Andy WingoChange SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG
2013-11-19 Andy Wingoscm_rtl_op_* -> scm_op_*
2013-11-19 Andy Wingo(system vm instruction) rtl-instruction-list -> (langua...
2013-11-19 Andy WingoInternal RTL excision in vm.c
2013-11-19 Andy WingoSmall comment fix.
2013-11-19 Andy WingoRename DT_GUILE_VM_VERSION.
2013-11-19 Andy WingoRename internal rtl-program-properties -> program-prope...
2013-11-19 Andy WingoExcise "rtl-" from fallback program printer
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 WingoRemove unused C scm_program_source.
2013-11-19 Andy WingoReorganize programs.h.
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 Wingoscm_i_rtl_program_* -> scm_i_program_*
2013-11-19 Andy Wingoscm_i_make_rtl_program in BUILDING_LIBGUILE
2013-11-19 Andy WingoRemove RTL_ infix from macros
2013-11-19 Andy WingoRename scm_tc7_rtl_program to scm_tc7_program
2013-11-19 Andy WingoAll instruction pointers are now scm_t_uint32*
2013-11-17 Andy WingoFrame pointer points to local 0 instead of local 1
2013-11-15 Andy WingoRemove use of SCM_CRITICAL_SECTION in smob.c
2013-11-15 Andy WingoRemove MVRA from VM frames
2013-11-15 Andy WingoRemove MVRA accessors in libguile
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 WingoFix run-vm-tests
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 WingoMove useful parts of asm-to-bytecode.test to cross...
2013-11-08 Andy WingoTree-IL warnings tests compile to CPS instead of "assembly"
2013-11-08 Andy WingoRemove tree-il->glil test cases
2013-11-08 Andy WingoRemove a couple of uses of GLIL from the test suite.
2013-11-08 Andy WingoFix program-minimum-arity to work better with case...
2013-11-08 Andy WingoBuiltins have procedure properties
2013-11-08 Andy WingoFix procedure-arguments on RTL programs, and tweak...
2013-11-08 Andy WingoFix make-vector peval test
2013-11-08 Andy WingoFix case-lambda* dispatching to agree with manual.
2013-11-08 Andy WingoAdd br-if-npos-gt
2013-11-08 Andy WingoFix BR_NARGS data type width
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-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...
next