Eliminate "unused variable" warning from ARRAY-ROW-MAJOR-INDEX
[sbcl.git] / src / compiler / array-tran.lisp
2013-11-08 Douglas KatzmanEliminate "unused variable" warning from ARRAY-ROW...
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-03-31 Paul KhuongFix a compilation failure on svref of a symbol macro
2013-03-17 Nikodemus Siivolafaster SVREF and (SETF SVREF) compilation
2013-03-17 Stas Boukarevmake-array transform error on unknown element-type.
2013-03-02 Stas BoukarevPrevent a make-array transform from modifying source...
2012-10-07 Nikodemus Siivolateach NODE-CONSERVATIVE-TYPE about union types
2012-01-23 Nikodemus Siivolaweakening hairy integer types
2011-11-15 Paul KhuongPlug two more CTYPE leaks into fasls
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
2010-10-30 Juho Snellman1.0.43.82: Make compiling a MAKE-ARRAY call with a...
2010-10-03 Alastair Bridgewater1.0.43.16: compiler: Fix non-unicode build.
2010-09-30 Nikodemus Siivola1.0.43.1: better handling of complex array types in...
2010-09-01 Nikodemus Siivola1.0.42.11: reinline nested LIST and VECTOR calls in...
2010-03-08 Nikodemus Siivola1.0.36.15: upgraded array element-type of unions and...
2009-09-13 Nikodemus Siivola1.0.31.7: transform %FIND-POSITION for strings
2009-07-31 Nikodemus Siivola1.0.30.25: deftransform for ARRAY-IN-BOUNDS-P
2009-06-05 Nikodemus Siivola1.0.29.4: still more MAKE-ARRAY work
2009-06-02 Nikodemus Siivola1.0.28.71: two regressions from the 1.0.28. series
2009-05-18 Nikodemus Siivola1.0.28.58: more MAKE-ARRAY goodness
2009-05-17 Nikodemus Siivola1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
2009-05-16 Nikodemus Siivola1.0.28.51: better MAKE-ARRAY transforms
2009-05-15 Nikodemus Siivola1.0.28.48: fix regressions from 1.0.28.47
2009-05-12 Nikodemus Siivola1.0.28.41: make MAKE-ARRAY transforms co-operate with...
2009-05-06 Nikodemus Siivola1.0.28.19: faster ARRAY-DIMENSION for non-vectors
2009-05-04 Nikodemus Siivola1.0.28.9: open code ARRAY-RANK
2009-05-01 Nikodemus Siivola1.0.28.2: fix bug 201, Incautious type inference from...
2008-08-03 Nikodemus Siivola1.0.19.16: derive the type of (AREF (THE STRING X)...
2008-05-06 Christophe Rhodes1.0.16.19: cleanups motivated by clisp host-2
2008-05-04 Christophe Rhodes1.0.16.16: Use declared element type in AREF short...
2007-12-01 Nikodemus Siivola1.0.12.11: WITH-ARRAY-DATA bugfixes
2007-11-30 Nikodemus Siivola1.0.12.8: refactor bounding index error signalling...
2007-11-29 Nikodemus Siivola1.0.12.5: WITH-ARRAY-DATA touchups
2007-06-11 Juho Snellman1.0.6.45: fix compilation speed regression from DATA...
2007-06-06 Nathan Froyd1.0.6.29: improved WITH-ARRAY-DATA on simple multi...
2007-05-07 Nathan Froyd10.\7f\7fCVS: ----------------------------------------...
2007-04-17 Juho Snellman1.0.4.96: oops, missed one case in the HAIRY-DATA-VECTO...
2007-04-17 Juho Snellman1.0.4.92: faster generic array access
2007-02-06 Juho Snellman1.0.2.17: Bypass the hairy AREF transform for simple...
2007-01-27 Nathan Froyd1.0.2.1: DATA-VECTOR-{REF,SET}-WITH-OFFSET for the x86
2006-11-15 Nathan Froyd0.9.18.53:
2006-01-27 Christophe Rhodes0.9.9.9:
2005-07-14 William Harold Newman0.9.2.46:
2005-07-02 Alexey Dejneka0.9.2.13:
2005-02-20 Alexey Dejneka0.8.19.34:
2004-10-30 Christophe Rhodes0.8.16.16:
2004-10-26 Christophe Rhodes0.8.16.6:
2004-09-29 William Harold Newman0.8.15:
2004-07-14 Christophe Rhodes0.8.12.33:
2004-06-16 Christophe Rhodes0.8.11.13:
2004-05-27 Christophe Rhodes0.8.10.57:
2004-03-01 Christophe Rhodes0.8.8.9:
2003-09-15 Alexey Dejneka0.8.3.62:
2003-08-03 Alexey Dejneka0.8.2.14:
2003-07-18 Alexey Dejneka0.8.1.40:
2003-07-16 Christophe Rhodes0.8.1.34:
2003-07-16 Alexey Dejneka0.8.1.33:
2003-06-27 Christophe Rhodes0.8.1.9:
2003-06-26 Christophe Rhodes0.8.1.6:
2003-06-24 Christophe Rhodes0.8.0.78.vector-nil-string.7:
2003-06-23 Christophe Rhodes0.8.0.78.vector-nil-string.5:
2003-06-18 Christophe Rhodes0.8.0.78.vector-nil-string.1:
2003-06-17 Alexey Dejneka0.8.0.76:
2003-06-14 Alexey Dejneka0.8.0.71:
2003-06-14 Christophe Rhodes0.8.0.70:
2003-06-13 Alexey Dejneka0.8.0.65:
2003-06-10 Christophe Rhodes0.8.0.59:
2003-06-07 Christophe Rhodes0.8.0.42:
2003-05-26 Alexey Dejneka0.8.0.5:
2003-05-26 Alexey Dejneka0.8.0.4:
2003-05-03 William Harold Newman0.8alpha.0.9:
2003-04-28 Christophe Rhodes0.pre8.114:
2003-03-10 Christophe Rhodes0.7.13.21:
2003-02-23 William Harold Newman0.7.12.56:
2003-02-03 Christophe Rhodes0.7.12.17:
2002-12-05 Christophe Rhodes0.7.10.11:
2002-12-04 Christophe Rhodes0.7.10.10:
2002-11-11 Alexey Dejneka0.7.9.41:
2002-10-29 Christophe Rhodes0.7.9.11:
2002-10-03 William Harold Newman0.7.8.13:
2002-09-21 Alexey Dejneka0.7.7.34:
2002-09-15 Christophe Rhodes0.7.7.24:
2002-08-21 Christophe Rhodes0.7.6.29:
2002-07-18 William Harold Newman0.7.5.15:
2002-07-09 Christophe Rhodes0.7.5.7:
2002-05-30 Christophe Rhodes0.7.4.8:
2002-05-26 Christophe Rhodes0.7.4.1:
2002-05-03 Christophe Rhodes0.7.3.8:
2002-05-01 Christophe Rhodes0.7.3.7:
2002-04-15 Christophe Rhodes0.7.2.11:
2002-03-19 William Harold Newman0.7.1.47:
2002-01-17 William Harold Newman0.pre7.141:
2002-01-16 William Harold Newman0.pre7.136:
2002-01-12 William Harold Newman0.pre7.124:
2002-01-10 William Harold Newman NJF DOLIST/MACROLET patch for vmtran (sbcl-devel 2002...
2001-12-12 William Harold Newman0.pre7.90:
2001-12-12 William Harold Newman0.pre7.88:
2001-10-31 William Harold Newman0.pre7.74:
2001-10-11 William Harold Newman0.pre7.59:
next