More complicated TYPEP tests are marginally transparent to type propagation
[sbcl.git] / tests / compiler.pure.lisp
2013-11-04 Paul KhuongMore complicated TYPEP tests are marginally transparent...
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-10-19 Paul KhuongWarn when wrapping constants with THE of multiple value...
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-09-22 Paul KhuongTest for broken copy-more-arg harder
2013-09-22 Paul KhuongFix copy-more-arg on x86 and x86-64
2013-09-13 Christophe Rhodesminor optimization to restart-case
2013-09-11 Christophe Rhodesmore restrictive test naming
2013-09-05 Stas BoukarevOptimize CHAR-EQUAL on constant and base-char args.
2013-09-05 Stas BoukarevAdd a transform for EQUALP.
2013-09-05 Stas BoukarevImprove the EQUAL transform.
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-07-18 Paul KhuongPack (mostly) stack TNs according to lexical scope...
2013-07-18 Paul KhuongInsert explicit cut to width when needed
2013-07-08 Paul KhuongHandle unbounded integer types in INTEGER-TYPE-NUMERIC...
2013-06-28 Paul Khuongdouble->single float conversion isn't a no-op on x87...
2013-06-28 Paul KhuongDefer some sanity checks to after testing for value...
2013-06-08 Paul KhuongHandle (aref v (+ i k)), with i negative
2013-06-03 Paul KhuongSimpler and more precise type derivation for APPEND...
2013-06-03 Stas BoukarevFix APPEND/NCONC type derivation properly this time.
2013-06-03 Stas BoukarevFix NCONC type derivation.
2013-05-31 Stas BoukarevFix a regression in APPEND type derivation.
2013-05-31 Paul KhuongStricter precondition when strength reducing variable...
2013-05-24 Paul KhuongRevert "Fix (aref vector (+ i constant)) with i negativ...
2013-05-24 Paul KhuongFix (aref vector (+ i constant)) with i negative on...
2013-05-22 Paul KhuongSimpler word-sized variable right shifts on x86 and...
2013-05-22 Paul KhuongTruthful error reporting for complicated compile-time...
2013-05-21 Paul KhuongEnable (type-directed) constant folding for LOGTEST...
2013-05-19 Stas BoukarevMake ir1-convert-hairy-lambda safe for non-local exits.
2013-05-19 Paul KhuongMore robust FILTER-LVAR through CASTs
2013-05-18 Paul KhuongMore robust erroneous local call detection
2013-05-05 Stas BoukarevBetter type derivation for APPEND, NCONC, LIST.
2013-04-20 Paul KhuongSubstitute constants with modular equivalents more...
2013-03-31 Paul KhuongFix a compilation failure on svref of a symbol macro
2013-01-20 Nikodemus Siivolanote FIRST fix in NEWS, fix stupid typo in tests
2013-01-20 Nikodemus Siivolafix open coding of FIRST
2012-12-04 Christophe Rhodesfix a bug in signed modular arithmetic
2012-10-07 Nikodemus Siivolateach NODE-CONSERVATIVE-TYPE about union types
2012-10-06 Lutz EulerFix some tests for builds without sb-eval.
2012-10-05 David LichteblauUpdate tests for threaded windows builds
2012-07-19 David Lichteblauwin32: Mark all currently failing tests as such
2012-05-27 Nikodemus Siivolaemit compiler notes of NLX value-cells when (> SPEED...
2012-05-27 Nikodemus Siivolaelide value cells for NLXs when it seems like the right...
2012-05-21 Nikodemus SiivolaCOMPILED-PROGRAM-ERROR source form needs *PRINT-ESCAPE*
2012-05-16 Stas BoukarevBetter error for malformed type declarations.
2012-05-16 Stas BoukarevBetter error message for malformed IGNORE declarations.
2012-04-25 Lutz EulerMicro-optimizations in MOVE-IMMEDIATE and MOVE-ARG...
2012-04-13 Christophe RhodesFix bug in unsigned modular arithmetic using a signed...
2012-04-13 Nikodemus SiivolaMAKE-LEXENV used NCONC on its arguments, which callers...
2012-04-13 Nikodemus Siivolaplain T and OTHERWISE not allowed in CASE normal-clauses
2012-01-23 Nikodemus Siivolaweakening hairy integer types
2011-12-13 Paul KhuongFix EQL constraint propagation on constant assigned...
2011-12-09 Nikodemus Siivolafix errors from stack allocation compiler notes
2011-12-09 Nikodemus Siivolamake TRIVIAL-LAMBDA-VAR-REF-P false for XEPs
2011-12-08 Nikodemus Siivolafix tyop in ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES...
2011-12-08 Nikodemus Siivolarobustify ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES...
2011-12-05 Nikodemus Siivolafix ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES test
2011-12-05 Nikodemus Siivolafix doubled unboxed constants when there is no immediat...
2011-12-05 Nikodemus Siivolaallow coercion of large fixnums to floats outside x86
2011-12-05 Nikodemus Siivolause boxed constants for full calls
2011-12-05 Nikodemus Siivolafix misoptimization of TRUNCATE
2011-12-05 Nikodemus Siivolafix bug in typechecking calls with non-constant keywords
2011-12-05 Nikodemus Siivolafix treatment of signed zeroes in INTERVAL-DIV
2011-11-29 Nikodemus Siivolatry to robustify test for bug-309448
2011-11-27 Nikodemus Siivolatweak NAME-CONTEXT
2011-11-25 Lutz EulerTighter floating-point type constraints in some cases
2011-11-07 Paul KhuongCorrect address computation in atomic-incf/aref for...
2011-10-30 Paul KhuongFix constant character comparisons for SPARC/sb-unicode
2011-10-30 Paul KhuongTake inline trampoline into account when optimizing...
2011-10-22 Paul KhuongFix a long-standing bug in (PRIMITIVE-TYPE [MEMBER...
2011-08-23 Paul KhuongEnsure correct alignment for complex single-float literals
2011-08-22 Nikodemus Siivolaignore non-function FTYPEs
2011-08-22 Nikodemus Siivolaextend ARRAY-TYPE-UPGRADED-ELEMENT-TYPE to work with...
2011-08-22 Nikodemus Siivolause WEAKEN-INTEGER-TYPE in ARRAY-IN-BOUNDS-P
2011-08-14 Paul KhuongFix automatic &rest to &more conversion in unsafe code
2011-08-14 Paul KhuongHandle SIMPLE-TYPE-ERROR when propagating bounds
2011-08-09 Nikodemus SiivolaLOAD-TIME-VALUE improvements
2011-07-27 Nikodemus Siivolamake sure LVAR-EXTERNALLY-CHECKABLE-TYPE always returns...
2011-07-22 Paul KhuongCorrect RIP-relative offset for strange x86-64 instructions
2011-06-22 Paul KhuongLet register allocation handle unused TNs due to consta...
2011-06-19 Paul KhuongLess constraint propagation when COMPILATION-SPEED...
2011-06-11 Paul KhuongAvoid constant folding NaNs from MAKE-{SINGLE,DOUBLE...
2011-06-07 Nikodemus Siivolamore conservative bounds in FP interval arithmetic
2011-05-28 Nikodemus Siivola1.0.48.28: make TRULY-THE macroexpandable
2011-05-12 Nikodemus Siivola1.0.48.14: more conservative global variable conversion
2011-04-21 Nikodemus Siivola1.0.47.27: limit open coding from MEMBER, ASSOC, &co
2011-04-21 Nikodemus Siivola1.0.47.26: BEST-SUB-SOURCE-PATH should ignore quoted...
2011-04-10 Nikodemus Siivola1.0.47.19: another MAKE-INSTANCE regression from 1...
2011-04-08 Nikodemus Siivola1.0.47.17: %FUNCALL IR1 translator was careless about...
2011-04-08 Nikodemus Siivola1.0.47.16: more ((LAMBDA ..) ..) and (FUNCALL (LAMBDA...
2011-04-08 Nikodemus Siivola1.0.47.15: %FUNCALL IR1 translator macroexpands the...
2011-04-07 Nikodemus Siivola1.0.47.14: optimize list DELETE to DELQ in more cases
2011-04-07 Nikodemus Siivola1.0.47.13: extend LVAR-FUN-IS to constant functions...
2011-04-07 Nikodemus Siivola1.0.47.12: robustify test for bug-654289
2011-03-12 Stas Boukarev1.0.46.34: Fix tests for builds without sb-eval.
2011-03-11 Alastair Bridgewater1.0.46.33: constraint: Don't substitute REFs when repla...
2011-02-26 Nikodemus Siivola1.0.45.14: CHECK-KEY-ARGS didn't take :ALLOW-OTHER...
2011-02-11 Nikodemus Siivola1.0.45.17: give CONSTANTLY some love
2010-12-19 Juho Snellman1.0.45.4: Revert 1.0.44.34
2010-11-18 Nikodemus Siivolaallow approximating unions of numeric types
next