21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes the primary problem in https://github.com/Clozure/ccl/issues/300#issuecomment-1342924056 More... over 2 years ago
Merge pull request #388 from yitzchak/add-restart-failure More... about 3 years ago
Fixes #417 More... about 3 years ago
For compatibility with older versions of the assembler (i.e., the macOS system assembler), CCL used the "movd" mnemonic when moving data between general purpose registers (e.g., %rax) and SSE registers (e.g., %xmm0). (The assembler would generate the proper "movq" instruction to move all 64 bits.) Change the source code to use the "movq" mnemonic instead now that we've switched to the clang assembler on macOS. (Assemblers on Linux already support using that mnemonic as far back as the CentOS 6 timeframe.) More... about 3 years ago
The system assembler (as) on macOS has been deprecated for quite some time. Apple suggests migrating to the clang integrated assembler. Building the CCL kernel could not use the clang assembler as it does not recognize ".stab" directives used to provide some debugging info for our assembler code. More... about 3 years ago
Fixes #414: Use the linker's '-no-pie' option when available More... about 3 years ago
Rosetta 2 does not preserve MMX registers across exceptions. It does, however, preserve SSE registers. Change the builtins which allocate small bignums to use the third scratch register (%IMM2) or the SSE registers (%XMM0 and %XMM1) instead of MMX registers to cache data across allocations. More... about 3 years ago
Ignore .DS_Store files from the macOS Finder More... over 3 years ago
Address compiler warnings for 32-bit ARM lisp kernel More... over 3 years ago
Merge pull request #410 from bperryman/master More... over 3 years ago
Remove altivec from arm-exceptions.h More... over 3 years ago
Merge pull request #384 from jakku-kun/ieee-feature More... almost 4 years ago
Add missing restart-failure condition More... almost 4 years ago
Add :IEEE-FLOATING-POINT to *FEATURES* More... about 4 years ago
Merge pull request #380 from avodonosov/patch-1 More... about 4 years ago
Update sockets.ccldoc More... about 4 years ago
Update the SHUTDOWN doc to mention new keyword :BOTH More... about 4 years ago
bump version to 1.12.1 More... about 4 years ago
Merge pull request #360 from tgbugs/hemlock-unused-paren More... over 4 years ago
fix missing close paren in hemlock unused More... over 4 years ago
Merge pull request #346 from johnfredcee/mingw-fix More... over 4 years ago
Merge pull request #349 from rprimus/block-to-text-block More... almost 5 years ago
Update "block" to new "text-block" More... almost 5 years ago
Fix bug which prevents kernels built with macOS Big Sur's linker from loading any images. Big Sur's linker enforces a 16KB alignment for seg1addr on Intel as well as Apple silicon. Change the seg1addr for the kernel to 0x10000 from 0x11000. Consequently, change the reserved space on macOS in x86-spjump64.s from 0x5000 to 0x6000. More... almost 5 years ago
Fix mingw compilation More... almost 5 years ago
Fix issue #336 More... about 5 years ago
Fix up check for too-long vectors in SPmisc_alloc More... about 5 years ago
Merge pull request #329 from kpoeck/fix-issue-326 More... about 5 years ago
Merge pull request #325 from jesseoff/arm_compiler_fix More... about 5 years ago
Fix issue 326 by treating the More... about 5 years ago