Skip to content
Snippets Groups Projects
  1. Apr 02, 1991
  2. Mar 27, 1991
  3. Mar 11, 1991
  4. Mar 10, 1991
  5. Feb 20, 1991
  6. Feb 11, 1991
  7. Jan 30, 1991
  8. Jan 12, 1991
  9. 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
  10. Oct 14, 1990
  11. 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
  12. Oct 05, 1990
  13. Aug 16, 1990
  14. Jul 23, 1990
  15. Jun 20, 1990
  16. Jun 18, 1990
  17. Jun 17, 1990
    • wlott's avatar
      typo. · 50245b95
      wlott authored
      50245b95
  18. Jun 16, 1990
  19. May 30, 1990
  20. May 29, 1990
  21. May 24, 1990
  22. May 17, 1990
  23. 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
  24. 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
  25. Apr 27, 1990
  26. 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
  27. Mar 05, 1990
  28. Mar 02, 1990
  29. Feb 19, 1990
  30. Feb 15, 1990
  31. Feb 06, 1990
Loading