Skip to content
Snippets Groups Projects
  1. Sep 15, 1992
  2. Aug 01, 1992
  3. Dec 11, 1991
  4. Dec 08, 1991
  5. Nov 09, 1991
  6. Sep 23, 1991
    • ram's avatar
      Added code to clear LAMBDA-VAR-INDIRECT (to handle the case where sets to a · a11c1a12
      ram authored
      closure variable have been deleted after pre-analysis.)  Moved variable
      deletion out of GET-LAMBDA-ENVIRONMENT into a new function
      REINIT-LAMBDA-ENVIRONMENT, which is called by ENVIRONMENT-ANALYZE.  This
      function cleans up environment analysis assumptions that were invalidated by
      optimization.
      a11c1a12
  7. Sep 05, 1991
  8. Aug 28, 1991
  9. Mar 18, 1991
  10. Mar 11, 1991
  11. Feb 20, 1991
  12. Jan 02, 1991
  13. Nov 26, 1990
  14. Oct 17, 1990
  15. Oct 06, 1990
  16. Aug 23, 1990
  17. Jul 23, 1990
    • ram's avatar
      Misc changes for lexenv stuff. · 2409e5ee
      ram authored
      Moved function-does-not-return test here from ir1final.
      Numerous changes due to NLX changes associated with new lexenv cleanup
      stuff.  Also, ENTRY-EXITS is now a list of EXITs, so we don't have to
      worry about continuations are deleted, and can find NLX points without
      iterating over all blocks.
      2409e5ee
  18. May 30, 1990
  19. Apr 24, 1990
  20. Apr 13, 1990
  21. Mar 08, 1990
    • ram's avatar
      Changed NOTE-NON-LOCAL-EXIT to add a use of the NLX continuation to the · 84ef6cd8
      ram authored
      %NLX-ENTRY function when we delete the escape function.  Formerly there was no
      use to represent the type uncertainty of the thrown value, which could cause
      LTN to get confused, perhaps choosing a specialized representation when the
      value could in fact be of any type.
      84ef6cd8
  22. Mar 05, 1990
  23. Feb 07, 1990
  24. Feb 06, 1990
Loading