1.0.6.33: small CLOS cache improvements
[sbcl.git] / src / compiler /
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
2007-05-02 Thiemo Seufer1.0.5.27: Stepper support for MIPS.
2007-05-02 Christophe Rhodes1.0.5.19: restore building on cmucl 19a-ish
2007-05-02 Christophe Rhodes1.0.5.18: trapping-based stepper on the Sparc
2007-04-30 Juho Snellman1.0.5.14: make PURIFY a no-op on gencgc
2007-04-29 Nikodemus Siivola1.0.5.9: experimental semi-synchronous deadlines
2007-04-29 Nikodemus Siivola1.0.5.6: compare-and-swap / instance-set-conditional...
2007-04-29 Nikodemus Siivola1.0.5.3: compiling a SUBSEQ on a SIMPLE-VECTOR should...
2007-04-19 Juho Snellman1.0.4.104: don't mutate constant strings in genesis
2007-04-17 lisphacker1.0.4.97: Oops. Fix bug introduced in x86 vop if-eq...
2007-04-17 Juho Snellman1.0.4.96: oops, missed one case in the HAIRY-DATA-VECTO...
2007-04-17 Nikodemus Siivola1.0.4.95: small genesis cleanups
2007-04-17 Juho Snellman1.0.4.92: faster generic array access
2007-04-14 Juho Snellman1.0.4.87: better EQUALP hash function for arrays
2007-04-13 lisphacker1.0.4.82: more x86 backend cleanups
2007-04-13 lisphacker1.0.4.81: more x86 backend cleanups
2007-04-12 Juho Snellman1.0.4.78: shrink package hash-tables to an optimal...
2007-04-12 Juho Snellman1.0.4.74: fix &environment issues with macroexpansions...
2007-04-12 lisphacker1.0.4.73: more x86 backend cleanups
2007-04-12 lisphacker1.0.4.72: More x86 backend cleanups
2007-04-12 lisphacker1.0.4.71: x86 backend cleanup
2007-04-12 lisphacker1.0.4.70: more x86 backend cleanups
2007-04-12 Juho Snellman1.0.4.69: fix CL-PPCRE compilation on x86-64
2007-04-11 lisphacker1.0.4.68: Restore x86 non-darwin buildability.
2007-04-11 Juho Snellman1.0.4.67: Minor cleanups
2007-04-11 Nathan Froyd1.0.4.66: Undo D-X changes in 1.0.4.63
2007-04-11 Nikodemus Siivola1.0.4.64: more stack-alignment x86/Darwin
2007-04-11 Nathan Froyd1.0.4.63: Don't zeroize dynamic-extent simple-unboxed...
2007-04-11 Nikodemus Siivola1.0.4.61: stack-alignment on CALL-OUT VOP on x86/Darwin
2007-04-11 Nathan Froyd1.0.4.60: More efficient structure raw slot accessors...
2007-04-10 Nathan Froyd1.0.4.57: Make the compiler's bit-vector functions...
2007-04-10 Nathan Froyd1.0.4.56: Make case-insensitive string and character...
2007-04-10 Nathan Froyd1.0.4.55: Optimized REPLACE and UB*-BASH-COPY routines
2007-04-10 Nathan Froyd1.0.4.53: Apply Lutz Euler's improved character VOPs...
2007-04-08 lisphacker1.0.4.50: more x86 backend
2007-04-08 Nikodemus Siivola1.0.4.45: workaround for bug #412 & undefined variable...
2007-04-08 lisphacker1.0.4.44: More x86 disassembler work
2007-04-07 lisphacker1.0.4.43: x86 assembler/disassembler tweaks
2007-04-07 lisphacker1.0.2.42: x86 backend cleanups
2007-04-07 Nikodemus Siivola1.0.4.40: small fixes
2007-04-07 Nathan Froyd1.0.4.37: Delete some dead code in pack.lisp
2007-04-06 Nathan Froyd1.0.4.32: De-pessimize >= and <= transforms
2007-04-02 Nikodemus Siivola1.0.4.18: trap handling cleanup continues
2007-04-02 Nikodemus Siivola1.0.4.16: some GC and interrupt refactoring
2007-03-28 William Harold Newman1.0.4.8:
2007-03-28 William Harold Newman1.0.4.7:
2007-03-27 William Harold Newman1.0.4.6:
2007-03-18 lisphacker1.0.3.46: De-pessimized x86 sub-byte DATA-VECTOR-SET...
2007-03-18 Cyrus Harmon1.0.3.44: x86-64 print vop preserves 16-byte stack...
2007-03-17 Nathan Froyd1.0.3.41:
2007-03-15 Cyrus Harmon1.0.3.39: larger heap size for x86-64/darwin
2007-03-08 Juho Snellman1.0.3.37: Oops, fix bad argument types in the new x86...
2007-03-07 Juho Snellman1.0.3.35: fix problem with backtraces showing NIL as...
2007-03-06 Cyrus Harmon1.0.3.32: make-local-alien stack alignment simplification
2007-03-05 Nikodemus Siivola1.0.3.31: fix new = and /= transformations for NaNs
2007-03-05 Juho Snellman1.0.3.30: More compact typechecks on x86-64
2007-03-04 Juho Snellman1.0.3.28: handle output for fatal-compiler-errors more...
2007-03-04 Juho Snellman1.0.3.26: port modular-xor/fixnum changes from x86...
2007-03-03 Nikodemus Siivola1.0.3.20: better SEARCH transform
2007-03-03 sa2c1.0.3.18: Fix build on FreeBSD/amd64
2007-03-03 Cyrus Harmon1.0.3.16: experimental x86-64/darwin suport
2007-03-02 Juho Snellman1.0.3.11: Fix deportation gc safety bug
2007-03-02 Juho Snellman1.0.3.9: Allow characters as string designators for...
2007-03-02 Juho Snellman1.0.3.8: Use an explicit :initial-element 0 when making...
2007-03-02 Juho Snellman1.0.3.7: Compile XEPs using the policy from the correct...
2007-02-28 Christophe Rhodes1.0.3.5: slightly different SEQUENCE type handling.
2007-02-27 Nikodemus Siivola1.0.3.1: fix behaviour of >= and <= with NaNs
2007-02-19 Nikodemus Siivola1.0.2.26: replace *all-components* special with a local...
2007-02-13 Juho Snellman1.0.2.25: Better MUFFLE-CONDITIONS handling for inlined...
2007-02-07 Nathan Froyd1.0.2.21:
2007-02-07 Nathan Froyd1.0.2.20:
2007-02-06 Juho Snellman1.0.2.19: Fix fopcompiling references to undefined...
2007-02-06 Juho Snellman1.0.2.17: Bypass the hairy AREF transform for simple...
2007-02-06 Juho Snellman1.0.2.16: Replace SVREF with DATA-VECTOR-REF in %INSTAN...
2007-02-06 Juho Snellman1.0.2.15: Cache the results of BLOCK-PHYSENV during...
2007-02-06 Juho Snellman1.0.2.14: Speed up constraint propagation
2007-02-06 Juho Snellman1.0.2.13: Use an sset for LAMBDA-CALLS-OR-CLOSES
2007-02-06 Juho Snellman1.0.2.12: New hash-based implementation of ssets
2007-02-05 Christophe Rhodes1.0.2.11:
2007-01-29 Nathan Froyd1.0.2.6:
2007-01-29 Nathan Froyd1.0.2.5:
2007-01-29 Nathan Froyd1.0.2.4: Improve inlined array heap allocation on x86.
2007-01-28 Nathan Froyd1.0.1.3:
2007-01-27 Nathan Froyd1.0.2.2:
2007-01-27 Nathan Froyd1.0.2.1: DATA-VECTOR-{REF,SET}-WITH-OFFSET for the x86
2007-01-25 William Harold Newman1.0.2:
2007-01-23 Gabor Melis1.0.1.35: propagate (EQL X Y) constraints symmetrically
next