- Sep 05, 2020
-
-
Raymond Toy authored
Refactor CI into 4 stages: install, build, test, benchmark
-
Raymond Toy authored
Fix #87: Add cl-bench to CI Closes #87 See merge request cmucl/cmucl!55
-
Raymond Toy authored
From Eric Marsden at http://emarsden.chez.com/downloads/cl-bench.tar.gz. Checked in as is.
-
- Aug 30, 2020
-
-
Raymond Toy authored
Fix #76: Add ansi-tests test suite to CI Closes #76 See merge request cmucl/cmucl!54
-
Raymond Toy authored
Checkout the ansi-test repo and run the testsuite. Verify that there were no unexpected successes or failures.
-
- Aug 29, 2020
-
-
Raymond Toy authored
Fix #86: save fpu state on entry to alloc Closes #86 and #85 See merge request cmucl/cmucl!53
-
- Aug 28, 2020
-
-
Raymond Toy authored
-
Raymond Toy authored
Instead of saving the entire FPU state, we really only need to save the xmm registers.
-
Raymond Toy authored
Forgot to remove this; it's not needed anymore.
-
Raymond Toy authored
It's best to save the FPU state here instead of in alloc() because we can't know what the compiler might do. Remove the fpu save stuff from alloc(). gcc 9.3.1 builds lisp successfully.
-
- Aug 27, 2020
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
In alloc(), save the fpu state on entry to the function and restore it just before returning. While we're at it, use the __attribute__ option to get a 16-byte aligned area where we can save the fpu state. And also set optimization to -O2 for linux.
-
Raymond Toy authored
Fix #85: Let each x86 configs set optimization level Closes #85 See merge request cmucl/cmucl!52
-
Raymond Toy authored
Add `COPT` variable in `Config.x86_common` to set the optimization level (defaulting to `-O2`). Then each `Config.x86` file can set `COPT` as desired if the default doesn't work. Thus, `Config.x86_linux` sets `COPT` to `-O1`, but others can use the default value. See issue #68.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Add `COPT` variable in `Config.x86_common` to set the optimization level (defaulting to `-O2`). Then each `Config.x86` file can set `COPT` as desired if the default doesn't work. Thus, `Config.x86_linux` sets `COPT` to `-O1`, but others can use the default value. See issue #68.
-
- Aug 26, 2020
-
-
Raymond Toy authored
Fix #84: Remove code/unix-glibc2.lisp Closes #84 See merge request cmucl/cmucl!51
-
Raymond Toy authored
This isn't referenced in worldcom or worldbuild anymore so we can safely remove this. Most of the required functionality was moved to code/unix.lisp some time ago, so this isn't needed anymore. Whatever functionality that is still left is in contrib/unix/unix-glibc2.lisp, which we aren't removing.
-
- Mar 28, 2020
-
-
Raymond Toy authored
The snapshot has been release so use the latest snapshot to run the CI.
-
- Mar 25, 2020
-
-
Raymond Toy authored
Fix #82: Replace bc with expr Closes #82 See merge request cmucl/cmucl!50
-
Raymond Toy authored
`expr` is more commonly installed than `bc` so reduce the number of required dependencies and just use `expr`.
-
- Mar 22, 2020
-
-
Raymond Toy authored
-
- Mar 17, 2020
-
-
Raymond Toy authored
Fix #77: Add tests for sqrt of exceptional values Closes #77 See merge request cmucl/cmucl!49
-
Raymond Toy authored
Add tests for the test cases listed in the bug. Cmucl currently passes with no additional changes.
-
- Mar 08, 2020
-
-
Raymond Toy authored
Fix #81: Add contribs written by Eric Marsden Closes #81, #80, and #79 See merge request cmucl/cmucl!48
-
Raymond Toy authored
Eric Marsden wrote some useful utilities long ago. Let's add them to the contrib directory so that we have our own copy of them instead of depending on emarsden.chez.com/downloads. We're adding: * cpc - CPU Performance Counters for Solaris * ssl-cmucl - interface to SSL streams * tcp-forwarder - TCP forwarder to redirect TCP connections to another port on another machine * xml-rpc - Port of Chris Double's xml-rpc client to Cmucl
-
- Feb 18, 2020
-
-
Raymond Toy authored
Issue #80 is fixed.
-
Raymond Toy authored
Fix #80: Convert contribs to use ASDF to load Closes #80 See merge request cmucl/cmucl!47
-
Raymond Toy authored
As it says, convert contribs to use ASDF to load them if possible. Many contribs already had an asd file so we basically just had to rename foo.asd to contrib-foo.asd to keep backward compatibility with the old contrib names. (And update the defsystem name to match.) Added an asd file for packed-sse2. Unix doesn't work, so it's left alone for now.
-
Raymond Toy authored
Fix #79: Autoload ASDF in REQUIRE Closes #79 See merge request cmucl/cmucl!46
-
Raymond Toy authored
When `REQUIRE` is called, autoload ASDF if it hasn't already been loaded. User's no longer have to load asdf explicitly anymore. Update release notes.
-
- Feb 17, 2020
-
-
Raymond Toy authored
-
- Feb 16, 2020
-
-
Raymond Toy authored
-
- Aug 12, 2019
-
-
Raymond Toy authored
We're not using the fedora docker anymore (because I can't get it to work anymore and don't remember how I got it to work to begin with). Thus, use the fedora shell executor to run CI so we don't need the image or to wget lots of stuff because it's already installed.
-
- May 29, 2019
-
-
Raymond Toy authored
[skip ci]
-
Raymond Toy authored
This reverts commit 4dbd847a. release-21d.md was erroneously modified. It should have been done to release-21e.md, a new file. We've already released 21d.
-