Age | Commit message (Expand) | Author | Files | Lines |
2018-10-07 | Fix use of uninstalled header by installed headers | Andy Wingo | 1 | -0/+1 |
2018-07-03 | Minor change to VM DSL | Andy Wingo | 1 | -0/+6 |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -1/+2 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -5/+4 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -6/+6 |
2018-06-20 | Use stdint.h limit macros | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -0/+1 |
2018-04-13 | Explode atomic box ops to new atomic instructions | Andy Wingo | 1 | -1/+2 |
2017-11-15 | Add support for comparisons against integer immediates | Andy Wingo | 1 | -0/+1 |
2017-10-24 | Add support for C16_C16 instruction words | Andy Wingo | 1 | -2/+3 |
2015-12-01 | Untag values and indexes for all bytevector instructions | Andy Wingo | 1 | -0/+2 |
2015-12-01 | New instructions load-f64, load-u64 | Andy Wingo | 1 | -5/+9 |
2015-10-21 | Prepare for SP-addressed locals | Andy Wingo | 1 | -22/+30 |
2013-11-21 | Add explicit nopcodes | Andy Wingo | 1 | -84/+43 |
2013-11-19 | scm_rtl_op_* -> scm_op_* | Andy Wingo | 1 | -1/+1 |
2013-11-19 | (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list | Andy Wingo | 1 | -24/+17 |
2013-11-08 | Remove stack programs, objcode, and the old VM. | Andy Wingo | 1 | -162/+0 |
2013-08-11 | Various RTL VM and calling convention tweaks | Andy Wingo | 1 | -2/+10 |
2013-07-21 | RTL instructions have no rest args | Andy Wingo | 1 | -2/+0 |
2013-07-21 | rtl: propagate OP_DST to scheme | Andy Wingo | 1 | -0/+5 |
2013-06-08 | const cleanups in instructions.c | Andy Wingo | 1 | -11/+11 |
2013-05-31 | add new rtl vm | Andy Wingo | 1 | -1/+165 |
2012-02-23 | Revert "install pthread_atfork handlers for guile's static mutexen" | Andy Wingo | 1 | -2/+1 |
2012-02-17 | install pthread_atfork handlers for guile's static mutexen | Andy Wingo | 1 | -1/+2 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -1/+1 |
2011-02-10 | instructions.c: threadsafe static var | Andy Wingo | 1 | -1/+9 |
2010-11-19 | fix a number of assuptions that a long could hold an inum | Andy Wingo | 1 | -1/+1 |
2010-03-16 | rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 | Andy Wingo | 1 | -1/+2 |
2010-01-07 | properly integrate vm bootstrapping into init.c | Andy Wingo | 1 | -4/+1 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -2/+1 |
2009-11-28 | Remove remaining uses of discouraged constructs. | Ludovic Courtès | 1 | -7/+9 |
2009-07-14 | fix race in which some instruction name symbols could go unmarked | Andy Wingo | 1 | -8/+9 |
2009-06-26 | bytevector ops now compile down to low-level VM ops | Andy Wingo | 1 | -5/+6 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-05-26 | adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly | Andy Wingo | 1 | -36/+14 |
2009-03-27 | frame, program, objcode, etc inits use load-extension | Andy Wingo | 1 | -0/+3 |
2009-03-17 | non-srcdir build fixes | Andy Wingo | 1 | -5/+5 |
2009-02-03 | make symbol -> opcode lookup faster | Andy Wingo | 1 | -36/+60 |
2009-01-29 | static opcodes; refactor program/objcode division; use new assembly pipeline | Andy Wingo | 1 | -17/+46 |
2008-08-21 | merge guile-vm into libguile itself | Andy Wingo | 1 | -0/+181 |