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