1.0.13.4: Removing UNIX-NAMESTRING, part 4
[sbcl.git] / src / compiler /
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
2007-07-17 Nikodemus Siivola1.0.7.23: delete a large block of commented-out code...
2007-07-16 Nikodemus Siivola1.0.7.22: (SETF SYMBOL-PLIST) type checking
2007-07-16 Nikodemus Siivola1.0.7.21: threaded SET & BIND VOP touchups
2007-07-15 Nikodemus Siivola1.0.7.19: SB-EXT:COMPARE-AND-SWAP
2007-07-12 Nikodemus Siivola1.0.7.15: fix buglet in NAME-LAMBDALIKE
2007-07-02 William Harold Newman1.0.7.10: added a FINISH-OUTPUT before switching streams
2007-07-02 Christophe Rhodes1.0.7.9: DEFAULT-UNKNOWN-VALUES for more than 7 args...
2007-06-30 Nikodemus Siivola1.0.7.4: RESTRICT-COMPILER-POLICY
2007-06-28 Nikodemus Siivola1.0.7.2: fix potential GC errors due to bogus objects...
2007-06-28 Nikodemus Siivola1.0.7.1: dynamic extent value cells
2007-06-18 Juho Snellman1.0.6.48: Don't instrument the internal flets from...
2007-06-11 Juho Snellman1.0.6.45: fix compilation speed regression from DATA...
2007-06-08 Nikodemus Siivola1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe...
2007-06-06 Nathan Froyd1.0.6.29: improved WITH-ARRAY-DATA on simple multi...
2007-06-05 Juho Snellman1.0.6.24: a more sophisticated UNWIND-TO-FRAME-AND...
2007-06-02 Nikodemus Siivola1.0.6.13: minor fix to the compiler's interval-arithmetic
2007-06-01 Nathan Froyd1.0.6.8: improve (SUBSEQ FOO 0 ...) on arrays with...
2007-05-29 Nikodemus Siivola1.0.6.4: restore buildability on non-SBCL hosts
2007-05-28 Nikodemus Siivola1.0.6.2: remove multiple layout-clos-hash slots
2007-05-19 Nathan Froyd1.0.5.53: cleanup LOAD-TYPE macros
2007-05-19 Nathan Froyd1.0.5.52: fix #!-sb-unicode build problems on x86-64
2007-05-08 NIIMI Satoshi1.0.5.43: change memory layout on FreeBSD
2007-05-07 Nathan Froyd1.0.5.42: fix (setf aref) on single-float vectors
2007-05-07 Nathan Froyd10.\7f\7fCVS: ----------------------------------------...
2007-05-06 Nikodemus Siivola1.0.5.35: stack alignment on x86/Darwin, once more
2007-05-05 Nikodemus Siivola1.0.5.33: fix botched commit 1.0.5.32: partial fix...
2007-05-03 Juho Snellman1.0.5.28: new contrib: sb-cover, a code coverage tool
next