Skip to content
Snippets Groups Projects
  1. Oct 27, 2001
  2. May 01, 1999
  3. Dec 19, 1998
  4. Aug 14, 1998
  5. Jul 24, 1998
  6. Mar 21, 1998
  7. Nov 15, 1997
  8. 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
  9. 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
  10. Oct 31, 1994
  11. Oct 19, 1994
  12. Jun 24, 1993
  13. May 29, 1993
  14. Feb 26, 1993
  15. Feb 08, 1993
  16. Jan 15, 1993
  17. Apr 15, 1992
  18. Mar 28, 1992
  19. Mar 10, 1992
  20. Feb 14, 1992
  21. Jan 21, 1992
  22. Nov 09, 1991
  23. May 24, 1991
  24. Feb 08, 1991
  25. Dec 11, 1990
  26. Nov 26, 1990
  27. Nov 07, 1990
  28. Oct 03, 1990
  29. Sep 06, 1990
  30. Aug 14, 1990
  31. Aug 12, 1990
  32. Jun 09, 1990
  33. Jun 06, 1990
  34. Jun 05, 1990
  35. Jun 04, 1990
Loading