<
August, 2018
September, 2018
October, 2018
>
September, 2018
1st
Fix inlining failures
- SBCL Commits
[1790330] Physical pathname tilde-home conventions are somewhat error-prone
- Launchpad Bugs
3rd
manual: New External Formats chapter
- SBCL Commits
manual: Docstring extraction treats ( and ) as symbol delimiters
- SBCL Commits
Documentation strings for OCTETS-TO-STRING, STRING-TO-OCTETS
- SBCL Commits
Adjust sb-posix tests.
- SBCL Commits
Add another operation to editcore
- SBCL Commits
x86-64: Store header via untagged pointer in allocate-vector-on-heap
- SBCL Commits
4th
Reject any unknown command-line flag in make-target-2
- SBCL Commits
Fix test failure and remove spurious "OR reg,0"
- SBCL Commits
Make scav_closure() ignore uninitialized 'fun' slot
- SBCL Commits
x86-64: shorten a few more allocation vops by 1 instruction
- SBCL Commits
Fix aprof reporting error
- SBCL Commits
[1790703] CONCATENATE computes incorrect result on string with declaration, fill pointer
- Launchpad Bugs
[1790717] STRING/= gives incorrect result on string w. fill pointer, with declaration
- Launchpad Bugs
Fix VECTOR-LENGTH type derivation.
- SBCL Commits
5th
Add :sequence-type for function-designator annotations.
- SBCL Commits
Check functional arguments through lvar-annotations, not casts.
- SBCL Commits
6th
[1791059] TYPE-ERROR with special variable
- Launchpad Bugs
Revert "Don't check the global value for locally bound specials on x86-64."
- SBCL Commits
Use set_thread_area instead of modify_ldt on x86-linux.
- SBCL Commits
7th
Better declarations for some two-arg- functions.
- SBCL Commits
Remove a MAKE-EA
- SBCL Commits
x86-64: Add better abstraction for CPU register in the assembler
- SBCL Commits
Fix lvar-constants on nested calls.
- SBCL Commits
More conservative constraint propagation for CLOS classes.
- SBCL Commits
Better constrain-ref-type and standard-object handling.
- SBCL Commits
Missing commit.
- SBCL Commits
8th
x86-64: unrestrict choice of temp reg in set-header-data
- SBCL Commits
x86-64: correct return value from signed-sap-cas-32
- SBCL Commits
x86-64: add optional size prefix to CMOV
- SBCL Commits
x86-64: remove special case from float comparison vops
- SBCL Commits
x86-64: remove some byte- and dword-sized TNs
- SBCL Commits
x86-64: combine the two variations of code-char vop
- SBCL Commits
x86-64: remove superfluous storage classes
- SBCL Commits
Disable a test on :interpreter.
- SBCL Commits
Fix sb-safepoint.
- SBCL Commits
Pass the FP for indirect lambda vars once.
- SBCL Commits
9th
x86-64: avoid repetition of REG-NAME logic
- SBCL Commits
[1791550] Loop in compiler in SB-C::ARRAY-TYPE-UPGRADED-ELEMENT-TYPE
- Launchpad Bugs
10th
x86-64: undo remnants of port from 32 to 64 bit
- SBCL Commits
Fix nested indirect vars FP coalescence.
- SBCL Commits
Remove pre-physenv-analyze-toplevel.
- SBCL Commits
Remove REINIT-LAMBDA-PHYSENV.
- SBCL Commits
Fix os_context_register_addr on win32.
- SBCL Commits
Remove a warning in MAKE-EA.
- SBCL Commits
Remove an unused variable.
- SBCL Commits
x86-64: Possibly omit REX prefix on pmovmskb
- SBCL Commits
[1791712] The value #<unknown immediate object, lowtag=#b1001, widetag=#x79 {21F12979}> is not of type REAL when binding SB-KERNEL::N
- Launchpad Bugs
Don't consider non-returning functional arguments for type conflicts.
- SBCL Commits
11th
Add DELQ1 and use it in the compiler.
- SBCL Commits
Fold %other-pointer-p.
- SBCL Commits
Fix typep with complex array types.
- SBCL Commits
[1792030] Memory fault in code with certain types containing (EQL <char>)
- Launchpad Bugs
Remove inline-constants feature
- SBCL Commits
12th
Remove :ash-right-vops feature selector
- SBCL Commits
Remove :symbol-info-vops feature selector
- SBCL Commits
Remove :multiply-high-vops feature selector
- SBCL Commits
Fix build order and warn about duplicate DEFINE-SOURCE-TRANSFORM
- SBCL Commits
Remove :memory-barrier-vops
- SBCL Commits
Remove :raw-signed-word feature selector
- SBCL Commits
Fix defsetfs if no raw-instance-ref/signed-word
- SBCL Commits
Remove :raw-instance-init-vops feature selector
- SBCL Commits
13th
Don't call sap-foreign-symbol on immobile space addresses
- SBCL Commits
Fix editcore for non-unicode-enabled builds
- SBCL Commits
x86-64: use REG structure in the disassembler
- SBCL Commits
x86-64: Always define character-reg as :qword-sized
- SBCL Commits
Remove unused constants
- SBCL Commits
14th
Change target's default for *compile-to-memory-space* to :AUTO
- SBCL Commits
x86-64/linux: move static space higher and enlarge immobile spaces
- SBCL Commits
15th
Remove junk from MAP-SEGMENT-INSTRUCTIONS
- SBCL Commits
Add SB-VM:HEXDUMP to show the first few words of any object as bytes
- SBCL Commits
Fix error in error message for ALLOCATE-CONDITION
- SBCL Commits
Add identical-code-folding "link" step
- SBCL Commits
[1792680] pgloader fails to build with SBCL 1.4.11 (regression)
- Launchpad Bugs
Name formatter lambdas slightly better per user request
- SBCL Commits
16th
Don't call sb-ext:fold-identical-code just yet.
- SBCL Commits
17th
Improve support for out-of-tree warm load
- SBCL Commits
Remove special case for allocating initial packages
- SBCL Commits
Scan funcallable instances in SB-VM:INSTANCE-USAGE
- SBCL Commits
find/position: don't use macrolet when transforming.
- SBCL Commits
Change which blocks ir1-phases optimizes after generate-type-checks.
- SBCL Commits
Refactor FIND-CALLED-OBJECT and other things
- SBCL Commits
Fix compilation of (funcall nil)
- SBCL Commits
Move block joining functions to ir1util.
- SBCL Commits
Join blocks after the type checks are optimized.
- SBCL Commits
Simplify convert-type-check.
- SBCL Commits
18th
[1793150] The value NIL is not of type SB-C::CBLOCK when binding SB-C::B
- Launchpad Bugs
make-type-check-form: call %source-transform-typep.
- SBCL Commits
Allow CAST optimization for multiple uses but with no destination.
- SBCL Commits
[1793171] Another The value NIL is not of type SB-C::CBLOCK when binding SB-C::B
- Launchpad Bugs
Implement ICF more correctly
- SBCL Commits
Put more burden on the Lisp code prior to immobile space defrag
- SBCL Commits
flush-node: don't set block-type-check.
- SBCL Commits
19th
Fix ICF aggressive mode
- SBCL Commits
Catch runaway unwinds from different threads.
- SBCL Commits
catch-runaway-unwind: try to find the function name.
- SBCL Commits
Mark :aprof-smoketest-struct as failing on sb-safepoint.
- SBCL Commits
Disable catch-runaway-unwind on win32-x86.
- SBCL Commits
20th
[1793559] Early inline FLET transform causes bad assembly.
- Launchpad Bugs
Allow more flexibility in build configuration.
- SBCL Commits
[1793577] incorrect type of literal vector
- Launchpad Bugs
Generate Unicode tables outside of with-compilation-unit
- SBCL Commits
Show code object serial# in print-object method
- SBCL Commits
Add safety check for vop-named/translates reader
- SBCL Commits
21st
Remove :unbind-n-vop feature
- SBCL Commits
22nd
[1793883] pathnames should include device uuids
- Launchpad Bugs
Mark restart-bogus-arg-to-values-list-error as broken.
- SBCL Commits
Export READ-CYCLE-COUNTER ELAPSED-CYCLES from SB-SYS.
- SBCL Commits
24th
[1794076] And another The value NIL is not of type SB-C::CBLOCK when binding SB-C::B
- Launchpad Bugs
[1794089] READ-CHAR-NO-HANG hangs on SB-SYS:WAIT-UNTIL-FD-USABLE
- Launchpad Bugs
Change mmacosx-version-min.
- SBCL Commits
25th
[1794211] THAW branch: The value #<SB-C::OPTIONAL-DISPATCH ...> is not of type SB-C::CLAMBDA when binding SB-C::NEW-FUN
- Launchpad Bugs
Fix build with #+(and x86-64 (not immobile-space))
- SBCL Commits
26th
Fix editcore, broken by rev 84d650779c3a
- SBCL Commits
27th
Remove surplus "x" from format string.
- SBCL Commits
Include interr.h in darwin-os.c
- SBCL Commits
Fix docstring grammar
- SBCL Commits
28th
summarize 109 changes for upcoming sbcl-1.4.12 release
- SBCL Commits
1.4.12: will be tagged as "sbcl-1.4.12"
- SBCL Commits
Enhance same-leaf-ref-p for set variables.
- SBCL Commits
Delete local EXITs before physenv-analyze.
- SBCL Commits
LOOP FOR IN: check for LIST once.
- SBCL Commits
29th
Allow non-top-level DEFINE-CONDITION.
- SBCL Commits
30th
Rename eval-store-source-form to store-source-form
- SBCL Commits
Fix style-warning
- SBCL Commits
Remove unnecessary indirection
- SBCL Commits
Remove :gcc-tls from *features*
- SBCL Commits
Fix lp#1153309 except when classes are redefined
- SBCL Commits
Enable aggressive ICF in self-build
- SBCL Commits
ICF: prefer exported functions.
- SBCL Commits
sb-aprof: use CERROR instead of BREAK.
- SBCL Commits
sxhash: work properly on CTORs.
- SBCL Commits
Unpessimize x86-64
- SBCL Commits
Fix inlining failure
- SBCL Commits
Add extra slot to symbols naming special operators for #+sb-fasteval
- SBCL Commits
Remove :complex-float-vops feature selector
- SBCL Commits