2011-12-29 |
Nikodemus Siivola | faster FIND and POSITION on bit-vectors |
blob | commitdiff |
2011-12-10 |
Nikodemus Siivola | stack-allocatable fill-initialized specialized arrays... |
blob | commitdiff | diff to current |
2011-12-10 |
Nikodemus Siivola | faster VECTOR-SUBSEQ* |
blob | commitdiff | diff to current |
2011-12-10 |
Nikodemus Siivola | remove MUFFLE-CONDITION from the FILL transform |
blob | commitdiff | diff to current |
2011-12-08 |
Stas Boukarev | Fix transform for SEARCH on vectors with :form-end t. |
blob | commitdiff | diff to current |
2011-12-08 |
Stas Boukarev | Fix transform for SEARCH on vectors. |
blob | commitdiff | diff to current |
2011-10-31 |
Eric Marsden | fix SEARCH vector vector transform |
blob | commitdiff | diff to current |
2011-06-21 |
Paul Khuong | Faster MAP[-INTO] when (> SPEED SPACE) |
blob | commitdiff | diff to current |
2011-04-21 |
Nikodemus Siivola | 1.0.47.27: limit open coding from MEMBER, ASSOC, &co |
blob | commitdiff | diff to current |
2011-04-07 |
Nikodemus Siivola | 1.0.47.14: optimize list DELETE to DELQ in more cases |
blob | commitdiff | diff to current |
2010-11-07 |
Nikodemus Siivola | 1.0.44.1: more conservative CONCATENATE open-coding |
blob | commitdiff | diff to current |
2010-04-05 |
Nathan Froyd | 1.0.37.38: micro-optimizations of CONCATENATE bits |
blob | commitdiff | diff to current |
2010-04-04 |
Nikodemus Siivola | 1.0.37.36: revisit FIND/POSITION bounds checking on... |
blob | commitdiff | diff to current |
2010-03-15 |
Nikodemus Siivola | 1.0.36.24: FIND/POSITION bounds checking on lists |
blob | commitdiff | diff to current |
2010-03-08 |
Nikodemus Siivola | 1.0.36.15: upgraded array element-type of unions and... |
blob | commitdiff | diff to current |
2009-10-30 |
Nathan Froyd | 1.0.32.7: fix open-coding of EQL in the cross-compiler |
blob | commitdiff | diff to current |
2009-09-14 |
Nikodemus Siivola | 1.0.31.8: specialized out-of-line CONCATENATE for strings |
blob | commitdiff | diff to current |
2009-09-13 |
Nikodemus Siivola | 1.0.31.7: transform %FIND-POSITION for strings |
blob | commitdiff | diff to current |
2009-06-09 |
Nikodemus Siivola | 1.0.29.5: list item seek transform needs to check for... |
blob | commitdiff | diff to current |
2009-06-04 |
Nikodemus Siivola | 1.0.29.1: fix FILL |
blob | commitdiff | diff to current |
2009-05-18 |
Nikodemus Siivola | 1.0.28.57: cross compiler is able to reason about host... |
blob | commitdiff | diff to current |
2009-05-17 |
Nikodemus Siivola | 1.0.28.55: transform FILL to a UB*-BASH-FILL when possible |
blob | commitdiff | diff to current |
2009-05-01 |
Nikodemus Siivola | 1.0.28.2: fix bug 201, Incautious type inference from... |
blob | commitdiff | diff to current |
2009-03-22 |
Christophe Rhodes | 1.0.26.14: minor portability fixes |
blob | commitdiff | diff to current |
2008-09-24 |
Nikodemus Siivola | 1.0.20.29: small FIND fix & win32 build fix |
blob | commitdiff | diff to current |
2008-08-10 |
Gabor Melis | 1.0.19.27: more ir1 transforms for REPLACE |
blob | commitdiff | diff to current |
2008-08-04 |
Nikodemus Siivola | 1.0.19.18: transform ADJOIN, ASSOC, MEMBER, and RASSOC... |
blob | commitdiff | diff to current |
2008-07-31 |
Nikodemus Siivola | additional list seeking transformations |
blob | commitdiff | diff to current |
2008-06-30 |
Nikodemus Siivola | 1.0.18.5: ADJOIN with constant NIL as second argument |
blob | commitdiff | diff to current |
2008-05-04 |
Nikodemus Siivola | 1.0.16.15: fix TRANSFORM-LIST-ITEM-SEEK for ADJOIN... |
blob | commitdiff | diff to current |
2008-04-29 |
Nikodemus Siivola | 1.0.16.13: use TRANSFORM-LIST-ITEM-SEEK for ADJOIN... |
blob | commitdiff | diff to current |
2008-03-03 |
Nikodemus Siivola | 1.0.15.10: ASSOC and MEMBER were broken for :KEY #... |
blob | commitdiff | diff to current |
2008-03-03 |
Nikodemus Siivola | 1.0.15.9: further ASSOC & MEMBER transform improvements |
blob | commitdiff | diff to current |
2008-02-22 |
Nikodemus Siivola | 1.0.14.40: make deftransforms for UB<N>-BASH-COPY have... |
blob | commitdiff | diff to current |
2007-12-20 |
Nikodemus Siivola | 1.0.12.41: fix #-:sb-unicode build |
blob | commitdiff | diff to current |
2007-12-10 |
Juho Snellman | 1.0.12.23: Optimize STRING-*-TRIM |
blob | commitdiff | diff to current |
2007-12-05 |
Nikodemus Siivola | 1.0.12.16: sequence optimizations: FILL |
blob | commitdiff | diff to current |
2007-12-01 |
Nikodemus Siivola | 1.0.12.14: sequence optimizations: COPY-SEQ |
blob | commitdiff | diff to current |
2007-12-01 |
Nikodemus Siivola | 1.0.12.12: sequence optimizations: SUBSEQ, part 2 |
blob | commitdiff | diff to current |
2007-12-01 |
Nikodemus Siivola | 1.0.12.10: sequence optimizations: SUBSEQ, part 1 |
blob | commitdiff | diff to current |
2007-11-30 |
Nikodemus Siivola | 1.0.12.8: refactor bounding index error signalling... |
blob | commitdiff | diff to current |
2007-11-30 |
Nikodemus Siivola | 1.0.12.7: oops, missed one SEARCH transform |
blob | commitdiff | diff to current |
2007-11-29 |
Nikodemus Siivola | 1.0.12.5: WITH-ARRAY-DATA touchups |
blob | commitdiff | diff to current |
2007-11-20 |
Nikodemus Siivola | 1.0.11.34: better SUBSEQ on lists |
blob | commitdiff | diff to current |
2007-11-19 |
Juho Snellman | 1.0.11.33: Oops, restore REPLACE deftransforms that... |
blob | commitdiff | diff to current |
2007-11-18 |
Juho Snellman | 1.0.11.29: Faster CONCATENATE on strings |
blob | commitdiff | diff to current |
2007-07-27 |
Nikodemus Siivola | 1.0.8.7: printer-control variables affecting MEMBER... |
blob | commitdiff | diff to current |
2007-07-19 |
Nikodemus Siivola | 1.0.7.33: better handling of ASSOC and MEMBER on empty... |
blob | commitdiff | diff to current |
2007-07-19 |
Nikodemus Siivola | 1.0.7.29: better ASSOC transform |
blob | commitdiff | diff to current |
2007-07-17 |
Nikodemus Siivola | 1.0.7.28: compiler being nicer to the compiler |
blob | commitdiff | diff to current |
2007-07-17 |
Nikodemus Siivola | 1.0.7.26: asymptotically faster FIND-SLOT-DEFINITION |
blob | commitdiff | diff to current |
2007-07-17 |
Nikodemus Siivola | 1.0.7.25: better MEMBER transform |
blob | commitdiff | diff to current |
2007-07-17 |
Nikodemus Siivola | 1.0.7.23: delete a large block of commented-out code... |
blob | commitdiff | diff to current |
2007-06-01 |
Nathan Froyd | 1.0.6.8: improve (SUBSEQ FOO 0 ...) on arrays with... |
blob | commitdiff | diff to current |
2007-04-29 |
Nikodemus Siivola | 1.0.5.3: compiling a SUBSEQ on a SIMPLE-VECTOR should... |
blob | commitdiff | diff to current |
2007-04-10 |
Nathan Froyd | 1.0.4.55: Optimized REPLACE and UB*-BASH-COPY routines |
blob | commitdiff | diff to current |
2007-03-03 |
Nikodemus Siivola | 1.0.3.20: better SEARCH transform |
blob | commitdiff | diff to current |
2006-12-05 |
Christophe Rhodes | 1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do... |
blob | commitdiff | diff to current |
2006-12-01 |
Nathan Froyd | 1.0.0.8: |
blob | commitdiff | diff to current |
2006-11-15 |
Nathan Froyd | 0.9.18.53: |
blob | commitdiff | diff to current |
2006-04-09 |
Nathan Froyd | 0.9.11.25: |
blob | commitdiff | diff to current |
2005-07-14 |
William Harold Newman | 0.9.2.47: |
blob | commitdiff | diff to current |
2005-06-17 |
Nathan Froyd | 0.9.1.51: |
blob | commitdiff | diff to current |
2005-06-01 |
Nathan Froyd | 0.9.1.17: |
blob | commitdiff | diff to current |
2005-04-29 |
Christophe Rhodes | 0.9.0.6: |
blob | commitdiff | diff to current |
2005-03-29 |
Alexey Dejneka | 0.8.21.7: |
blob | commitdiff | diff to current |
2005-03-28 |
Nathan Froyd | 0.8.21.5: |
blob | commitdiff | diff to current |
2005-03-17 |
Juho Snellman | 0.8.20.27: |
blob | commitdiff | diff to current |
2004-11-02 |
Christophe Rhodes | 0.8.16.25: |
blob | commitdiff | diff to current |
2004-11-01 |
Christophe Rhodes | 0.8.16.22: |
blob | commitdiff | diff to current |
2004-06-16 |
Christophe Rhodes | 0.8.11.13: |
blob | commitdiff | diff to current |
2004-03-15 |
Christophe Rhodes | 0.8.8.26: |
blob | commitdiff | diff to current |
2004-01-14 |
Christophe Rhodes | 0.8.7.15: |
blob | commitdiff | diff to current |
2003-09-16 |
Alexey Dejneka | 0.8.3.70: |
blob | commitdiff | diff to current |
2003-09-15 |
Alexey Dejneka | 0.8.3.62: |
blob | commitdiff | diff to current |
2003-07-15 |
Christophe Rhodes | 0.8.0.78.vector-nil-string.14: |
blob | commitdiff | diff to current |
2003-06-18 |
Christophe Rhodes | 0.8.0.78.vector-nil-string.1: |
blob | commitdiff | diff to current |
2003-06-16 |
Christophe Rhodes | 0.8.0.74: |
blob | commitdiff | diff to current |
2003-06-14 |
Alexey Dejneka | 0.8.0.71: |
blob | commitdiff | diff to current |
2003-06-13 |
Alexey Dejneka | 0.8.0.65: |
blob | commitdiff | diff to current |
2003-05-03 |
William Harold Newman | 0.8alpha.0.9: |
blob | commitdiff | diff to current |
2003-05-02 |
Christophe Rhodes | 0.8alpha.0.4: |
blob | commitdiff | diff to current |
2003-04-26 |
Alexey Dejneka | 0.pre8.107: |
blob | commitdiff | diff to current |
2003-04-25 |
Alexey Dejneka | 0.pre8.103: |
blob | commitdiff | diff to current |
2003-02-23 |
William Harold Newman | 0.7.12.56: |
blob | commitdiff | diff to current |
2003-02-23 |
William Harold Newman | 0.7.12.55: |
blob | commitdiff | diff to current |
2003-02-03 |
Christophe Rhodes | 0.7.12.17: |
blob | commitdiff | diff to current |
2002-12-04 |
Christophe Rhodes | 0.7.10.10: |
blob | commitdiff | diff to current |
2002-10-10 |
William Harold Newman | 0.7.7.24: |
blob | commitdiff | diff to current |
2002-10-02 |
Christophe Rhodes | 0.7.8.10: |
blob | commitdiff | diff to current |
2002-10-02 |
Christophe Rhodes | 0.7.8.8: |
blob | commitdiff | diff to current |
2002-09-23 |
William Harold Newman | 0.7.7.40: |
blob | commitdiff | diff to current |
2002-09-21 |
Alexey Dejneka | 0.7.7.34: |
blob | commitdiff | diff to current |
2002-09-20 |
Christophe Rhodes | 0.7.7.33: |
blob | commitdiff | diff to current |
2002-07-29 |
William Harold Newman | 0.7.6.10: |
blob | commitdiff | diff to current |
2002-07-05 |
Christophe Rhodes | 0.7.5.5: |
blob | commitdiff | diff to current |
2002-06-18 |
Christophe Rhodes | 0.7.4.37: |
blob | commitdiff | diff to current |
2002-05-19 |
Christophe Rhodes | 0.7.3.18: |
blob | commitdiff | diff to current |
2002-04-25 |
William Harold Newman | 0.7.3.1: |
blob | commitdiff | diff to current |
2002-04-17 |
William Harold Newman | 0.7.2.13: |
blob | commitdiff | diff to current |
next |