Skip to content
Snippets Groups Projects
  1. Aug 05, 1991
  2. Jul 17, 1991
  3. Jul 10, 1991
  4. Jun 25, 1991
  5. Apr 09, 1991
  6. Apr 01, 1991
  7. Mar 25, 1991
    • ram's avatar
      Spiffed up FAILED-TO-PACK-LOAD-TN-ERROR to print out how each possible location · 2f2d4341
      ram authored
      is already in use by the VOP.
      
      Changed LOAD-TN-OFFSET-CONFLICTS-IN-SB to not look at the live-TNs, since this
      is unrelated to the TN-REF scanning.
      
      Added new IGNORE-LIVE argument to LOAD-TN-CONFLICTS-IN-SC so that we can also
      use this function to tell what TNs are possibly spillable.
      
      Changed SPILL-AND-PACK-LOAD-TN to use LOAD-TN-CONFLICTS-IN-SC to determine
      which TNs are spillable, allowing the same TN to be used for both an argument
      and a result load-TN.
      
      Also, fixed spilling to deal with multi-location load-tns.
      2f2d4341
  8. Feb 26, 1991
  9. Feb 25, 1991
  10. Feb 24, 1991
    • ram's avatar
      Fixed some loop syntax and typos and stuff. · a7a36e27
      ram authored
      a7a36e27
    • ram's avatar
      Added BASIC-SAVE-TN which must be used in lieu of SAVE-COMPILEX-WRITER-TN · e21414b1
      ram authored
      in spilling, since the TN might already be a saved single-writer TN.
      Fixed OPTIMIZED-EMIT-SAVES to choose :SAVE-ONCE saving strategy when  
      appropriate.  This had come unglued, since there was always a restore
      emitted by the time we considered saving, making it look like the TN
      wasn't single-writer.
      Changed SELECT-LOCATIONS to not choose SC-RESERVE-LOCATIONS.
      Changed load-TN packing to handle multi-location load-tns.
      Changed load-TN packing to allow targeting into TNs that are not allowed
      by the primitive type.
      e21414b1
  11. Feb 20, 1991
  12. Jan 13, 1991
  13. Dec 02, 1990
  14. Dec 01, 1990
  15. Nov 13, 1990
  16. Nov 03, 1990
  17. Oct 06, 1990
  18. Aug 23, 1990
  19. Aug 16, 1990
    • ram's avatar
      Flushed special support for :ENVIRONMENT TNs, since they now look · fbbbd8c3
      ram authored
      like any other global TN.  Changed register saving to save the 
      registers before the ALLOCATE-FRAME VOP so that the new local
      call arg passing works.
      Added local save optimization: only save a value once in a block,
      and don't restore if the value isn't used before the next save.
      Also, added some cost determination stuff that tries to tell when
      it is more trouble than it is worth to allocate a value in a register
      due to saving costs.
      Added support for pre-packed save TNs (:SPECIFIED-SAVE).
      Changed the packing order: now instead of more-or-less random, we pack
      in the order of the TN's first mention in the emit order.
      fbbbd8c3
  20. Jul 13, 1990
  21. Jun 15, 1990
  22. Jun 06, 1990
  23. May 30, 1990
  24. May 11, 1990
  25. May 09, 1990
  26. Apr 23, 1990
  27. Apr 22, 1990
  28. Apr 21, 1990
  29. Apr 19, 1990
    • ram's avatar
      Fixed typo. · 9ffd0212
      ram authored
      9ffd0212
    • ram's avatar
      Changed INIT-SB-VECTORS and GROW-SC to work when a SB has no locations · 05751ccd
      ram authored
      allocated (initial size of 0).
      05751ccd
    • ram's avatar
      Rewrote LOAD-TN-CONFLICTS-IN-SB yet again. The dubious assumptions about · 890821d3
      ram authored
      detecting argument/result references while scanning the NEXT-REF thread
      had become untenable now that times can explicitly be specified for
      operands.  Fortunately solving this problem simplified the code.
      Also, changed TARGET-IF-DESIRABLE to always target so that load-TN targeting
      will work better.
      Changed COMPUTE-LIVE-TNS to kill any result TNs before returning.  Because
      I stopped advancing to the previous VOP before packing arg load TNs, results
      appeared to conflict with argument load TNs.  We don't need this, since all
      conflicts for TNs used by the VOP are explicitly tested for in the other
      code.
      890821d3
  30. Apr 17, 1990
  31. Apr 16, 1990
    • ram's avatar
      Merged non-descriptor changes: · 42ca2f8e
      ram authored
       revision 1.2.1.4
       date: 90/04/08 21:05:04;  author: ram;  state: Exp;  lines added/del: 12/14
       Fixed some compiler errors.
       ----------------------------
       revision 1.2.1.3
       date: 90/04/02 15:18:54;  author: ram;  state: Exp;  lines added/del: 42/32
       Added support for :COMPONENT TNs.
      
       Deleted some old debugging code in SELECT-LOCATION.
      
       Changed COMPUTE-LIVE-TNS to use DO-LIVE-TNS instead of rolling our own.  Load
       TN pack will now notice conflicts with :ENVIRONMENT and :COMPONENT TNs.  We
       didn't lose before because all :ENVIRONMENT TNs were on the stack.
      
       Added some (INLINE MEMBER) declarations.
       ----------------------------
       revision 1.2.1.2
       date: 90/03/27 16:07:59;  author: ram;  state: Exp;  lines added/del: 207/311
       Changed stuff to use DO-IR2-ENVIRONMENT-TNS instead of IR2-ENVIRONMENT-BLOCKS.
      
       Flushed TN cost hackery, now that this is replaced by representation selection.
      
       Changed stuff to iterate over alternate SCs instead of primitive-type-SCs, and
       changed stuff to use the save-p/alternates instead of the *save-scs* info.
      
       Changed saving and spilling to work using load-functions via the LOAD-OPERAND
       VOP.
      
       Changed load-TN packing to just stick the TN in the TN-REF-LOAD-TN instead of
       inserting move VOPs.  This allowed the load-TN conflict stuff to be simplified.
       Changed load-TN packing to just go for the recorded load-SC, rather than trying
       to select arbitrary load SCs.
      
       Made error messages somewhat snazzier, tho these should be happening less often
       now that representation selection either detects lossage or allows you to do
       losing things.
      
       Changed restricted packing to work by a flag passed into pack, now that the
       restriction isn't encoded in the TN-COSTS.
       ----------------------------
       revision 1.2.1.1
       date: 90/03/08 14:01:30;  author: ram;  state: Exp;  lines added/del: 2/2
       Start work on better non-descriptor support.
      42ca2f8e
  32. Apr 13, 1990
  33. Apr 04, 1990
  34. Mar 05, 1990
Loading