1.0.25.21: handling of potential corruptions
[sbcl.git] / src / compiler /
2009-02-16 Gabor Melis1.0.25.15: less compilation warnings
2009-02-16 Gabor Melis1.0.25.14: comments
2009-02-11 Alastair Bridgewater1.0.25.11: Remove unused SIZE slot from catch-block...
2009-02-05 Gabor Melis1.0.25.9: INVOKE-WITH-SAVED-FP-AND-PC changes
2009-02-04 Gabor Melis1.0.25.8: fix sxhash bug
2009-02-03 Alastair Bridgewater1.0.25.5: genesis descriptor-intuit-gspace cleanups
2009-02-03 Alastair Bridgewater1.0.25.4: genesis load-time-value cleanup
2009-02-03 Alastair Bridgewater1.0.25.3: earlier x86 code-object fixup envectorization
2009-02-03 Alastair Bridgewater1.0.25.2: Eliminate untagged pointers to heap space...
2009-02-03 Alastair Bridgewater1.0.25.1: x86-64 code fixup recording for gc / slash...
2009-01-26 Juho Snellman1.0.24.48: Do explicit sign-extension of small signed...
2009-01-15 Nikodemus Siivola1.0.24.43: DEFTYPE to accept bodies consisting a single...
2009-01-14 Nikodemus Siivola1.0.24.42: fix bug 235a
2009-01-12 Nikodemus Siivola1.0.24.40: fix regression from 1.0.24.37
2009-01-12 Nikodemus Siivola1.0.24.37: full raw-instance-slot support on HPPA
2009-01-11 Paul Khuong1.0.24.35: Flag-setting VOPs on x86[-64] and conditiona...
2009-01-11 Paul Khuong1.0.24.34: IR2: additional representation for predicate...
2009-01-10 Nikodemus Siivola1.0.24.30: fixed and tested some more cleanups on hppa...
2009-01-04 Nikodemus Siivola1.0.24.22: mudball of VOP updates for HPPA
2009-01-04 Nikodemus Siivola1.0.24.21: call stub needed to switch between hpux...
2009-01-03 Nikodemus Siivola1.0.24.19: COMPILE-TIME reports timings at millisecond...
2009-01-03 Nikodemus Siivola1.0.24.16: updates on how we deal with fixup on HPPA
2009-01-03 Nikodemus Siivola1.0.24.11: stack allocation support for HPPA
2009-01-03 Nikodemus Siivola1.0.24.10: raw slot support for HPPA
2009-01-03 Nikodemus Siivola1.0.24.9: fix overlapping address spaces on sparc
2009-01-02 Nikodemus Siivola1.0.24.7: CHAR-CODE type derivation
2009-01-02 Nikodemus Siivola1.0.24.3: sanity check address spaces
2008-12-31 Christophe Rhodes1.0.24: release, will be tagged as sbcl_1_0_24
2008-12-31 Nikodemus Siivola1.0.23.71: fix overlapping spaces on OpenBSD
2008-12-26 Richard M Kreuter1.0.23.70: Add a keyword to DIRECTORY to suppress symli...
2008-12-26 Richard M Kreuter1.0.23.68: Cleanups in constraint propagation.
2008-12-25 Thiemo Seufer1.0.23.67: Fix MIPS FIXED-ALLOC VOP.
2008-12-23 Thiemo Seufer1.0.23.66: Calculate array sizes in a more reliable...
2008-12-22 Nikodemus Siivola1.0.23.64: fixed bug 395
2008-12-21 Thiemo Seufer1.0.23.62: Micro-optimization for MIPS' SYMBOL-HASH...
2008-12-21 Nikodemus Siivola1.0.23.60: fix bug 354: XEPs in backtraces, properly...
2008-12-18 Nikodemus Siivola1.0.23.52: FORMAT performance tweaking
2008-12-18 Thiemo Seufer1.0.23.50: Less magic constants in the MIPS backend.
2008-12-17 Thiemo Seufer1.0.23.49: Eliminate FCN as function moniker.
2008-12-17 Thiemo Seufer1.0.23.46: Remove redundant uses of zero-tn in the...
2008-12-17 Thiemo Seufer1.0.23.45: Remove superfluous register :offsets in...
2008-12-17 Thiemo Seufer1.0.23.44: Nicer code for MIPS, lifted from the SPARC...
2008-12-17 Thiemo Seufer1.0.23.43: More consistent coding style for mips/array...
2008-12-15 Nikodemus Siivola1.0.23.41: fix DX-COMBINATION-P
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
2008-12-12 Nikodemus Siivola1.0.23.38: fix bug 430 (stack alloc by nested defstruct...
2008-12-12 Nikodemus Siivola1.0.23.37: more CLOS and classoid thread safety
2008-12-11 Thiemo Seufer1.0.23.33: Stack-allocatable vectors for MIPS.
2008-12-11 Thiemo Seufer1.0.23.32: Flush icache for MIPS alien callback stub.
2008-12-10 Thiemo Seufer1.0.23.31: NFP is not a descriptor-reg.
2008-12-10 Thiemo Seufer1.0.23.30: Don't export storage class names.
2008-12-10 Thiemo Seufer1.0.23.29: Specify the required double-stack alignment...
2008-12-10 Thiemo Seufer1.0.23.28: defconstant -> def!constant in the MIPS...
2008-12-10 Thiemo Seufer1.0.23.27: Less magic constants in the MIPS backend.
2008-12-05 Thiemo Seufer1.0.23.21: Stack allocated conses for MIPS.
2008-12-04 Nikodemus Siivola1.0.23.18: SET-[DISPATCH-]MACRO-CHARACTER fixes
2008-12-02 Paul Khuong1.0.23.11: Typecheck late-bound calls too
2008-12-01 Nikodemus Siivola1.0.23.6: move code-object allocation to C side on...
2008-12-01 Nikodemus Siivola1.0.23.1: declaring the type of a bound variable gives...
2008-12-01 Nikodemus Siivola1.0.22.22: (SETF FIND-CLASSOID) to drop DEFTYPE lambda...
2008-12-01 Richard M Kreuter1.0.22.21: Fix return value from DEFTYPE, broken in...
2008-11-30 Richard M Kreuter1.0.22.20: Make a stab at having DEFTYPE types replace...
2008-11-07 Brian Mastenbrook1.0.22.17: fix cross-compile from CMUCL 19e
2008-11-03 Brian Mastenbrook1.0.22.14: fix a bug in PPC alien function calls
2008-11-03 Nikodemus Siivola1.0.22.13: fixed bug 426: nested inline expansion failure
2008-11-03 Nikodemus Siivola1.0.22.12: fix DEFTYPE regression revealed by ansi...
2008-11-03 Nikodemus Siivola1.0.22.8: DEFTYPE tweaking
2008-10-31 Nikodemus Siivola1.0.22.5: teach DISASSEMBLE about %METHOD-FUNCTIONs
2008-10-21 Gabor Melis1.0.21.34: fix build on x86/x86-64 lutex platforms
2008-10-20 Gabor Melis1.0.21.32: hack around truncated backtraces with lost...
2008-10-18 Nikodemus Siivola1.0.21.31: fix bad PROGV and RESTRICT-COMPILER-POLICY...
2008-10-18 Nikodemus Siivola1.0.21.27: no more &OPTIONAL-DISPATCH debug names
2008-10-17 Nikodemus Siivola1.0.21.22: COMPILE-FILE and toplevel symbols
2008-09-24 Nikodemus Siivola1.0.20.29: small FIND fix & win32 build fix
2008-09-23 Richard M Kreuter1.0.20.28: Fewer STYLE-WARNINGs for gf calls.
2008-09-20 Nikodemus Siivola1.0.20.17: replace cut-and-paste duplication of ASSEMBL...
2008-09-20 Nikodemus Siivola1.0.20.16: make LOCK and FS prefixes part of the affect...
2008-09-19 Nikodemus Siivola1.0.20.15: rename SB-ASSEM:ALIGN to EMIT-ALIGNMENT
2008-09-19 Nikodemus Siivola1.0.20.14: align loops on x86-64
2008-09-19 Nikodemus Siivola1.0.20.13: don't align elsewhere segments on x86 and...
2008-09-19 Nikodemus Siivola1.0.20.12: :CACHED-CONSTANT TNs don't exist
2008-09-17 Nikodemus Siivola1.0.20.8: ATOMIC-INCF implementation
2008-09-11 Richard M Kreuter1.0.20.5: Fix stupid bugs introduced in 1.0.20.4.
2008-09-11 Richard M Kreuter1.0.20.4: Use a new set implementation for constraint...
2008-09-06 Richard M Kreuter1.0.20.3: Minor refactoring in constraint propagation.
2008-09-03 Richard M Kreuter1.0.20.1: Dump characters ofnon-base-strings names...
2008-08-20 Paul Khuong1.0.19.32: Small bugfixes
2008-08-10 Gabor Melis1.0.19.27: more ir1 transforms for REPLACE
2008-08-05 Nikodemus Siivola1.0.19.24: incorrect function type canonicalization
2008-08-05 Nikodemus Siivola1.0.19.23: COMPILER-WARN accepts conditions
2008-08-04 Nikodemus Siivola1.0.19.18: transform ADJOIN, ASSOC, MEMBER, and RASSOC...
2008-08-03 Nikodemus Siivola1.0.19.16: derive the type of (AREF (THE STRING X)...
2008-08-01 Paul Khuong1.0.19.14: Immediate SAP bug fix & grab bag of small...
2008-08-01 Nikodemus Siivola1.0.19.12: give a warning for newly deprecated stack...
2008-07-31 Nikodemus Siivolaadditional list seeking transformations
2008-07-31 Nikodemus Siivola1.0.19.9: elide runtime calls to %COERCE-CALLABLE-TO...
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-07-30 Nikodemus Siivola1.0.19.3: more careful PROGV and SET
2008-07-30 Nikodemus Siivola1.0.19.1: DERIVE-TYPE optimizer for %%PRIMITIVE
2008-07-20 Nikodemus Siivola1.0.18.26: explain why DX value generators must end...
next