gmane.lisp.steel-bank.cvs archive
497 archived articles, newest first (page 2 of 5). Latest articles →
master: x86-64: sign-extend logand constants to make them encodable
Wed, 05 Aug 2026 20:44:34 +0000master: Disable CSE logic
Tue, 04 Aug 2026 15:58:08 +0000Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 18:14:37 +0300Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 17:55:28 +0300Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 17:44:16 +0300master: Avoid creating bignums for (zerop (mask-field ...))
Tue, 04 Aug 2026 14:39:12 +0000master: Rewrite (zerop (ldb ...)) as (zerop (logand ...))
Tue, 04 Aug 2026 14:31:56 +0000master: Improve the (zerop (ldb ..)) transform
Tue, 04 Aug 2026 14:31:59 +0000Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 10:09:14 +0000 (UTC)Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 07:17:39 +0300Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 07:04:24 +0300Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 06:47:05 +0300master: Return NIL from ok-to-flush for potentially trapping special refs
Tue, 04 Aug 2026 03:19:01 +0000master: functional-kind can't be zombie and let at the same time
Tue, 04 Aug 2026 02:38:15 +0000master: Skip common subexpr elim for lambda enclosed in a let
Tue, 04 Aug 2026 02:24:52 +0000Re: master: Perform local common subexpression elimination for some memory loads
Tue, 4 Aug 2026 04:22:08 +0300master: Perform local common subexpression elimination for some memory loads
Tue, 04 Aug 2026 00:59:12 +0000master: Fix a test on windows
Mon, 03 Aug 2026 22:35:15 +0000master: Fix a test
Mon, 03 Aug 2026 21:34:35 +0000master: Fix file-position on copmosite streams
Mon, 03 Aug 2026 21:12:37 +0000master: sb-simd: separate x86-64 and arm64 things
Sun, 02 Aug 2026 14:03:23 +0000master: sb-simd: support for load/store to and from SAPs
Sun, 02 Aug 2026 14:03:16 +0000master: sb-simd: Implement vector sap-ref for arm64
Sun, 02 Aug 2026 14:03:20 +0000master: Remove questionable profiling result
Sat, 01 Aug 2026 20:50:00 +0000master: Fix do-conset-elements for big-endian
Sat, 01 Aug 2026 04:55:42 +0000master: Don't break M-. by manipulating *features* at compile-time, actually
Sat, 01 Aug 2026 04:19:10 +0000master: Don't break M-. by manipulating *features* at compile-time
Sat, 01 Aug 2026 04:10:09 +0000master: Avoid infinite recursion in remove-moves
Fri, 31 Jul 2026 22:49:00 +0000master: Speed up looking in the ctype-list-hash-set
Fri, 31 Jul 2026 03:14:06 +0000master: Hack load_core_files by moving a static var
Fri, 31 Jul 2026 03:00:44 +0000master: arm64, utf8-crlf-to-character-string: exit in time
Fri, 31 Jul 2026 02:19:30 +0000master: arm64: simd utf8-crlf-to-character-string-sized
Fri, 31 Jul 2026 01:50:37 +0000master: Assignment convert all the things.
Thu, 30 Jul 2026 20:55:46 +0000master: arm64: off by one in utf8-to-character-string-sized
Thu, 30 Jul 2026 03:14:58 +0000master: Fix a test for :interpreter
Thu, 30 Jul 2026 02:54:00 +0000master: arm64: full unicode decoding in utf8-crlf-to-character-string
Thu, 30 Jul 2026 02:54:02 +0000master: Fix test.
Wed, 29 Jul 2026 21:02:00 +0000master: Fix failure to choose a jump table for a key type of (MOD 4)
Wed, 29 Jul 2026 20:57:40 +0000master: Make character-set unparser more useful when cross-compiling
Wed, 29 Jul 2026 19:05:22 +0000master: Add some failing contification test cases from Fluet and Weeks.
Wed, 29 Jul 2026 18:10:36 +0000master: Micro-optimize READ-STRING
Wed, 29 Jul 2026 07:42:09 +0000master: sb-manual: skip undefined things when building the manual
Wed, 29 Jul 2026 07:42:12 +0000master: Correct the user facing function for vpsubusb instruction
Wed, 29 Jul 2026 05:18:15 +0000master: Clarify a comment
Wed, 29 Jul 2026 04:07:01 +0000master: Encode the remaining bmi1/2 instructions, movbe
Wed, 29 Jul 2026 02:11:35 +0000master: Change #-conset-is-sset to #+bitmapped-conset
Tue, 28 Jul 2026 16:34:34 +0000master: The cerror in cold-fset works fine
Tue, 28 Jul 2026 16:09:22 +0000master: Grow consets more lazily
Tue, 28 Jul 2026 15:37:01 +0000master: Detection redefs in genesis for #+linkage-space
Tue, 28 Jul 2026 14:43:02 +0000master: Micro-optimize %LOOKUP-SYMBOL
Tue, 28 Jul 2026 09:29:50 +0000master: Micro-optimize GET-OUTPUT-STREAM-STRING
Tue, 28 Jul 2026 09:29:47 +0000(webpage) master: win 2.6.7
Tue, 28 Jul 2026 09:03:45 +0000master: Better (dpb 0 (byte s 0) x) and (dpb -1 (byte s p) x)
Tue, 28 Jul 2026 08:39:45 +0000master: arm64: prefer orr + lsl to bfm
Tue, 28 Jul 2026 08:39:35 +0000master: arm64: use BIC instead of AND if it can load a smaller constant
Tue, 28 Jul 2026 08:39:40 +0000master: arm64: try sign-extending when encoding constants for logand
Tue, 28 Jul 2026 08:39:42 +0000master: arm64: don't translate (dpb x (byte ..) 0) to bfm
Tue, 28 Jul 2026 08:39:37 +0000master: Exclude 0 from fd-stream-element-size
Tue, 28 Jul 2026 08:39:32 +0000(webpage) master: Update for 2.6.7
Tue, 28 Jul 2026 08:36:27 +0000annotated tag sbcl-2.6.7: created. sbcl-2.6.7
Tue, 28 Jul 2026 08:30:24 +0000master: 2.6.7: will be tagged as "sbcl-2.6.7"
Tue, 28 Jul 2026 08:30:17 +0000master: substitute-single-use-lvar: don't avoid casts for multiple uses
Tue, 28 Jul 2026 04:56:59 +0000master: Don't delete blocks during constraint propagation
Sat, 25 Jul 2026 15:42:28 +0000master: more draft NEWS
Fri, 24 Jul 2026 10:37:53 +0000master: Fix a test
Thu, 23 Jul 2026 21:35:46 +0000master: Add a test for utf8-to-character-string
Thu, 23 Jul 2026 20:50:58 +0000master: Add documentation changes to NEWS
Thu, 23 Jul 2026 14:13:24 +0000master: Mark a test as broken
Wed, 22 Jul 2026 01:56:16 +0000master: loongarch: Implement integer-length without a loop
Tue, 21 Jul 2026 23:38:25 +0000master: arm64: full unicode processing in utf8-to-character-string
Tue, 21 Jul 2026 22:53:03 +0000master: loongarch: Adhere to architectural spec for amor_db.d instruction
Tue, 21 Jul 2026 19:51:45 +0000master: arm64, utf8-strlen: unify some parts
Tue, 21 Jul 2026 15:52:50 +0000master: Better addv umov usage
Tue, 21 Jul 2026 07:21:45 +0000master: dup directly from a vector register
Tue, 21 Jul 2026 07:21:43 +0000master: Remove "simd-copy-" prefixes from functions
Tue, 21 Jul 2026 04:01:05 +0000master: Use dword sized registers after vpmovmskb
Tue, 21 Jul 2026 04:01:08 +0000master: simd-utf8-strlen: add a fast path for 1/2 bytes.
Tue, 21 Jul 2026 03:34:04 +0000master: Implement sparse sets having greater storage density than SSET
Tue, 21 Jul 2026 03:12:56 +0000master: Avoid type and array bound checks in loops of SSET operations
Mon, 20 Jul 2026 18:14:59 +0000master: add vpsadbw, vpalignr and vpsubusb to sb-simd
Mon, 20 Jul 2026 15:00:44 +0000master: Improve the early return from SSET-DELETE and -MEMBER
Mon, 20 Jul 2026 13:20:00 +0000master: Move instructions around in simd-copy-utf8-sap-to-character-string
Mon, 20 Jul 2026 05:48:03 +0000master: Optimize SSET-INTERSECTION
Sun, 19 Jul 2026 15:39:58 +0000master: x86-64, utf8-sap-to-string: remove redundant moves
Sun, 19 Jul 2026 04:51:55 +0000master: Optimize SSET-DIFFERENCE
Sun, 19 Jul 2026 03:06:45 +0000master: Don't signal errors for (log qnan)
Sat, 18 Jul 2026 23:50:18 +0000master: Restore the ability to use SSETs as CONSETs
Sat, 18 Jul 2026 21:25:47 +0000master: x86-64, utf8-sap-to-string: use a single ymm register for two xmm
Sat, 18 Jul 2026 11:00:14 +0000master: Use a memory operand instead of loading into a register, 2
Sat, 18 Jul 2026 10:44:38 +0000master: Use a memory operand instead of loading into a register
Sat, 18 Jul 2026 10:34:35 +0000master: Correct #-
Sat, 18 Jul 2026 03:10:11 +0000master: Add utf8 strlen test
Sat, 18 Jul 2026 03:03:26 +0000master: x86-64: simd encoding of the whole utf8 range for C strings
Sat, 18 Jul 2026 03:03:29 +0000master: Add tests for simd-copy-ascii
Sat, 18 Jul 2026 03:03:19 +0000master: Limit the scope of warning suppressions
Sat, 18 Jul 2026 00:05:38 +0000master: Add missing feature to arm64 crossbuild test
Fri, 17 Jul 2026 22:19:17 +0000master: Silence a bunch of gcc warnings
Fri, 17 Jul 2026 21:44:49 +0000master: build-all-cores
Fri, 17 Jul 2026 21:07:08 +0000master: Heed the optional+key style warning
Fri, 17 Jul 2026 20:59:34 +0000master: Revert do-conset-elements to older logic on 3 backends
Fri, 17 Jul 2026 20:18:27 +0000
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.