summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-282.4.1: will be tagged as "sbcl-2.4.1"sbcl-2.4.1Christophe Rhodes
2024-01-28min/max constraints: disallow set variables.Stas Boukarev
2024-01-27constraint: delay deleting blocks.Stas Boukarev
2024-01-26Draft NEWS for sbcl-2.4.1 releaseChristophe Rhodes
2024-01-24Fix all regression tests for #+(and mark-region-gc permgen)Douglas Katzman
2024-01-24Revert "mark-region: Skip the external compaction step for now"Douglas Katzman
2024-01-24Fix REORGANIZE-COREDouglas Katzman
2024-01-24Fix bug in perfect hash generatorDouglas Katzman
2024-01-23Skip some tests.Stas Boukarev
2024-01-23Use more #ifdefDouglas Katzman
2024-01-23Fix relocation.test.sh for #+permgenDouglas Katzman
2024-01-23Note a problemDouglas Katzman
2024-01-23Update math journalDouglas Katzman
2024-01-22Remove a messageDouglas Katzman
2024-01-22Fix a calculationDouglas Katzman
2024-01-22Mark a failing test.Stas Boukarev
2024-01-22Resweep after compaction in a separate pass.Hayley Patton
2024-01-22cirrus ci: change freebsd version.Stas Boukarev
2024-01-22constraint: ignore satisfies types in more places.Stas Boukarev
2024-01-21Assert that host hash generator matches the journal fileDouglas Katzman
2024-01-20Don't emit efficiency notes from the float contagion transforms.Stas Boukarev
2024-01-20replace transform: handle union types.Stas Boukarev
2024-01-20Unify parse_argv for win32.Stas Boukarev
2024-01-20x86-64: translate (signed-byte-8-p unsigned) to (unsigned-byte 7)Stas Boukarev
2024-01-20Remove an accidental code insertion.Stas Boukarev
2024-01-19Perfectly hash most packages in save-lisp-and-dieDouglas Katzman
2024-01-19Update math journalDouglas Katzman
2024-01-19Add a declaration to perfect hash lambda and fix C warningsDouglas Katzman
2024-01-19Fix save7.testDouglas Katzman
2024-01-19Fix a range< transform.Stas Boukarev
2024-01-19x86-64: better signed-byte-8/16-p.Stas Boukarev
2024-01-19range<=: cut negative L to 0 if X is unsigned.Stas Boukarev
2024-01-19Run slow test in CI.Stas Boukarev
2024-01-19Copy fixnum-mod-p transforms to range<=.Stas Boukarev
2024-01-19x86-64: remove fixnum-mod-p.Stas Boukarev
2024-01-19Better (range<= 0 fixnum most-positive-fixnum)Stas Boukarev
2024-01-19x86-64, range< vops: more arithmetic tricks.Stas Boukarev
2024-01-19arm64, range< vops: more arithmetic tricks.Stas Boukarev
2024-01-18Fix a bunch of garbage in the perfect-hash emulatorDouglas Katzman
2024-01-18Try harder to work on older SBCLDouglas Katzman
2024-01-18Improve the structure-typecase expansionDouglas Katzman
2024-01-19range<: look at unsigned powers of two.Stas Boukarev
2024-01-19perfecthash.impure: don't trigger package locks.Stas Boukarev
2024-01-19x8-64: add check-range VOPs.Stas Boukarev
2024-01-19Typo.Stas Boukarev
2024-01-18Transform to check-range< from typep.Stas Boukarev
2024-01-18arm64: unwrap predicates instead of not wrapping them.Stas Boukarev
2024-01-18Fix one more bug in perfecthash.cDouglas Katzman
2024-01-17Allow specifying path to ucd data for make-target-2Douglas Katzman
2024-01-17Update math journal againDouglas Katzman