summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GNU Guile 3.0.3.v3.0.3Ludovic Courtès2020-06-211-4/+4
* Update NEWS.Ludovic Courtès2020-06-211-0/+7
* Update NEWS.Ludovic Courtès2020-06-211-0/+4
* Merge upstream 'lightening'Ludovic Courtès2020-06-213-5/+27
|\
| * Add 'movi' test.Dale P. Smith2020-06-201-0/+22
| * tests: Remove 'glibc' from the 'guix environment' command line.Ludovic Courtès2020-06-201-3/+3
| * tests: Make 'TARGETS' overridable.Ludovic Courtès2020-06-201-1/+1
| * Fix ARMv7 THUMB encoding for immediates.Andrew Gierth2020-06-201-1/+1
* | popen: Correct 'pipeline' docstring.Ludovic Courtès2020-06-191-3/+3
* | popen: 'open-process' returns unbuffered ports.Ludovic Courtès2020-06-192-5/+43
* | Merge upstream 'lightening'Andy Wingo2020-06-191-0/+2
|\ \ | |/
| * Fix unused variable warning for no-literal-pool targetsAndy Wingo2020-06-191-0/+2
* | Merge upstream 'lightening'Andy Wingo2020-06-192-5/+12
|\ \ | |/
| * Merge branch 'fix-literal-pool-reset' into 'master'Andy Wingo2020-06-191-2/+2
| |\
| | * Fix zeroing of literal pool entriesAndy Wingo2020-06-191-2/+2
| * | Merge branch 'fix-rotate-by-zero' into 'master'Andy Wingo2020-06-191-3/+10
| |\ \ | | |/
| | * Fix undefined behavior in ARMv7 assemblerAndy Wingo2020-06-191-3/+10
* | | Tree-IL-to-CPS compiler delays calls to 'target-most-positive-fixnum'.Ludovic Courtès2020-06-192-35/+29
* | | web: Accept URI host names consisting only of hex digits.Ludovic Courtès2020-06-183-3/+13
* | | doc: Mention (ice-9 time) module path.Arun Isaac2020-06-181-0/+3
* | | doc: Document default delimiter of string-join.Arun Isaac2020-06-182-8/+10
* | | doc: Improve content-range HTTP header documentation.Arun Isaac2020-06-181-5/+5
* | | doc: Fix minor typo in the HTTP headers documentation.Arun Isaac2020-06-181-1/+1
* | | texinfo: Add basic support for @w{...}.Ludovic Courtès2020-06-183-4/+8
* | | doc: Add missing canonicalize-path documentation.Ricardo G. Herdt2020-06-181-0/+15
* | | read: Use "invalid" rather than "illegal".Jan (janneke) Nieuwenhuizen2020-06-183-20/+20
* | | srfi-1: Rewrite 'assoc' in Scheme.Ludovic Courtès2020-06-173-32/+17
* | | srfi-1: Rewrite 'find-tail' in Scheme.Ludovic Courtès2020-06-173-19/+11
* | | srfi-1: Rewrite 'find' in Scheme.Ludovic Courtès2020-06-174-29/+16
* | | Update NEWS.Ludovic Courtès2020-06-151-0/+20
* | | doc: Remove copy/pasted sentence.Ludovic Courtès2020-06-151-1/+1
* | | Update lighteningAndy Wingo2020-06-126-50/+106
|\ \ \ | |/ /
| * | Merge branch 'arm-fix' into 'master'Andy Wingo2020-06-116-49/+105
| |\ \ | | |/ | |/|
| | * Add CI jobs for ARM in both instruction setsIcecream952020-04-091-1/+6
| | * Convert BLI to BLXI for jumps to ARM codeIcecream952020-04-091-1/+7
| | * Always emit veneers for non-bl jumps to ARM codeIcecream952020-04-093-14/+25
| | * Remove T2_BLXIIcecream952020-04-091-6/+0
| | * Use bx instead of mov for jumps on ARMIcecream952020-04-091-3/+2
| | * Stop setting the thumb bit except on jumps to veneersIcecream952020-04-091-2/+2
| | * Return a function pointer from jit_addressIcecream952020-04-091-1/+1
| | * Use an rsh of 0 for jumps on ARMIcecream952020-04-091-24/+20
| | * Add a test for local forward and backward jumpsIcecream952020-04-091-0/+25
| | * Add separate functions for veneer patchingIcecream952020-04-063-4/+22
| | * Add flag bits to the jit_reloc_kind enumIcecream952020-04-062-2/+4
| |/
| * Switch CI to use Debian stableAndy Wingo2020-02-181-1/+1
* | Make CSE more robustAndy Wingo2020-06-121-2/+6
* | tests: Avoid dependency on util-linux for 'rev'.Ludovic Courtès2020-06-041-5/+7
* | Statprof reports primitive namesAndy Wingo2020-06-041-9/+1
* | Change -O1 compiler to use baseline and also resolve primitivesAndy Wingo2020-06-013-17/+4
* | Fix bug where private bindings would never be sealedAndy Wingo2020-05-311-1/+1