openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Clozure Common Lisp
Settings
|
Report Duplicate
21
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
1 day
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 6 of 174
Search / Filter on:
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
Shannon Spires
More...
over 2 years ago
Merge pull request #388 from yitzchak/add-restart-failure
R. Matthew Emerson
More...
about 3 years ago
Fixes #417
Gary Palter
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.)
Gary Palter
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.
Gary Palter
More...
about 3 years ago
Fixes #414: Use the linker's '-no-pie' option when available
Gary Palter
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.
Gary Palter
More...
about 3 years ago
Ignore .DS_Store files from the macOS Finder
R. Matthew Emerson
More...
over 3 years ago
Address compiler warnings for 32-bit ARM lisp kernel
R. Matthew Emerson
More...
over 3 years ago
Merge pull request #410 from bperryman/master
R. Matthew Emerson
More...
over 3 years ago
Remove altivec from arm-exceptions.h
Barry Perryman
More...
over 3 years ago
Merge pull request #384 from jakku-kun/ieee-feature
R. Matthew Emerson
More...
almost 4 years ago
Add missing restart-failure condition
Tarn W. Burton
More...
almost 4 years ago
Add :IEEE-FLOATING-POINT to *FEATURES*
jakku-kun
More...
about 4 years ago
Merge pull request #380 from avodonosov/patch-1
R. Matthew Emerson
More...
about 4 years ago
Update sockets.ccldoc
Anton Vodonosov
More...
about 4 years ago
Update the SHUTDOWN doc to mention new keyword :BOTH
Anton Vodonosov
More...
about 4 years ago
bump version to 1.12.1
R. Matthew Emerson
More...
about 4 years ago
Merge pull request #360 from tgbugs/hemlock-unused-paren
R. Matthew Emerson
More...
over 4 years ago
fix missing close paren in hemlock unused
Tom Gillespie
More...
over 4 years ago
Merge pull request #346 from johnfredcee/mingw-fix
MichaĆ "phoe" Herda
More...
over 4 years ago
Merge pull request #349 from rprimus/block-to-text-block
R. Matthew Emerson
More...
almost 5 years ago
Update "block" to new "text-block"
R Primus
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.
Gary Palter
More...
almost 5 years ago
Fix mingw compilation
John Connors
More...
almost 5 years ago
Fix issue #336
Gary Palter
More...
about 5 years ago
Fix up check for too-long vectors in SPmisc_alloc
R. Matthew Emerson
More...
about 5 years ago
Merge pull request #329 from kpoeck/fix-issue-326
R. Matthew Emerson
More...
about 5 years ago
Merge pull request #325 from jesseoff/arm_compiler_fix
R. Matthew Emerson
More...
about 5 years ago
Fix issue 326 by treating the
Karsten Poeck
More...
about 5 years ago
←
1
2
3
4
5
6
7
8
9
10
…
173
174
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree