Skip to content
Snippets Groups Projects
  1. Apr 20, 1991
  2. Apr 04, 1991
  3. Apr 03, 1991
  4. Apr 02, 1991
  5. Mar 27, 1991
  6. Mar 11, 1991
  7. Mar 10, 1991
  8. Feb 20, 1991
  9. Feb 11, 1991
  10. Jan 30, 1991
  11. Jan 12, 1991
  12. 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
  13. Oct 14, 1990
  14. 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
  15. Oct 05, 1990
  16. Aug 16, 1990
  17. Jul 23, 1990
  18. Jun 20, 1990
  19. Jun 18, 1990
  20. Jun 17, 1990
    • wlott's avatar
      typo. · 50245b95
      wlott authored
      50245b95
  21. Jun 16, 1990
  22. May 30, 1990
  23. May 29, 1990
  24. May 24, 1990
  25. May 17, 1990
  26. 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
  27. May 12, 1990
    • ram's avatar
      Enchanced error messages: · 54a629d1
      ram authored
      If source context is a node, we record the source for it's DEST (if any)
      as enclosing-source, along with a string describing how the value is used.
      This enclosing source info is printed when it seems useful.
      Also, TREE-EQUAL is used instead of EQUAL so that we won't lose on 
      circular forms, we correctly handle NIL source forms, and we print more
      blank lines to separate consequtive error messages.
      54a629d1
    • ram's avatar
      e0d6c04d
  28. Apr 27, 1990
  29. Apr 16, 1990
    • ram's avatar
      Merged non-descriptor changes: ir1util.lisp · 40f94b03
      ram authored
       revision 1.7.1.2
       date: 90/04/13 12:17:09;  author: ram;  state: Exp;  lines added/del: 33/12
       Added hack to DELETE-RETURN to inhibit blowing away of tail-sets when
       we delete TR returns.
       Fixed up undefined reference stuff a bit, and added NOTE-NAME-DEFINED.
       ----------------------------
       revision 1.7.1.1
       date: 90/03/27 12:17:26;  author: ram;  state: Exp;  lines added/del: 40/0
       Generalized the undefined function warning stuff so that it could be used
       for undefined type warnings as well.  Moved stuff from ir1tran to ir1util,
       defining the new NOTE-UNDEFINED-REFERENCE function.
      40f94b03
  30. Mar 05, 1990
  31. Mar 02, 1990
  32. Feb 19, 1990
  33. Feb 15, 1990
  34. Feb 06, 1990
Loading