More options for combination-match
View Changes
Transfer a couple more uses from combination-match to combination-match2
View Changes
Fix a logcount transform
View Changes
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | Fix Released | Undecided | - | |
Add aliases to combination-match
View Changes
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | New | Undecided | - | |
Delete obsolete comment
View Changes
Add with-pinned-objects where needed for "documentation"
View Changes
Fix sb-vm::with-pseudo-atomic-foreign-calls
View Changes
Invent a new combination matching macro to do it all
View Changes
Fix the combination-match macro around :sole-dest
View Changes
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | Fix Released | Undecided | - | |
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | Fix Released | Undecided | - | |
Don't change the number of values types in transforms
View Changes
Don't ash large integers in an integer-length transform
View Changes
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | Fix Released | Undecided | - | |
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | Fix Released | Undecided | - | |
ltn-analyze-mv-bind: discard more unused variables
View Changes
x86-64, default-unknown-values: use cmov for one value
View Changes
x86-64, default-unknown-values: remove the last CMP
View Changes
x86-64: default-unknown-values ignore upper unused values completely
View Changes
Resolve a loop in an ash transform
View Changes
Revise some outdated comments
View Changes
Transform (< (abs rational) c) before abs is transformed
View Changes
Transform (</> (integer-length x) constants)
View Changes
(logcount (* x power-of-two)) => (logcount x)
View Changes
(integer-length (lognot x)) => (integer-length x)
View Changes
(logxor n (ash n -63)) is (unsigned-byte 63) for (signed-byte 64) n
View Changes
Transform (= (logcount x) (integer-length x))
View Changes
Add transforms for (= (logcount word-sized) 1)
View Changes
Last updated: September 7, 2026 08:02 AM