summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-18Don't use SB-DI from SB-DEBUG or SB-DISASSEM.Charles Zhang
2024-05-18Make SB-IMPL not use SB-DEBUG.Charles Zhang
2024-05-18Don't have SB-BIGNUM use SB-ALIEN, SB-SYS, or SB-KERNEL.Charles Zhang
2024-05-18Don't have SB-INT and SB-EXT use random packages.Charles Zhang
2024-05-18Move fasdumper back into SB-C.Charles Zhang
2024-05-17Try to find source locations for macros that copy code.Stas Boukarev
2024-05-16Use deterministic symbol hash in (SXHASH PATHNAME)Douglas Katzman
2024-05-16win32: make editcore work (#sbcl25)Luís Borges de Oliveira
2024-05-16Add an additional GC time measureDouglas Katzman
2024-05-16Warn per occurrence of deprecated function in LOADDouglas Katzman
2024-05-16Resolve a deadlock in %interrupt-thread on Darwin.Stas Boukarev
2024-05-15%other-pointer-p: check non-other pointer as well.Stas Boukarev
2024-05-15Check for other-pointer types directly.Stas Boukarev
2024-05-15Don't use *pinned-objects* for instance-sxhash on arm64.Stas Boukarev
2024-05-14Remove some programmatic exports for REGALLOC.Charles Zhang
2024-05-14Don't export pack-3-codepoints from sb-int.Stas Boukarev
2024-05-14Prevent assertion failure in c-find-heap->arenaDouglas Katzman
2024-05-14Move more steps of genesis inside a (when core-file-name) testDouglas Katzman
2024-05-14x86-64: Remove #-sb-thread cases in allocation vopsDouglas Katzman
2024-05-14Free memory in perfecthash on failure.Stas Boukarev
2024-05-13Fix comment.Charles Zhang
2024-05-13Just use DEFPACKAGE to define our packages.Charles Zhang
2024-05-13Remove block comment about CLISP.Charles Zhang
2024-05-13Derive the type of COPY-LIST.Stas Boukarev
2024-05-12Fix elf-sans-immobile testDouglas Katzman
2024-05-12Remove a redundant cond.Stas Boukarev
2024-05-12Reduce the scope of some #-sb-xc-host.Charles Zhang
2024-05-12Add COMPLEX-FLOAT-P for the xc-host.Charles Zhang
2024-05-12Delete EVAL-WHEN.Charles Zhang
2024-05-12Portably read float and complex literals without special syntax.Charles Zhang
2024-05-12Fix sensitivity to the host.Charles Zhang
2024-05-11Return early from instruction printer on null streamDouglas Katzman
2024-05-11Return names, not functions, from ctu:find-named-calleesDouglas Katzman
2024-05-11symbol-always-has-tls-value-p: consider all symbols.Stas Boukarev
2024-05-11Combine multiple BINDs.Stas Boukarev
2024-05-10x86-64: fix rebind for non-immobile symbols.Stas Boukarev
2024-05-10x86-64: implement REBIND.Stas Boukarev
2024-05-10Rename *cold-assembler-routines*Douglas Katzman
2024-05-10Remove deferred-undefined-tramps from genesisDouglas Katzman
2024-05-09Derive that make-array with a :fill-pointer produces a vector.Stas Boukarev
2024-05-08Transform %find-position for strings when item is not a character.Stas Boukarev
2024-05-07Turn docstrings into base-strings.Stas Boukarev
2024-05-07with-loop-list-collection-head: use loop-collector-history.Stas Boukarev
2024-05-06Entirely remove ASSEMBLY-ROUTINE* fixup flavorDouglas Katzman
2024-05-06transform-list-item-seek: don't inline undumpable constants.Stas Boukarev
2024-05-06ir1-convert-combination: call reference-leaf directly.Stas Boukarev
2024-05-05* constraint-propagate-back: exclude all zeros.Stas Boukarev
2024-05-05Be careful with zeros when propagating the results of *.Stas Boukarev
2024-05-04Remove ASSEMBLY-ROUTINE* fixups for powerPCDouglas Katzman
2024-05-04Improve ENCAPSULATEDouglas Katzman