Fix make-array transforms.
[sbcl.git] / tests / compiler.impure.lisp
2013-12-07 Stas BoukarevFix cut-to-width in the presence of bad constants in...
2013-11-08 Stas BoukarevDon't warn when #'(setf fun) is used in the presence...
2013-10-13 Stas BoukarevFix (compile '(setf function)).
2013-09-11 Christophe Rhodesmore restrictive test naming
2013-08-15 Stas BoukarevWarn when defining a setf-function together with a...
2013-08-15 Stas BoukarevThrow errors on malformed FUNCTION.
2013-06-03 Christophe Rhodesfixes in EXPT type derivation
2013-05-22 Paul KhuongEvaluate global inline functions via their fdefinition
2013-05-18 Paul KhuongInsert typechecks before RAW-INSTANCE-INIT in structure...
2013-05-18 Paul KhuongCOMPILE-FILE shouldn't "attempt to dump invalid structu...
2012-10-05 David LichteblauUpdate tests for threaded windows builds
2012-07-19 David Lichteblauwin32: Mark all currently failing tests as such
2012-06-09 Nikodemus Siivolaadjust compiler-macro expansion and lambda-list parsing
2012-06-08 David LichteblauRelax an implicit restriction on the number of code...
2012-05-21 Nikodemus Siivolarobustify COUNT-FULL-CALLS in the test suite
2012-05-12 Christophe Rhodesopen intervals and type derivation
2012-04-29 Nikodemus Siivolaredesign exiting SBCL
2012-04-24 Nikodemus Siivolabetter reader-errors for COMPILE-FILE
2012-04-13 Christophe RhodesFix bug in unsigned modular arithmetic using a signed...
2011-12-09 Nikodemus Siivolatest for bug 308941
2011-12-08 Nikodemus Siivolause COMPONENT-TOPLEVELISH-P in CHECK-CONSISTENCY
2011-08-09 Nikodemus SiivolaLOAD-TIME-VALUE improvements
2011-08-08 Nikodemus Siivolabetter type propagation for MULTIPLE-VALUE-BIND
2011-06-10 Nikodemus SiivolaFMAKUNBOUND removes the MACRO-FUNCTION as well
2011-05-24 Nikodemus Siivola1.0.48.24: fix performance / type derivation regression...
2011-03-12 Stas Boukarev1.0.46.34: Fix tests for builds without sb-eval.
2010-11-16 Nikodemus Siivola1.0.44.25: don't put function leaves into the source...
2010-10-14 Nikodemus Siivola1.0.43.57: better handling of derived function types
2010-10-14 Nikodemus Siivola1.0.43.55: move FILE-COMPILE to compiler-test-utils...
2010-10-13 Nikodemus Siivola1.0.43.50: better function signature checking for self...
2010-10-12 Nikodemus Siivola1.0.43.49: (SETF FDEFINITION) and (SETF SYMBOL-FUNCTION...
2010-10-09 Nikodemus Siivola1.0.43.39: proclaimed function types and NOTINLINE
2010-09-19 Nikodemus Siivola1.0.42.39: workaround for lp#308914
2010-09-02 Nikodemus Siivola1.0.42.25: check parent-lambdas in defined-fun-functional
2010-08-17 Nikodemus Siivola1.0.41.50: additional error checking for DEFTYPE &co
2010-04-27 Paul Khuong1.0.37.73: Remove the one place we assumed constant...
2010-03-23 Nikodemus Siivola1.0.36.37: fix minor regression from 1.0.36.33
2010-03-19 Nikodemus Siivola1.0.36.33: handle missing &REST in proclamations
2009-09-11 Nikodemus Siivola1.0.31.5: WITH-SLOTS on THE forms
2009-08-06 Nikodemus Siivola1.0.30.40: faster SLOT-VALUE on structures
2009-07-08 Nikodemus Siivola1.0.29.54.rc5: fix load-time-value regressions
2009-07-08 Nikodemus Siivola1.0.29.54.rc4: correct loading of first FP operand...
2009-06-28 Paul Khuong1.0.29.54: Inline unboxed constants on x86[-64]
2009-06-28 Nikodemus Siivola1.0.29.53: some LOAD-TIME-VALUE smartness
2009-06-25 Nikodemus Siivola1.0.29.40: more (EXPT MINUS-ONE INTEGER) optimization
2009-06-05 Nikodemus Siivola1.0.29.4: still more MAKE-ARRAY work
2009-06-04 Nikodemus Siivola1.0.29.1: fix FILL
2009-05-18 Nikodemus Siivola1.0.28.58: more MAKE-ARRAY goodness
2009-05-15 Nikodemus Siivola1.0.28.48: fix regressions from 1.0.28.47
2009-05-01 Nikodemus Siivola1.0.28.6: move the new PROGV tests to the right part...
2009-05-01 Nikodemus Siivola1.0.28.3: ABOUT-TO-MODIFY-SYMBOL-VALUE doesn't choke...
2009-03-24 Gabor Melis1.0.26.21: fix ERROR leaking memory
2009-01-14 Nikodemus Siivola1.0.24.42: fix bug 235a
2008-12-19 Nikodemus Siivola1.0.23.58: bug 405 has been fixed a while now
2008-11-03 Nikodemus Siivola1.0.22.13: fixed bug 426: nested inline expansion failure
2008-10-18 Nikodemus Siivola1.0.21.27: no more &OPTIONAL-DISPATCH debug names
2008-10-07 Nikodemus Siivola1.0.21.10: DEFINE-COMPILER-MACRO and destructuring...
2008-08-05 Nikodemus Siivola1.0.19.24: incorrect function type canonicalization
2008-07-30 Nikodemus Siivola1.0.19.3: more careful PROGV and SET
2008-06-30 Nikodemus Siivola1.0.18.1: correct handling of SATISFIES types in the...
2008-06-06 Nikodemus Siivola1.0.17.31: more constant cleverness
2008-06-05 Nikodemus Siivola1.0.17.28: fix bug in the newfangled constant dumping...
2008-06-04 Nikodemus Siivola1.0.17.24: refactor handling of constants in the compiler
2008-05-28 Nikodemus Siivola1.0.17.3: unify CONSTANT nodes for DEFCONSTANT and...
2008-03-05 Nikodemus Siivola1.0.15.15: reset DF on x86 and x86-64 after every STD...
2007-11-20 Nikodemus Siivola1.0.11.35: fixed bug 417
2007-11-09 Nikodemus Siivola1.0.11.20: fix with-pinned-objects stack corruption...
2007-09-10 Nikodemus Siivola1.0.9.52: copy propagation interfering with local calls
2007-07-02 Christophe Rhodes1.0.7.9: DEFAULT-UNKNOWN-VALUES for more than 7 args...
2007-05-05 Nikodemus Siivola1.0.5.33: fix botched commit 1.0.5.32: partial fix...
2007-04-29 Nikodemus Siivola1.0.5.5: &ENVIRONMENT fixes
2006-12-03 Nikodemus Siivola1.0.0.16: fix SB-POSIX:READDIR to work when built with...
2006-12-03 Nikodemus Siivola1.0.0.13: proper treatment of &whole and friends in...
2006-09-13 Juho Snellman0.9.16.27:
2006-09-02 Nikodemus Siivola0.9.16.15: stamp down on warnings due to step instrumen...
2006-08-29 Nikodemus Siivola0.9.16.6: better circularity detection in fasl dumper
2006-08-23 Nikodemus Siivola0.9.15.48: more precice unions of array types
2006-08-22 Nikodemus Siivola0.9.15.47: compiler-macros for SETF functions
2006-08-21 Nikodemus Siivola0.9.15.44: fix bug 368: intersection of array types
2006-08-16 Nikodemus Siivola0.9.15.36: less intrusive step instrumentation
2006-08-11 Nikodemus Siivola0.9.15.27: compiler-macro expansion for FUNCALL forms...
2006-08-11 Nikodemus Siivola0.9.15.26: compiler-macro lambda-list parsing and FUNCA...
2006-08-05 Christophe Rhodes0.9.15.11:
2006-04-14 Juho Snellman0.9.11.32:
2006-02-27 Nikodemus Siivola0.9.10.3: Faster function calls via constant symbols
2006-01-27 Christophe Rhodes0.9.9.9:
2005-12-17 Gabor Melis0.9.6.32:
2005-10-21 Christophe Rhodes0.9.5.82:
2005-08-26 Juho Snellman0.9.4.6:
2005-07-14 William Harold Newman0.9.2.43:
2005-04-14 Nikodemus Siivola0.8.21.39: implement optimization #25
2005-04-14 Nikodemus Siivola0.8.21.38: fix bug 211e
2005-04-13 Nikodemus Siivola0.8.21.37: fix bug 305
2005-04-01 Nikodemus Siivola0.8.21.12: compiler message fixes
2005-01-06 Christophe Rhodes0.8.18.14:
2004-06-29 Nikodemus Siivola0.8.12.7: Merge package locks, AKA "what can go wrong...
2004-05-19 Christophe Rhodes0.8.10.36:
2004-05-19 Christophe Rhodes0.8.10.35:
2004-05-17 Christophe Rhodes0.8.10.29:
2004-01-07 Alexey Dejneka0.8.7.8:
next