1.0.17.21: LIST-FILL* return value (regression 1.0.12.16)
[sbcl.git] / src / compiler /
2008-06-03 Nikodemus Siivola1.0.17.20: NIL is a legal function name (regression...
2008-05-31 Nikodemus Siivola1.0.17.14: slightly better LIST*
2008-05-29 Nikodemus Siivola1.0.17.7: smaller and faster raw slot initialization...
2008-05-29 Nikodemus Siivola1.0.17.6: fix bug introduced by 1.0.7.3
2008-05-28 Nikodemus Siivola1.0.17.4: support for dynamic-extent structures
2008-05-28 Nikodemus Siivola1.0.17.3: unify CONSTANT nodes for DEFCONSTANT and...
2008-05-21 Christophe Rhodes1.0.16.42: Fix LOCALLY in fopcompiled context
2008-05-17 Nikodemus Siivola1.0.16.36: fix Windows build, hopefully
2008-05-17 Nikodemus Siivola1.0.16.35: improved TIME output
2008-05-15 Nikodemus Siivola1.0.16.32: revert ANY-REG from registers for primitive...
2008-05-15 Nikodemus Siivola1.0.16.31: --control-stack-size runtime argument
2008-05-12 Nikodemus Siivola1.0.16.29: workaround for bug 419
2008-05-08 Nikodemus Siivola1.0.16.27: function-ify ERROR-CALL and GENERATE-ERROR...
2008-05-08 Nikodemus Siivola1.0.16.26: dx allocation thru CAST nodes
2008-05-08 Nikodemus Siivola1.0.16.24: slightly more verbose errors for SB-FOO...
2008-05-08 Nikodemus Siivola1.0.16.23: type-inconsistencies in HASH-TABLE accessors
2008-05-08 Nikodemus Siivola1.0.16.22: FIXED-ALLOC to use MAYBE-PSEUDO-ATOMIC on...
2008-05-08 Gabor Melis1.0.16.21: lose informatively when the tls is full
2008-05-06 Christophe Rhodes1.0.16.19: cleanups motivated by clisp host-2
2008-05-06 Christophe Rhodes1.0.16.18: Fixes to get clisp through host-1
2008-05-04 Christophe Rhodes1.0.16.16: Use declared element type in AREF short...
2008-05-04 Nikodemus Siivola1.0.16.15: fix TRANSFORM-LIST-ITEM-SEEK for ADJOIN...
2008-04-29 Nikodemus Siivola1.0.16.13: use TRANSFORM-LIST-ITEM-SEEK for ADJOIN...
2008-04-24 Nikodemus Siivola1.0.16.11: ANY-REG is good for pritimitive-type T on...
2008-04-24 Nathan Froyd1.0.16.10: function-ify ERROR-CALL and GENERATE-ERROR...
2008-04-23 Christophe Rhodes1.0.16.9: restore buildability from CMUCL
2008-04-23 Nikodemus Siivola1.0.16.7: slightly faster LAST
2008-04-22 Nikodemus Siivola1.0.16.4: correct nested DX reasoning
2008-04-13 Alexey Dejneka1.0.16.1: fix heap-allocated alien variable reference
2008-03-17 Nikodemus Siivola1.0.15.36: fix bug 423
2008-03-14 Nikodemus Siivola1.0.15.33: implement SB-VM::WITH-CYCLE-COUNTER for...
2008-03-14 Nikodemus Siivola1.0.15.31: thread-safe FIND-CLASS -- really this time
2008-03-10 Nikodemus Siivola1.0.15.19: use TEST X X when possible in SIGNED-BYTE...
2008-03-10 Nikodemus Siivola1.0.15.18: kill commented out ALLOCATION from x86-64
2008-03-10 Nikodemus Siivola1.0.15.17: better threaded BIND & UNBIND for x86-64
2008-03-07 Christophe Rhodes1.0.15.16: New modular arithmetic representation decision
2008-03-05 Nikodemus Siivola1.0.15.15: reset DF on x86 and x86-64 after every STD...
2008-03-05 Nikodemus Siivola1.0.15.14: move bignum allocation out of line on x86...
2008-03-03 Nikodemus Siivola1.0.15.10: ASSOC and MEMBER were broken for :KEY #...
2008-03-03 Nikodemus Siivola1.0.15.9: further ASSOC & MEMBER transform improvements
2008-03-01 Nikodemus Siivola1.0.15.7: threaded BIND and UNBIND improvements on x86
2008-02-22 Nikodemus Siivola1.0.14.40: make deftransforms for UB<N>-BASH-COPY have...
2008-02-18 Nikodemus Siivola1.0.14.36: faster PROPAGATE-FROM-SETS
2008-02-18 Nikodemus Siivola1.0.14.35: lift MAKE-SINGLE-VALUE-TYPE calls from loops
2008-02-18 Nikodemus Siivola1.0.14.34: slightly less and slightly faster constraint...
2008-02-17 Nikodemus Siivola1.0.14.32: fix bug 407
2008-02-14 Nikodemus Siivola1.0.14.27: rename MAKE-FIXNUM to POINTER-HASH
2008-02-04 Nikodemus Siivola1.0.14.18: fix bogus STYLE-WARNING for MAKE-HASH-TABLE...
2008-02-04 Nikodemus Siivola1.0.14.17: treat (NAMED-LAMBDA NIL ...) like (LAMBDA...
2008-02-04 Nikodemus Siivola1.0.14.16: add explicit CHECK-CONSTANT-MODIFICATION...
2008-02-04 Nikodemus Siivola1.0.14.15: fix typo in inline declaration for SOURCE...
2008-02-03 Juho Snellman1.0.14.13: Rewrite non-standard LOOP syntax
2008-02-01 Nikodemus Siivola1.0.14.10: friendly CHECK-TYPE error message for quoted...
2008-01-29 Nikodemus Siivola1.0.14.2: XREF needs to account for the last node of...
2008-01-21 Nikodemus Siivola1.0.13.50: rename JECXZ to JRCXZ in the x86-64 backend...
2008-01-15 Nikodemus Siivola1.0.13.38: final part of the debug-name improvements
2008-01-15 Nikodemus Siivola1.0.13.37: skip compilation of null and non-symbol...
2008-01-15 Nikodemus Siivola1.0.13.36: better HAIRY-FUNCTION-ENTRY debug-names
2008-01-15 Nikodemus Siivola1.0.13.35: preserve source- and debug-name in IR1-OPTIM...
2008-01-15 Nikodemus Siivola1.0.3.34: better debug-name construction
2008-01-13 Alexey Dejneka1.0.13.28: Add OPTIMIZE documentation for SBCL-specific...
2008-01-09 Richard M Kreuter1.0.13.18: Revived OpenBSD support, contributed by...
2008-01-02 Juho Snellman1.0.13.11: ensure that sb-cover records don't clash...
2008-01-02 Nikodemus Siivola1.0.13.10: x86 MOVE-FROM-SIGNED & MOVE-FROM-UNSIGNED...
2008-01-01 Juho Snellman1.0.13.9: Fix another segfault from the new RESTART...
2008-01-01 Juho Snellman1.0.13.6: Add missing sb-xc-host definition for sign...
2007-12-20 Nikodemus Siivola1.0.12.41: fix #-:sb-unicode build
2007-12-20 Nikodemus Siivola1.0.12.40: NetBSD/Sparc port by Robert Swindells
2007-12-17 Nikodemus Siivola1.0.12.35: more safety -- less weakening of type checks
2007-12-12 Nikodemus Siivola1.0.12.30: trivial compiler touchups
2007-12-10 Juho Snellman1.0.12.23: Optimize STRING-*-TRIM
2007-12-09 Nikodemus Siivola1.0.12.20: compiling files with unicode names
2007-12-09 Nikodemus Siivola1.0.12.18: faster member-type operations
2007-12-05 Nikodemus Siivola1.0.12.16: sequence optimizations: FILL
2007-12-01 Nikodemus Siivola1.0.12.14: sequence optimizations: COPY-SEQ
2007-12-01 Nikodemus Siivola1.0.12.12: sequence optimizations: SUBSEQ, part 2
2007-12-01 Nikodemus Siivola1.0.12.11: WITH-ARRAY-DATA bugfixes
2007-12-01 Nikodemus Siivola1.0.12.10: sequence optimizations: SUBSEQ, part 1
2007-11-30 Nikodemus Siivola1.0.12.9: don't limit TOUCH-OBJECT to descriptor-regs
2007-11-30 Nikodemus Siivola1.0.12.8: refactor bounding index error signalling...
2007-11-30 Nikodemus Siivola1.0.12.7: oops, missed one SEARCH transform
2007-11-29 Nikodemus Siivola1.0.12.5: WITH-ARRAY-DATA touchups
2007-11-26 Nikodemus Siivola1.0.12.3: less weakening of type-checks
2007-11-20 Nikodemus Siivola1.0.11.35: fixed bug 417
2007-11-20 Nikodemus Siivola1.0.11.34: better SUBSEQ on lists
2007-11-19 Juho Snellman1.0.11.33: Oops, restore REPLACE deftransforms that...
2007-11-18 Juho Snellman1.0.11.29: Faster CONCATENATE on strings
2007-11-17 Nikodemus Siivola1.0.11.25: don't leave incomplete fasls around after...
2007-11-12 Nikodemus Siivola1.0.11.22: hash-table synchronization support
2007-11-09 Nikodemus Siivola1.0.11.20: fix with-pinned-objects stack corruption...
2007-11-09 Juho Snellman1.0.11.18: Make fasls LISP-IMPLEMENTATION-VERSION specific
2007-11-06 Nikodemus Siivola1.0.11.11: expand zero-object WITH-PINNED-OBJECTS to...
2007-10-19 Nikodemus Siivola1.0.10.50: short-circuit LVAR type derivation when...
2007-10-18 Nikodemus Siivola1.0.10.47: proper fix for "high-debug-known-function...
2007-10-11 NIIMI Satoshi1.0.10.43: Fix NaN comparison on x86-64
2007-10-11 NIIMI Satoshi1.0.10.42: change dynamic space area on FreeBSD
2007-10-08 Cyrus Harmon1.0.10.36: support for Darwin versions that support...
2007-09-30 Juho Snellman1.0.10.14: remove locking and gc inhibition from hash...
2007-09-27 Nikodemus Siivola1.0.10.8: correct nested DX implementation
2007-09-26 Nikodemus Siivola1.0.10.7: multiply-used DX LVARS
next