summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix type confusion in heap-numbers-equal? calls from VMAndy Wingo2022-01-071-1/+8
* New function bitvector-copy (scm_bitvector_copy)Daniel Llorens2022-01-045-2/+80
* Review REFFIXMEDaniel Llorens2021-12-133-7/+12
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-068-6/+63
* Support C99 complex types conditionally in (system foreign)Mikael Djurfeldt2021-12-011-4/+12
* Mention package GNU Autopoint in README.Mikael Djurfeldt2021-11-251-0/+1
* Fix doc typoDaniel Llorens2021-11-221-1/+1
* Add -Ooptimize-known-return-types at -O2Andy Wingo2021-11-152-0/+3
* Add new pass to optimize away return value count checksAndy Wingo2021-11-154-1/+173
* Allow callk to continue to kargsAndy Wingo2021-11-155-30/+23
* Refactor send and receive shuffles in slot allocationAndy Wingo2021-11-152-46/+68
* Refactor compile-bytecodeAndy Wingo2021-11-151-142/+115
* Support C99 complex types in (system foreign)Daniel Llorens2021-11-156-2/+110
* Fix brace style for bf9d30f3c3fd03cb37d604f1927e9ce5c699338bDaniel Llorens2021-11-051-22/+26
* Avoid ash with arguments that might overflow in (language cps types)Daniel Llorens2021-11-051-1/+3
* Limit the range of ash, round-ash count argument to INT32Daniel Llorens2021-11-052-56/+45
* module/system/base/target.scm: support riscv32Fabrice Fontaine2021-11-051-0/+1
* Fix bounds check in recvfrom!d4ryus2021-11-031-7/+10
* Fix typos in SRFI docsArun Isaac2021-11-032-17/+17
* Const qualify return of strerrorPhilipp Klaus Krause2021-11-031-2/+2
* Add support for arcVineet Gupta2021-11-031-2/+2
* Improve support for R6/R7 SRFI module name formats.Taylan Kammer2021-11-021-22/+108
* Update NEWSDaniel Llorens2021-10-272-1/+37
* Update NEWS.Ludovic Courtès2021-10-221-0/+9
* sxml: Make parser thread-safe.Ludovic Courtès2021-10-221-3/+2
* Fix doc typoDaniel Llorens2021-10-211-3/+2
* Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens2021-10-216-28/+180
* (ice-9 format): Fix scaling floats with leading zerosTimothy Sample2021-10-192-3/+9
* Mention package GNU Gperf in README.Mikael Djurfeldt2021-10-131-0/+1
* Add primitive alias analysis to CSEAndy Wingo2021-10-032-5/+72
* Use more logtest in cse.scmAndy Wingo2021-10-031-3/+3
* Allow primcalls with multiple defsAndy Wingo2021-10-011-1/+1
* Add ,optimize-cps REPL meta-commandAndy Wingo2021-10-012-10/+23
* Add CPS pretty-printerAndy Wingo2021-10-012-0/+318
* Allow unchecked functions to have unboxed argumentsAndy Wingo2021-10-012-6/+18
* Move live variable computation routines to utils and graphs.Andy Wingo2021-10-013-248/+225
* Add frame-local-ref / frame-local-set! support for type 'ptrAndy Wingo2021-10-011-2/+9
* Hotfix to unify (x ...) patterns in matchAndy Wingo2021-09-303-17/+81
* Baseline compiler no longer swaps rsh/lsh when transforming ash calls.Ludovic Courtès2021-09-202-4/+13
* Fix 'ash' primcall match clause in baseline compiler.Ludovic Courtès2021-09-201-3/+3
* doc: Fix wrong @uref argument order.Ludovic Courtès2021-09-201-2/+2
* srfi-1: 'find-tail' passes 'check-arg' the right procedure name.Ludovic Courtès2021-09-201-2/+2
* (system repl command) autoloads the compiler, disassembler, and profiler.Ludovic Courtès2021-09-201-4/+6
* Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42Daniel Llorens2021-09-172-3/+3
* Fix typo in srfi-69 docDaniel Llorens2021-09-141-1/+1
* foreign-library: fix darwin detectionAleix Conchillo Flaqué2021-09-021-1/+1
* Extend bytevector-fill! to handle a partial fillDaniel Llorens2021-08-174-28/+63
* Refactor srfi-4 declarationsDaniel Llorens2021-08-171-246/+31
* Remove array contp flagDaniel Llorens2021-08-166-56/+23
* Deprecate scm_from_contiguous_typed_arrayDaniel Llorens2021-08-164-60/+71