Skip to content
Snippets Groups Projects
  1. Jan 21, 1992
  2. Dec 14, 1991
  3. Dec 11, 1991
    • ram's avatar
      In NODE-ENDS-BLOCK, set COMPONENT-REANALYZE, since we are introducing a · 9af20ab1
      ram authored
      new block which needs a DFN assigned.
      Added :ASSIGNMENT to various dispatches off of FUNCTIONAL-KIND.
      In DELETE-LAMBDA, remove the lambda from its tail-set.
      Whenever we try let conversion, try assignment conversion if it fails.
      Changed DELETE-RETURN not to delete the function from the tail set.
      Fixed DELETE-COMPONENT to set FUNCTIONAL-KIND to NIL before calling 
      DELETE-LAMBDA so that we can delete random kinds of lambdas.
      9af20ab1
  4. Nov 20, 1991
  5. Nov 18, 1991
  6. Nov 14, 1991
  7. Nov 13, 1991
  8. Nov 09, 1991
  9. Nov 06, 1991
  10. Sep 03, 1991
  11. Jul 18, 1991
  12. Jul 11, 1991
  13. May 31, 1991
  14. Apr 20, 1991
  15. Apr 04, 1991
  16. Apr 03, 1991
  17. Apr 02, 1991
  18. Mar 27, 1991
  19. Mar 11, 1991
  20. Mar 10, 1991
  21. Feb 20, 1991
  22. Feb 11, 1991
  23. Jan 30, 1991
  24. Jan 12, 1991
  25. Jan 03, 1991
    • ram's avatar
      Changed NODE-ENCLOSING-CLEANUP work now that lets can be deleted. · 32c0566f
      ram authored
      Made NODE-HOME-LAMBDA work now that lets can be deleted.
      Made DELETE-LAMBDA print a note if the function was never referenced.
      Changed dead code deletion to ignore blocks in deleted functions
      and to not worry about special-casing EPs, since those are now handled
      by function deletion notes.
      Also, we now ignore unreachable fixnums or characters, since they
      could coincidentally appear in the source and expalsion.
      Added some uses of REQUIRED-ARGUMENT.
      32c0566f
  26. Oct 14, 1990
  27. Oct 12, 1990
    • ram's avatar
      Exported misc error printing control variables. · c06d1328
      ram authored
      Added SUBSTITUTE-LEAF-IF.
      Changed *defmumble-take-car-forms* to *source-context- and made it use
      on all source context forms so that we can squelch (function (lambda....)
      Added FILE-NAME, FILE-POSITION and ORIGNAL-SOURCE-PATH slots to the
      COMPILER-ERROR-CONTEXT.
      Added hemlock compiler notification hooks.
      Changed *error-print-level* and *error-print-length* to go out to
      *print-level* and *print-length* when they are NIL.
      Added printing of the source file in PRINT-ERROR-MESSAGE.
      c06d1328
  28. Oct 05, 1990
  29. Aug 16, 1990
  30. Jul 23, 1990
  31. Jun 20, 1990
  32. Jun 18, 1990
  33. Jun 17, 1990
    • wlott's avatar
      typo. · 50245b95
      wlott authored
      50245b95
  34. Jun 16, 1990
  35. May 30, 1990
  36. May 29, 1990
  37. May 24, 1990
  38. May 17, 1990
  39. May 16, 1990
    • ram's avatar
      Tweaked error message format a bit. · 7a10c2a6
      ram authored
      Added REOPTIMIZE-LAMBDA-VAR and made DELETE-REF call it when we delete
      the second-to-last reference to a LAMBDA-VAR.
      7a10c2a6
Loading