Skip to content
Snippets Groups Projects
  1. Nov 16, 1997
  2. Nov 05, 1997
    • dtc's avatar
      Replace the allocation macros with a function, and pass the VOP · 7b60cd6a
      dtc authored
      node-var as an optional argument so the allocation function can make
      policy decisions (to inline with GENCGC).
      
      Remove the make-complex-{single,double}-float functions, and just
      define the VOPs as translations of the complex function.
      
      Fix a few bugs in the complex-float move VOPs.
      7b60cd6a
  3. 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
  4. May 15, 1997
  5. Jan 18, 1997
  6. Feb 17, 1995
  7. Oct 31, 1994
  8. Feb 11, 1994
  9. Feb 09, 1994
  10. Jun 24, 1993
  11. Jun 17, 1993
  12. Mar 01, 1993
  13. Jan 13, 1993
  14. Feb 07, 1992
  15. Nov 14, 1991
  16. Feb 25, 1991
  17. Feb 08, 1991
  18. Dec 12, 1990
  19. Dec 11, 1990
  20. Oct 03, 1990
  21. Oct 01, 1990
  22. Sep 18, 1990
  23. Aug 14, 1990
  24. Jul 21, 1990
  25. Jul 10, 1990
  26. Jul 09, 1990
  27. Jul 08, 1990
  28. Jul 07, 1990
  29. Jul 06, 1990
  30. Jul 05, 1990
  31. Jul 03, 1990
Loading