Optimize CONCATENATE transform.
[sbcl.git] / src / compiler / seqtran.lisp
2013-11-30 Stas BoukarevOptimize CONCATENATE transform.
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-05-21 Paul KhuongConstant-fold backquote of constant expressions
2013-03-22 Jan MoringenFix typo in comment in src/compiler/seqtran.lisp
2012-09-17 Nikodemus Siivoladon't assume only bits are looked for in bit-vectors
2011-12-29 Nikodemus Siivolafaster FIND and POSITION on bit-vectors
2011-12-10 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays...
2011-12-10 Nikodemus Siivolafaster VECTOR-SUBSEQ*
2011-12-10 Nikodemus Siivolaremove MUFFLE-CONDITION from the FILL transform
2011-12-08 Stas BoukarevFix transform for SEARCH on vectors with :form-end t.
2011-12-08 Stas BoukarevFix transform for SEARCH on vectors.
2011-10-31 Eric Marsdenfix SEARCH vector vector transform
2011-06-21 Paul KhuongFaster MAP[-INTO] when (> SPEED SPACE)
2011-04-21 Nikodemus Siivola1.0.47.27: limit open coding from MEMBER, ASSOC, &co
2011-04-07 Nikodemus Siivola1.0.47.14: optimize list DELETE to DELQ in more cases
2010-11-07 Nikodemus Siivola1.0.44.1: more conservative CONCATENATE open-coding
2010-04-05 Nathan Froyd1.0.37.38: micro-optimizations of CONCATENATE bits
2010-04-04 Nikodemus Siivola1.0.37.36: revisit FIND/POSITION bounds checking on...
2010-03-15 Nikodemus Siivola1.0.36.24: FIND/POSITION bounds checking on lists
2010-03-08 Nikodemus Siivola1.0.36.15: upgraded array element-type of unions and...
2009-10-30 Nathan Froyd1.0.32.7: fix open-coding of EQL in the cross-compiler
2009-09-14 Nikodemus Siivola1.0.31.8: specialized out-of-line CONCATENATE for strings
2009-09-13 Nikodemus Siivola1.0.31.7: transform %FIND-POSITION for strings
2009-06-09 Nikodemus Siivola1.0.29.5: list item seek transform needs to check for...
2009-06-04 Nikodemus Siivola1.0.29.1: fix FILL
2009-05-18 Nikodemus Siivola1.0.28.57: cross compiler is able to reason about host...
2009-05-17 Nikodemus Siivola1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
2009-05-01 Nikodemus Siivola1.0.28.2: fix bug 201, Incautious type inference from...
2009-03-22 Christophe Rhodes1.0.26.14: minor portability fixes
2008-09-24 Nikodemus Siivola1.0.20.29: small FIND fix & win32 build fix
2008-08-10 Gabor Melis1.0.19.27: more ir1 transforms for REPLACE
2008-08-04 Nikodemus Siivola1.0.19.18: transform ADJOIN, ASSOC, MEMBER, and RASSOC...
2008-07-31 Nikodemus Siivolaadditional list seeking transformations
2008-06-30 Nikodemus Siivola1.0.18.5: ADJOIN with constant NIL as second argument
2008-05-04 Nikodemus Siivola1.0.16.15: fix TRANSFORM-LIST-ITEM-SEEK for ADJOIN...
2008-04-29 Nikodemus Siivola1.0.16.13: use TRANSFORM-LIST-ITEM-SEEK for ADJOIN...
2008-03-03 Nikodemus Siivola1.0.15.10: ASSOC and MEMBER were broken for :KEY #...
2008-03-03 Nikodemus Siivola1.0.15.9: further ASSOC & MEMBER transform improvements
2008-02-22 Nikodemus Siivola1.0.14.40: make deftransforms for UB<N>-BASH-COPY have...
2007-12-20 Nikodemus Siivola1.0.12.41: fix #-:sb-unicode build
2007-12-10 Juho Snellman1.0.12.23: Optimize STRING-*-TRIM
2007-12-05 Nikodemus Siivola1.0.12.16: sequence optimizations: FILL
2007-12-01 Nikodemus Siivola1.0.12.14: sequence optimizations: COPY-SEQ
2007-12-01 Nikodemus Siivola1.0.12.12: sequence optimizations: SUBSEQ, part 2
2007-12-01 Nikodemus Siivola1.0.12.10: sequence optimizations: SUBSEQ, part 1
2007-11-30 Nikodemus Siivola1.0.12.8: refactor bounding index error signalling...
2007-11-30 Nikodemus Siivola1.0.12.7: oops, missed one SEARCH transform
2007-11-29 Nikodemus Siivola1.0.12.5: WITH-ARRAY-DATA touchups
2007-11-20 Nikodemus Siivola1.0.11.34: better SUBSEQ on lists
2007-11-19 Juho Snellman1.0.11.33: Oops, restore REPLACE deftransforms that...
2007-11-18 Juho Snellman1.0.11.29: Faster CONCATENATE on strings
2007-07-27 Nikodemus Siivola1.0.8.7: printer-control variables affecting MEMBER...
2007-07-19 Nikodemus Siivola1.0.7.33: better handling of ASSOC and MEMBER on empty...
2007-07-19 Nikodemus Siivola1.0.7.29: better ASSOC transform
2007-07-17 Nikodemus Siivola1.0.7.28: compiler being nicer to the compiler
2007-07-17 Nikodemus Siivola1.0.7.26: asymptotically faster FIND-SLOT-DEFINITION
2007-07-17 Nikodemus Siivola1.0.7.25: better MEMBER transform
2007-07-17 Nikodemus Siivola1.0.7.23: delete a large block of commented-out code...
2007-06-01 Nathan Froyd1.0.6.8: improve (SUBSEQ FOO 0 ...) on arrays with...
2007-04-29 Nikodemus Siivola1.0.5.3: compiling a SUBSEQ on a SIMPLE-VECTOR should...
2007-04-10 Nathan Froyd1.0.4.55: Optimized REPLACE and UB*-BASH-COPY routines
2007-03-03 Nikodemus Siivola1.0.3.20: better SEARCH transform
2006-12-05 Christophe Rhodes1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do...
2006-12-01 Nathan Froyd1.0.0.8:
2006-11-15 Nathan Froyd0.9.18.53:
2006-04-09 Nathan Froyd0.9.11.25:
2005-07-14 William Harold Newman0.9.2.47:
2005-06-17 Nathan Froyd0.9.1.51:
2005-06-01 Nathan Froyd0.9.1.17:
2005-04-29 Christophe Rhodes0.9.0.6:
2005-03-29 Alexey Dejneka0.8.21.7:
2005-03-28 Nathan Froyd0.8.21.5:
2005-03-17 Juho Snellman0.8.20.27:
2004-11-02 Christophe Rhodes0.8.16.25:
2004-11-01 Christophe Rhodes0.8.16.22:
2004-06-16 Christophe Rhodes0.8.11.13:
2004-03-15 Christophe Rhodes0.8.8.26:
2004-01-14 Christophe Rhodes0.8.7.15:
2003-09-16 Alexey Dejneka0.8.3.70:
2003-09-15 Alexey Dejneka0.8.3.62:
2003-07-15 Christophe Rhodes0.8.0.78.vector-nil-string.14:
2003-06-18 Christophe Rhodes0.8.0.78.vector-nil-string.1:
2003-06-16 Christophe Rhodes0.8.0.74:
2003-06-14 Alexey Dejneka0.8.0.71:
2003-06-13 Alexey Dejneka0.8.0.65:
2003-05-03 William Harold Newman0.8alpha.0.9:
2003-05-02 Christophe Rhodes0.8alpha.0.4:
2003-04-26 Alexey Dejneka0.pre8.107:
2003-04-25 Alexey Dejneka0.pre8.103:
2003-02-23 William Harold Newman0.7.12.56:
2003-02-23 William Harold Newman0.7.12.55:
2003-02-03 Christophe Rhodes0.7.12.17:
2002-12-04 Christophe Rhodes0.7.10.10:
2002-10-10 William Harold Newman0.7.7.24:
2002-10-02 Christophe Rhodes0.7.8.10:
2002-10-02 Christophe Rhodes0.7.8.8:
2002-09-23 William Harold Newman0.7.7.40:
2002-09-21 Alexey Dejneka0.7.7.34:
2002-09-20 Christophe Rhodes0.7.7.33:
2002-07-29 William Harold Newman0.7.6.10:
next