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