libguile/Makefile.am (snarfcppopts): Remove CFLAGS
[bpt/guile.git] / module / system /
2014-02-07 Andy WingoMerge commit '58147d67806e1f54c447d7eabac35b1a5086c3a6'
2014-02-07 Andy WingoMerge commit 'e6c1c5f6cb16913eadeb8758cd817c5a58d146b8'
2014-02-07 Andy WingoMerge commit 'ca5e0414e96886177d883a249edd957d2331db65'
2014-02-07 Andy WingoMerge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
2014-02-07 Andy WingoMerge commit 'f6ddf827f8f192af7a8cd255bd8374a0d38bbb74'
2014-02-07 Andy WingoMerge commit '45a28515c13348dfd18e53038ad63dd091a5a3c1'
2014-02-07 Andy WingoMerge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'
2014-02-07 Andy WingoMerge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
2014-02-07 Andy WingoMerge commit '122f24cc8a3637ed42d7792ad1ff8ec0c49c58df'
2014-02-04 Mark H WeaverREPL Server: Remove unneeded error case in 'run-server'.
2014-02-04 Mark H WeaverREPL Server: Redirect warnings to client socket.
2014-02-02 Andy WingoAdd VM and compiler support for calls to known procedures
2014-01-28 Andy WingoFix tracing
2014-01-26 Andy WingoMore precise stack marking via .guile.frame-maps section
2014-01-23 Mark H WeaverImprove correctness and consistency of 'eval-when'...
2014-01-21 Mark H WeaverREPL Server: Don't establish a SIGINT handler.
2014-01-21 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-12 Mark H WeaverBump user-visible copyright years to 2014.
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2014-01-09 Ian PriceFix trap handlers to handle applicable structs.
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-12-10 Andy WingoFix section table writing for non-loadable sections
2013-12-10 Andy WingoNon-loadable sections should not have an sh_addr field set
2013-12-02 Andy WingoRename "RTL" to "bytecode"
2013-11-30 Andy WingoUnknown files print as (unknown file) in disassembler
2013-11-30 Andy Wingo,x disassembles nested programs too
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
next