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