1.0.23.62: fix bug 357
[sbcl.git] / src / compiler /
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...
2008-07-19 Nikodemus Siivola1.0.18.25: tweak stack allocation on x86 and x86-64
2008-07-19 Nikodemus Siivola1.0.18.24: lift node-insertion logic from RECOGNIZE...
2008-07-19 Nikodemus Siivola1.0.18.23: ALL calls with DX arguments should end their...
2008-07-18 Nikodemus Siivola1.0.18.22: DX arguments in non-let-converted local...
2008-07-16 Richard M Kreuter1.0.18.21: More STYLE-WARNINGs
2008-07-11 Richard M Kreuter1.0.18.17: Alter some STYLE-WARNING names introduced...
2008-07-08 Richard M Kreuter1.0.18.16: many STYLE-WARNING changes.
2008-07-07 Nikodemus Siivola1.0.18.13: adjust address-spaces for Windows 32
2008-07-04 Nikodemus Siivola1.0.18.12: adjust address-spaces for Windows 64
2008-07-03 Richard M Kreuter1.0.18.10: Record filenames in DEBUG-SOURCEs during...
2008-06-30 Nikodemus Siivola1.0.18.5: ADJOIN with constant NIL as second argument
2008-06-30 Nikodemus Siivola1.0.18.4: use CAREFUL-SPECIFIER-TYPE when deriving...
2008-06-30 Nikodemus Siivola1.0.18.3: more conservative arithmetic optimizations
2008-06-30 Nikodemus Siivola1.0.18.2: more conservative interval artihmetic
2008-06-30 Nikodemus Siivola1.0.18.1: correct handling of SATISFIES types in the...
2008-06-24 Nikodemus Siivola1.0.17.42: more string trimming fixes
2008-06-23 Juho Snellman1.0.17.40: Fix build on -raw-instance-init-vops platfor...
2008-06-16 Christophe Rhodes1.0.17.37: better indenting of compiler diagnostic...
2008-06-15 pkhuong1.0.17.35: Bug fixes: cross-compiler's lookup of consta...
2008-06-06 Nikodemus Siivola1.0.17.31: more constant cleverness
2008-06-05 Nikodemus Siivola1.0.17.29: fix build
2008-06-05 Nikodemus Siivola1.0.17.28: fix bug in the newfangled constant dumping...
2008-06-05 Nikodemus Siivola1.0.17.27: delete aborted fasls in _all_ cases
2008-06-04 Richard M Kreuter1.0.17.26: Fix regression in LOAD
2008-06-04 Nikodemus Siivola1.0.17.25: allow dumping of references to arbitrary...
2008-06-04 Nikodemus Siivola1.0.17.24: refactor handling of constants in the 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
next