summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-30Make dump-fop not hold on to a string designator for SB-FASLmainDouglas Katzman
2024-05-30Turn symbols into functions for funcall with multiple uses.Stas Boukarev
2024-05-30Derive the type of funcall on multiple functions.Stas Boukarev
2024-05-30Faster read-sequence for strings from utf8 file streams.Stas Boukarev
2024-05-302.4.5: will be tagged as "sbcl-2.4.5"sbcl-2.4.5Christophe Rhodes
2024-05-2832-bit github actions runner still needs vm.mmap_rnd_compat_bits=8Stas Boukarev
2024-05-28Return the input argument when transforming SORT.Stas Boukarev
2024-05-28NEWS entry for lp#2067313Christophe Rhodes
2024-05-28Clear sigmask on startup.Stas Boukarev
2024-05-25A bit more draft NEWS.Christophe Rhodes
2024-05-25Draft NEWS for sbcl-2.4.5Christophe Rhodes
2024-05-24Fix a test.Stas Boukarev
2024-05-24Correct an error message.Stas Boukarev
2024-05-24Fix memory zeroing for run-program on win32.Stas Boukarev
2024-05-23github actions: build with sb-core-compression.Stas Boukarev
2024-05-23backtrace.c: include stdlib.h for darwin-without-sb-thread.Stas Boukarev
2024-05-22Output more data from offline core readerDouglas Katzman
2024-05-22Fix alien-struct-by-value.impure for windows.Stas Boukarev
2024-05-21Adjust alien-struct test for sandboxingDouglas Katzman
2024-05-21Don't transform to rebind if there are multiple users.Stas Boukarev
2024-05-21Don't take the address of the structChristophe Rhodes
2024-05-21Fix the alien struct test to also work in interpret modeChristophe Rhodes
2024-05-21Fix build on win32Christophe Rhodes
2024-05-21Add transforms for unsigned-byte-x-p.Stas Boukarev
2024-05-21Implement unsigned-byte-x-p for x86-64.Stas Boukarev
2024-05-20Test fixture for struct passing errorsRongcui Dong
2024-05-20Bugfix #313202 milestone 1.Rongcui Dong
2024-05-20Update perfect hash filesChristophe Rhodes
2024-05-20Make xperfecthash files more orderedChristophe Rhodes
2024-05-20Use the right type for vector_len(v)Stas Boukarev
2024-05-20Disable a test on mark-region-gc.Stas Boukarev
2024-05-20Optimize (typep x '(unsigned-byte 128))Stas Boukarev
2024-05-20x86-64: use dword instructions for bignum indexes.Stas Boukarev
2024-05-19Add bignum-negate-last-two-loop VOP.Stas Boukarev
2024-05-19Add negate-bignum-buffer-in-place VOP.Stas Boukarev
2024-05-19Remove bignum-negate-loop. It's used only in one place.Stas Boukarev
2024-05-19Clear *backend-parsed-vops*Stas Boukarev
2024-05-19x86-64: add bignum-negate-loop.Stas Boukarev
2024-05-19bignum-negate-loop: use subtract with carry.Stas Boukarev
2024-05-18Optimize negate-bignum with a dedicated assembly routine.Stas Boukarev
2024-05-18Improve bignum-add-word-loop.Stas Boukarev
2024-05-18x86-64: sprinkle lifetimes restrictions to bignum-add-loop.Stas Boukarev
2024-05-18arm64: add bignum-add-loop.Stas Boukarev
2024-05-18Fix genheaders test - array.h got folded into vector.hDouglas Katzman
2024-05-18x86-64: add a bignum+word variant of bignum-add-loop.Stas Boukarev
2024-05-18Speed up add-bignums on x86-64.Stas Boukarev
2024-05-18Stop mutating CL:*READ-DEFAULT-FLOAT-FORMAT* during the build.Charles Zhang
2024-05-18Finish topologically sorting package definitions.Charles Zhang
2024-05-18Don't have SB-GRAY use SB-KERNEL and define it earlier.Charles Zhang
2024-05-18Use the package SB-FASL less.Charles Zhang