summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* procedure-properties for RTL functionswip-rtl-metadataAndy Wingo2013-05-277-9/+180
* procedure-documentation works on RTL proceduresAndy Wingo2013-05-279-20/+100
* Write docstrings into RTL ELF imagesAndy Wingo2013-05-271-1/+57
* Wire up ability to print RTL program aritiesAndy Wingo2013-05-275-33/+99
* (system vm debug) can read arity informationAndy Wingo2013-05-272-2/+177
* RTL assembler writes arities information into separate section.Andy Wingo2013-05-271-1/+200
* Beginnings of tracking of procedure arities in assemblerAndy Wingo2013-05-272-24/+95
* add procedure prelude macro-instructionsAndy Wingo2013-05-272-20/+68
* begin-program takes properties alistAndy Wingo2013-05-272-27/+62
* Add RTL disassemblerwip-rtl-assemblerAndy Wingo2013-05-273-4/+356
* RTL programs print with their nameAndy Wingo2013-05-276-17/+60
* move procedure-name and procedure-source to procprop.cAndy Wingo2013-05-274-45/+49
* Add runtime support for reading debug information from ELFAndy Wingo2013-05-274-3/+180
* Add RTL assemblerAndy Wingo2013-05-275-1/+1165
* add new rtl vmAndy Wingo2013-05-2719-27/+3624
* refactor to resolve_variableAndy Wingo2013-05-271-16/+13
* cpp hygiene in the vmAndy Wingo2013-05-273-6/+47
* pop-continuation abort-continuation hooks pass return vals directlyAndy Wingo2013-05-278-112/+111
* Allow vm_engine caller to pass arguments on the stack.Andy Wingo2013-05-271-4/+13
* vm-engine: remove register assignmentsAndy Wingo2013-05-271-61/+12
* remove some configurability in vm-engineAndy Wingo2013-05-232-67/+3
* minor vm-engine cleanupsAndy Wingo2013-05-231-25/+18
* remove CONS macro in VM; use scm_cons insteadAndy Wingo2013-05-233-42/+8
* inline vm-engine.h into vm-engine.cAndy Wingo2013-05-233-405/+377
* add (find-mapped-elf-image) procedure to (system vm objcode) moduleAndy Wingo2013-05-232-2/+111
* refactor and simplify ELF loader in objcodes.cAndy Wingo2013-05-231-240/+196
* add scm_{to,from}_{u,}intptr_tAndy Wingo2013-05-232-13/+31
* refactor linker to lay out ELF files and memory in the same wayAndy Wingo2013-05-232-170/+358
* elf: add accessors for header members that might need relocationAndy Wingo2013-05-231-2/+22
* ELF refactor and consequent linker simplificationsAndy Wingo2013-05-234-245/+288
* split linker out of elf moduleAndy Wingo2013-05-235-383/+562
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-04-1467-1105/+3076
|\
| * Using 'pass-if-equal' in coding.test.Mark H Weaver2013-04-141-56/+56
| * Adjust BOM tests to reflect the fact that big endian is used by default.Mark H Weaver2013-04-141-12/+2
| * Add 2012 and 2013 to copyright notice on numbers.test.Mark H Weaver2013-04-101-1/+2
| * Do not add $(EXEEXT) to guild or guile-tools.Mark H Weaver2013-04-101-2/+2
| * Mention `open-file' in NEWS.v2.0.9Ludovic Courtès2013-04-101-3/+3
| * doc: Require libunistring 0.9.3 in `README'.Ludovic Courtès2013-04-101-1/+1
| * build: Tell `gen-scmconfig' whether the system has `struct timespec'.Ludovic Courtès2013-04-102-1/+24
| * Bump version number for 2.0.9.Ludovic Courtès2013-04-102-2/+5
| * doc: Update `release.org'.Ludovic Courtès2013-04-101-8/+7
| * stime: Remove #ifdef HAVE_*_H for headers provided by Gnulib.Ludovic Courtès2013-04-101-10/+2
| * Make `build-aux/gendocs.sh' executable.Ludovic Courtès2013-04-101-0/+0
| * Bump version number for 2.0.8.Ludovic Courtès2013-04-091-3/+3
| * tests: Skip FFI tests involving `scm_is_pair' when `dynamic-func' fails.Ludovic Courtès2013-04-091-4/+6
| * doc: Cosmetic change for `release.org'.Ludovic Courtès2013-04-091-1/+1
| * Update `THANKS'.Ludovic Courtès2013-04-091-0/+2
| * update NEWSAndy Wingo2013-04-091-22/+14
| * fix stime patch for HAVE_TIMES removalAndy Wingo2013-04-091-3/+14
| * simplify configure checks for functionality provided by gnulibAndy Wingo2013-04-092-27/+4