1.0.15.9: further ASSOC & MEMBER transform improvements
[sbcl.git] / src / compiler /
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
2007-09-26 Nikodemus Siivola1.0.10.6: nested DX allocation
2007-09-26 Nikodemus Siivola1.0.10.5: dynamic-extent CONS
2007-09-12 Christophe Rhodes1.0.9.59: Fix ash/smod61 on x86-64 for constant large...
2007-09-12 Christophe Rhodes1.0.9.58: Fix x86 smod30 ash with a constant large...
2007-09-10 William Harold Newman1.0.9.53: trivial typo fixes
2007-09-10 Nikodemus Siivola1.0.9.52: copy propagation interfering with local calls
2007-09-06 Nikodemus Siivola1.0.9.39: thread stack memory leaks
2007-09-05 Thiemo Seufer1.0.9.36: Match the correct atomicity bit.
2007-09-05 Thiemo Seufer1.0.9.35: Delete wrong comment.
2007-09-05 Thiemo Seufer1.0.9.34: Encapulate the whole closure generation in...
2007-09-05 Thiemo Seufer1.0.9.32: Remove accidentially committed debug code.
2007-09-05 Thiemo Seufer1.0.9.30: Make SBCL work on MIPS/Linux with larger...
2007-09-02 Thiemo Seufer1.0.9.29: Fix document string formatting.
2007-09-01 Thiemo Seufer1.0.9.25: Revert the /xhow -> /show change.
2007-09-01 Thiemo Seufer1.0.9.23: Delete conditional INST NOP optimization.
2007-09-01 Thiemo Seufer1.0.9.22: Dynamic-extent value-cells for MIPS.
2007-09-01 Thiemo Seufer1.0.9.21: Make less eager use of eval-when unless cross...
2007-09-01 Thiemo Seufer1.0.9.20: Add #+sb-doc conditionals.
2007-09-01 Thiemo Seufer1.0.9.19: Less magic constants in the mips backend.
2007-09-01 Thiemo Seufer1.0.9.15: Fix typo.
2007-09-01 Thiemo Seufer1.0.9.14: Marginally improved VOPs, and a bit of code...
2007-08-29 Nikodemus Siivola1.0.9.12: inform genesis about FOR-STD-CLASS-P slot...
2007-08-21 Juho Snellman1.0.8.43: Fix GCD on most-negative-fixnum on x86-64
2007-08-20 Juho Snellman1.0.8.42: Fix some source-location bugs, alternate...
2007-08-19 Thiemo Seufer1.0.8.36: Improve MIPS (and HPPA) floating pooint support.
2007-08-14 Thiemo Seufer1.0.8.26: More MIPS singlestepper fixes.
2007-08-06 Nikodemus Siivola1.0.8.16: refactored fd-stream buffering
2007-07-27 Nikodemus Siivola1.0.8.7: printer-control variables affecting MEMBER...
2007-07-27 Thiemo Seufer1.0.8.6: Fix typo in comment.
2007-07-23 Thiemo Seufer1.0.7.38: Fix the MIPS single-stepper break instruction.
2007-07-21 Nikodemus Siivola1.0.7.37: fix non-x86oid builds
2007-07-20 Nikodemus Siivola1.0.7.34: adjust lexenv frobbing in TRANSFORM-CALL...
2007-07-19 Nikodemus Siivola1.0.7.33: better handling of ASSOC and MEMBER on empty...
2007-07-19 Nikodemus Siivola1.0.7.31: paper over bug inlining known functions in...
2007-07-19 Nikodemus Siivola1.0.7.30: be more paranoid about saps
2007-07-19 Nikodemus Siivola1.0.7.29: better ASSOC transform
2007-07-17 Nikodemus Siivola1.0.7.28: compiler being nicer to the compiler
2007-07-17 Nikodemus Siivola1.0.7.26: asymptotically faster FIND-SLOT-DEFINITION
2007-07-17 Nikodemus Siivola1.0.7.25: better MEMBER transform
next