defsubst
[bpt/guile.git] / module / system /
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-27 Andy WingoRemove the restore-continuation-hook.
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 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-10 Andy WingoAdd specialize-primcalls pass; bump objcode version.
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 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 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 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 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-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-03 Andy WingoRTL compiler supports static bitvectors
2013-10-31 Andy WingoBetter range checks in the assembler
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 compiler support for bytevector ops
2013-10-31 Andy WingoSupport serialization of uniform vector literals
2013-10-31 Andy Wingostatic-patch! replaces link-procedure!
2013-10-29 Andy WingoDWARF return arity fixen
2013-10-27 Andy WingoVM has "builtins": primitives addressable by emitted...
2013-10-26 Andy WingoRTL compiler: Compile TC7 branches.
2013-10-22 Andy WingoFix assembler for keyword args
2013-10-18 Andy Wingo(language tree-il analyze) works better with RTL programs
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-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-14 Andy WingoRTL: Compile prompts
2013-10-10 Andy WingoA couple of fixes when no source info is available
2013-10-04 Andy Wingobetter RTL debugging
2013-10-04 Andy WingoDisassembling RTL prints source information.
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-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 WeaverMerge remote-tracking branch 'origin/stable-2.0'
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-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
next