Skip to content
  1. Aug 08, 2013
  2. Nov 04, 2011
  3. Sep 25, 2011
  4. Jul 14, 2010
  5. Mar 19, 2010
  6. Jun 30, 2006
  7. Jul 24, 1998
  8. Mar 21, 1998
  9. Feb 19, 1998
  10. Jan 17, 1998
  11. Jan 06, 1998
  12. Dec 20, 1997
  13. Nov 15, 1997
  14. Nov 07, 1997
  15. Nov 04, 1997
  16. Nov 01, 1997
    • dtc's avatar
      Improved support for (complex single-float) and (complex double-float) · 4c3b1bb6
      dtc authored
      types. Adds storage classes to the backend for these so they can be
      stored in registers or on the stack without consing; new primitive
      types etc. Also adds (simple-array (complex {single,double}-float))
      array types to avoid consing and speed vectors operations.  All
      these changes are conditional on the :complex-float feature. More work
      is needed to exploit these changes: improving the type dispatch in the
      various function; maybe compiler transforms or more VOPs to handle
      common functions inline.
      4c3b1bb6
  17. Apr 01, 1997
    • dtc's avatar
      Support for some specialised signed array types: (signed-byte 8), · d5d4504f
      dtc authored
      (signed-byte 16), (signed-byte 30), (signed-byte 32).  These patches
      include the general support and the x86 backend support; more to
      follow. The important changes are conditional on the :signed-array
      feature so shouldn't affect the source without this feature. This work
      has been driven by Raymond Toy.
      d5d4504f
  18. Jan 18, 1997
  19. Oct 31, 1994
  20. Feb 11, 1994
  21. Mar 13, 1993
  22. Feb 26, 1993
  23. Jan 14, 1993
  24. Jan 13, 1993
  25. Dec 05, 1992
  26. Sep 04, 1992
  27. Aug 16, 1992
  28. Aug 04, 1992
  29. Jul 28, 1992
  30. Mar 11, 1992
  31. Nov 09, 1991
  32. Nov 05, 1991
  33. Jul 25, 1991
  34. Apr 24, 1991
  35. Apr 19, 1991
  36. Feb 20, 1991
  37. Dec 18, 1990