Optimize MAKE-ARRAY on unknown element-type.
[sbcl.git] / src / code / array.lisp
2014-01-02 Stas BoukarevOptimize MAKE-ARRAY on unknown element-type.
2013-12-03 Stas BoukarevOptimize make-array for unknown dimensions.
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-01-05 Stas Boukarevadjust-array: Make sure that :initial-element is used.
2012-12-20 Nathan Froydadjust DATA-VECTOR-FROM-INITS to avoid full calls to...
2012-12-20 Nathan Froydfactor out ALLOCATE-VECTOR-WITH-WIDETAG function from...
2012-12-20 Nathan Froydadjust call to REPLACE inside ADJUST-ARRAY
2012-12-20 Nathan Froyddon't check SUBTYPEP of ELEMENT-TYPE in ADJUST-ARRAY...
2012-12-20 Nathan Froydlazily compute MIN-EXTENSION for VECTOR-PUSH-EXTEND
2012-05-27 Nikodemus Siivolaadd DO-VECTOR-DATA, remove special case from VECTOR...
2012-05-27 Nikodemus Siivolamove vm-array.lisp earlier in the build, remove %%SAETP...
2012-05-27 James M. Lawrenceautomate widetag dispatching
2011-12-10 Nikodemus Siivolafaster VECTOR-SUBSEQ*
2010-09-30 Nikodemus Siivola1.0.43.1: better handling of complex array types in...
2010-03-11 Nikodemus Siivola1.0.36.18: remove *MERGE-SORT-TEMP-VECTOR* and *ZAP...
2009-10-30 Christophe Rhodes1.0.32.5: defend against full MAKE-ARRAY before the...
2009-07-31 Nikodemus Siivola1.0.30.25: deftransform for ARRAY-IN-BOUNDS-P
2009-05-09 Nikodemus Siivola1.0.28.33: minor post-DEFGLOBAL cleanups
2009-05-08 Nikodemus Siivola1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL...
2009-05-07 Nikodemus Siivola1.0.28.24: better %ARRAY-DISPLACED-FROM handling
2009-05-06 Nikodemus Siivola1.0.28.21: further array typechecking optimization
2009-05-06 Nikodemus Siivola1.0.28.19: faster ARRAY-DIMENSION for non-vectors
2009-04-23 Nikodemus Siivola1.0.27.26: fix invalid array index reporting for compil...
2009-01-16 Nikodemus Siivola1.0.24.44: bug in INVALID-ARRAY-INDEX-ERROR, leaving...
2009-01-12 Nikodemus Siivola1.0.24.36: don't print the array object when reporting...
2008-12-05 Nikodemus Siivola1.0.23.22: rename SIMPLE-ARRAY-VECTOR to ARRAY-STORAGE...
2008-12-04 Nikodemus Siivola1.0.23.17: new function: SIMPLE-ARRAY-VECTOR
2008-12-01 Nikodemus Siivola1.0.23.4: fix error signalling from (SETF FILL-POINTER)
2008-10-03 Nikodemus Siivola1.0.21.2: ADJUST-ARRAY should not make multidimensional...
2008-09-24 Nikodemus Siivola1.0.20.30: micro-optimize FILL-POINTER a bit
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-01-28 Nikodemus Siivola1.0.14.1: lisp-side interrupt handling improvements
2008-01-04 Juho Snellman1.0.13.15: Fix some VECTOR-PUSH-EXTEND problems
2007-12-01 Nikodemus Siivola1.0.12.13: sequence optimizations: SUBSEQ, part 3
2007-11-29 Nikodemus Siivola1.0.12.5: WITH-ARRAY-DATA touchups
2007-07-15 Nikodemus Siivola1.0.7.19: SB-EXT:COMPARE-AND-SWAP
2007-06-11 Juho Snellman1.0.6.45: fix compilation speed regression from DATA...
2007-05-28 Nikodemus Siivola1.0.6.3: thread and interrupt safe CLOS cache
2007-05-19 Nathan Froyd1.0.5.54: fix thinko in src/code/array.lisp
2007-05-19 Nathan Froyd1.0.5.53: cleanup LOAD-TYPE macros
2007-05-17 Nikodemus Siivola1.0.5.51: fixed mixed up commit 1.0.5.50
2007-05-17 Nikodemus Siivola1.0.5.50: some compare-and-swap changes
2007-04-29 Nikodemus Siivola1.0.5.6: compare-and-swap / instance-set-conditional...
2007-04-24 Nathan Froyd1.0.4.110: make -sb-unicode builds work again
2007-04-20 Juho Snellman1.0.4.109: rewrite source that mixed quasiquotes and...
2007-04-18 Juho Snellman1.0.4.99: fix big-endian build
2007-04-17 Juho Snellman1.0.4.92: faster generic array access
2007-04-13 Nikodemus Siivola1.0.4.80: make ADJUST-ARRAY interrupt-safe
2006-12-05 Christophe Rhodes1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do...
2006-11-09 Juho Snellman0.9.18.43:
2006-10-29 Nikodemus Siivola0.9.18.15: fix adjust-array :fill-pointer buglet, plus...
2006-08-20 Nikodemus Siivola0.9.15.40: reentrant STABLE-SORT and ADJUST-ARRAY
2005-11-21 Christophe Rhodes0.9.6.54:
2005-11-20 Gabor Melis0.9.6.53: in the name of stability and goodwill
2005-07-14 William Harold Newman0.9.2.43:
2005-05-13 Nikodemus Siivola0.9.0.30: towards callbacks: static-vectors
2005-02-10 Alexey Dejneka0.8.19.22:
2004-11-02 Christophe Rhodes0.8.16.25:
2004-10-27 Christophe Rhodes0.8.16.9:
2004-10-26 Christophe Rhodes0.8.16.6:
2004-05-31 Nikodemus Siivola0.8.10.68:
2004-03-17 Christophe Rhodes0.8.8.30:
2004-03-15 Christophe Rhodes0.8.8.26:
2004-03-01 Christophe Rhodes0.8.8.7:
2004-03-01 Christophe Rhodes0.8.8.6:
2003-07-27 Alexey Dejneka0.8.2.3:
2003-07-16 Christophe Rhodes0.8.1.34:
2003-06-27 Christophe Rhodes0.8.1.9:
2003-06-25 Christophe Rhodes0.8.0.78.vector-nil-string.10:
2003-06-25 Christophe Rhodes0.8.0.78.vector-nil-string.8:
2003-06-24 Christophe Rhodes0.8.0.78.vector-nil-string.7:
2003-06-24 Alexey Dejneka0.8.1.1:
2003-06-18 Christophe Rhodes0.8.0.78.vector-nil-string.1:
2003-06-06 Alexey Dejneka0.8.0.39:
2003-05-26 Alexey Dejneka0.8.0.5:
2003-03-10 Christophe Rhodes0.7.13.21:
2003-01-27 Christophe Rhodes0.7.12.6:
2003-01-27 Christophe Rhodes0.7.12.5:
2003-01-26 Christophe Rhodes0.7.12.2:
2002-11-04 Christophe Rhodes0.7.9.29:
2002-08-18 William Harold Newman0.7.6.26:
2002-07-02 William Harold Newman0.7.5.3:
2002-06-26 Christophe Rhodes0.7.5.2:
2002-06-25 Christophe Rhodes0.7.5.1:
2002-01-31 William Harold Newman0.7.1.3:
2002-01-21 William Harold Newman0.7.0.3:
2002-01-17 William Harold Newman0.pre7.141:
2002-01-12 William Harold Newman0.pre7.122:
2001-12-28 William Harold Newman0.pre7.102:
2001-12-12 William Harold Newman0.pre7.88:
2001-10-31 William Harold Newman0.pre7.74:
2001-10-11 William Harold Newman0.pre7.60:
2001-10-11 William Harold Newman0.pre7.59:
2001-10-10 William Harold Newman0.pre7.58:
2001-10-06 William Harold Newman0.pre7.50:
2001-10-04 William Harold Newman0.pre7.41:
2001-10-03 William Harold Newman0.pre7.38:
2001-08-08 William Harold Newman0.pre7.4:
2001-08-08 William Harold Newman0.pre7.1:
next