Skip to content
Snippets Groups Projects
  1. Aug 28, 2002
    • pmai's avatar
      A number of smallish changes to the new linkage-table code: · cf055d22
      pmai authored
      o Conditionalized some code that is only used in linkage-table builds
        on :linkage-table and LINKAGE_TABLE respectively.
      o Modernized undefined_ff_tramp based on recent changes, and renamed
        it to undefined_foreign_symbol_trap, because it really isn't a
        trampoline.
      o Conditionalized a stray puts(...,dlerror()) in Linux-os.c on DEBUG
      o Installed an error reporter for UNDEFINED_FOREIGN_SYMBOL_ERROR,
        which for now signals a simple-program-error.  We might want to
        introduced a new condition UNDEFINED-FOREIGN-SYMBOL or something,
        which could also be used by the old foreign linkage code.
      cf055d22
  2. Oct 27, 2001
  3. May 01, 1999
  4. Dec 19, 1998
  5. Aug 14, 1998
  6. Jul 24, 1998
  7. Mar 21, 1998
  8. Nov 15, 1997
  9. 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
  10. 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
  11. Oct 31, 1994
  12. Oct 19, 1994
  13. Jun 24, 1993
  14. May 29, 1993
  15. Feb 26, 1993
  16. Feb 08, 1993
  17. Jan 15, 1993
  18. Apr 15, 1992
  19. Mar 28, 1992
  20. Mar 10, 1992
  21. Feb 14, 1992
  22. Jan 21, 1992
  23. Nov 09, 1991
  24. May 24, 1991
  25. Feb 08, 1991
  26. Dec 11, 1990
  27. Nov 26, 1990
  28. Nov 07, 1990
  29. Oct 03, 1990
  30. Sep 06, 1990
  31. Aug 14, 1990
  32. Aug 12, 1990
  33. Jun 09, 1990
  34. Jun 06, 1990
  35. Jun 05, 1990
Loading