summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-24Update NEWS.v3.0.4Ludovic Courtès1-0/+9
2020-06-24GNU Guile 3.0.4 (SONAME fix).Ludovic Courtès1-5/+6
2020-06-24Revert "GNU Guile 3.0.3."Ludovic Courtès1-4/+4
2020-06-21GNU Guile 3.0.3.v3.0.3Ludovic Courtès1-4/+4
2020-06-21Update NEWS.Ludovic Courtès1-0/+7
2020-06-21Update NEWS.Ludovic Courtès1-0/+4
2020-06-21Merge upstream 'lightening'Ludovic Courtès3-5/+27
2020-06-20Add 'movi' test.Dale P. Smith1-0/+22
2020-06-20tests: Remove 'glibc' from the 'guix environment' command line.Ludovic Courtès1-3/+3
2020-06-20tests: Make 'TARGETS' overridable.Ludovic Courtès1-1/+1
2020-06-20Fix ARMv7 THUMB encoding for immediates.Andrew Gierth1-1/+1
2020-06-19popen: Correct 'pipeline' docstring.Ludovic Courtès1-3/+3
2020-06-19popen: 'open-process' returns unbuffered ports.Ludovic Courtès2-5/+43
2020-06-19Merge upstream 'lightening'Andy Wingo1-0/+2
2020-06-19Fix unused variable warning for no-literal-pool targetsAndy Wingo1-0/+2
2020-06-19Merge upstream 'lightening'Andy Wingo2-5/+12
2020-06-19Merge branch 'fix-literal-pool-reset' into 'master'Andy Wingo1-2/+2
2020-06-19Fix zeroing of literal pool entriesAndy Wingo1-2/+2
2020-06-19Merge branch 'fix-rotate-by-zero' into 'master'Andy Wingo1-3/+10
2020-06-19Fix undefined behavior in ARMv7 assemblerAndy Wingo1-3/+10
2020-06-19Tree-IL-to-CPS compiler delays calls to 'target-most-positive-fixnum'.Ludovic Courtès2-35/+29
2020-06-18web: Accept URI host names consisting only of hex digits.Ludovic Courtès3-3/+13
2020-06-18doc: Mention (ice-9 time) module path.Arun Isaac1-0/+3
2020-06-18doc: Document default delimiter of string-join.Arun Isaac2-8/+10
2020-06-18doc: Improve content-range HTTP header documentation.Arun Isaac1-5/+5
2020-06-18doc: Fix minor typo in the HTTP headers documentation.Arun Isaac1-1/+1
2020-06-18texinfo: Add basic support for @w{...}.Ludovic Courtès3-4/+8
2020-06-18doc: Add missing canonicalize-path documentation.Ricardo G. Herdt1-0/+15
2020-06-18read: Use "invalid" rather than "illegal".Jan (janneke) Nieuwenhuizen3-20/+20
2020-06-17srfi-1: Rewrite 'assoc' in Scheme.Ludovic Courtès3-32/+17
2020-06-17srfi-1: Rewrite 'find-tail' in Scheme.Ludovic Courtès3-19/+11
2020-06-17srfi-1: Rewrite 'find' in Scheme.Ludovic Courtès4-29/+16
2020-06-15Update NEWS.Ludovic Courtès1-0/+20
2020-06-15doc: Remove copy/pasted sentence.Ludovic Courtès1-1/+1
2020-06-12Update lighteningAndy Wingo6-50/+106
2020-06-12Make CSE more robustAndy Wingo1-2/+6
2020-06-11Merge branch 'arm-fix' into 'master'Andy Wingo6-49/+105
2020-06-04tests: Avoid dependency on util-linux for 'rev'.Ludovic Courtès1-5/+7
2020-06-04Statprof reports primitive namesAndy Wingo1-9/+1
2020-06-01Change -O1 compiler to use baseline and also resolve primitivesAndy Wingo3-17/+4
2020-05-31Fix bug where private bindings would never be sealedAndy Wingo1-1/+1
2020-05-29Fix typo causing performance problems!!!Andy Wingo1-1/+1
2020-05-29CSE forward-propagates changes to CFGAndy Wingo1-1/+23
2020-05-29CSE forwards branch predecessors where the branch foldsAndy Wingo1-57/+148
2020-05-29CSE refactorAndy Wingo1-48/+68
2020-05-29Use intmaps in CSE equivalent expression tableAndy Wingo1-33/+43
2020-05-29Eager graph pruning in CSEAndy Wingo1-90/+197
2020-05-29Add indentation rule for let/ecAndy Wingo1-0/+1
2020-05-29Macro fix to CPS build-termAndy Wingo1-1/+1
2020-05-29Thread flow analysis through CSE passAndy Wingo1-194/+209