Remove a workaround in bit-vector consets
[sbcl.git] / src / compiler / constraint.lisp
2013-12-02 Paul KhuongRemove a workaround in bit-vector consets
2013-11-04 Paul KhuongTwo new optimizer types for flow-sensitive type propagation
2012-04-20 Lutz EulerTypo fixes in comments
2011-12-13 Paul KhuongFix EQL constraint propagation on constant assigned...
2011-11-25 Lutz EulerTighter floating-point type constraints in some cases
2011-06-21 Paul KhuongFaster MAP[-INTO] when (> SPEED SPACE)
2011-06-20 Paul KhuongMore constraint propagation in the presence of assignment
2011-06-19 Paul KhuongLess constraint propagation when COMPILATION-SPEED...
2011-06-18 Paul KhuongMore explicit high-level interface for consets
2011-06-18 Paul KhuongFaster iteration through a variable's constraints durin...
2011-06-18 Paul KhuongSmarter FIND-CONSTRAINT during constraint propagation
2011-03-11 Alastair Bridgewater1.0.46.33: constraint: Don't substitute REFs when repla...
2010-11-07 Nikodemus Siivola1.0.44.2: don't add pointless TYPEP T constraints
2010-04-27 Paul Khuong1.0.37.73: Remove the one place we assumed constant...
2009-11-19 Nikodemus Siivola1.0.32.34: remove curious-hacker-cruft from constraints...
2009-11-19 Nikodemus Siivola1.0.32.33: GENCGC tuning parameters
2009-05-11 Nikodemus Siivola1.0.28.39: more error reporting tweakery
2009-04-24 Christophe Rhodes1.0.27.32: implement and use SB!XC:GENSYM
2009-03-23 Christophe Rhodes1.0.26.20: tighter VECTOR-PUSH-EXTEND argument type
2009-03-22 Christophe Rhodes1.0.26.14: minor portability fixes
2009-02-16 Gabor Melis1.0.25.15: less compilation warnings
2008-12-26 Richard M Kreuter1.0.23.68: Cleanups in constraint propagation.
2008-11-07 Brian Mastenbrook1.0.22.17: fix cross-compile from CMUCL 19e
2008-09-11 Richard M Kreuter1.0.20.5: Fix stupid bugs introduced in 1.0.20.4.
2008-09-11 Richard M Kreuter1.0.20.4: Use a new set implementation for constraint...
2008-09-06 Richard M Kreuter1.0.20.3: Minor refactoring in constraint propagation.
2008-02-18 Nikodemus Siivola1.0.14.34: slightly less and slightly faster constraint...
2007-02-06 Juho Snellman1.0.2.14: Speed up constraint propagation
2007-01-23 Gabor Melis1.0.1.35: propagate (EQL X Y) constraints symmetrically
2006-03-28 Gabor Melis0.9.11.4
2006-03-17 Gabor Melis0.9.10.43
2005-12-28 Gabor Melis0.9.8.2: constraint propagation
2005-12-17 Gabor Melis0.9.6.32:
2005-07-14 William Harold Newman0.9.2.46:
2005-02-23 Alexey Dejneka0.8.19.38:
2004-10-30 Alexey Dejneka0.8.16.17
2003-09-17 Alexey Dejneka0.8.3.74:
2003-09-15 Alexey Dejneka0.8.3.62:
2003-08-29 Alexey Dejneka0.8.3.12:
2003-08-29 Alexey Dejneka0.8.3.11:
2003-05-26 Alexey Dejneka0.8.0.3:
2003-04-25 Alexey Dejneka0.pre8.103:
2003-01-04 Alexey Dejneka0.7.11.2:
2002-08-26 William Harold Newman0.7.7.2:
2002-03-05 William Harold Newman0.7.1.30:
2002-01-13 William Harold Newman0.pre7.127:
2001-11-12 William Harold Newman0.pre7.86.flaky7.5:
2001-10-13 William Harold Newman0.pre7.61:
2001-10-03 William Harold Newman0.pre7.38:
2001-09-02 William Harold Newman0.pre7.31:
2001-08-30 William Harold Newman0.pre7.25:
2001-08-29 William Harold Newman0.pre7.24:
2001-04-06 William Harold Newman0.6.11.32:
2001-03-26 William Harold Newman0.6.11.26:
2001-03-12 William Harold Newman0.6.11.13:
2001-03-02 William Harold Newman0.6.11.10:
2000-10-20 William Harold Newman0.6.7.22: removed CVS dollar-Header-dollar tags from...
2000-09-18 William Harold NewmanInitial revision