Skip to content
  1. Aug 02, 2003
  2. Jul 29, 2003
  3. Jul 27, 2003
  4. Jul 25, 2003
  5. Jul 23, 2003
  6. Jul 10, 2003
  7. Jul 06, 2003
  8. Jul 02, 2003
  9. Jun 30, 2003
  10. Jun 22, 2003
  11. Jun 17, 2003
  12. Jun 16, 2003
  13. Jun 11, 2003
  14. Jun 10, 2003
  15. Jun 09, 2003
  16. Jun 08, 2003
  17. Jun 07, 2003
  18. Jun 05, 2003
  19. Jun 04, 2003
    • Misha Brukman's avatar
      I have finally seen the light. The code to change the opcode must live higher in · 4e7bad01
      Misha Brukman authored
      the loop, and in both cases. In the first case, it is a VReg that is a constant
      so it may be actually converted to a constant. In the second case, it is already
      a constant, but then if it doesn't change its type (e.g. to become a register
      and have the value loaded from memory if it is too large to live in its
      instruction field), we must change the opcode BEFORE the 'continue', otherwise
      we miss the opportunity.
      
      llvm-svn: 6602
      4e7bad01
  20. Jun 03, 2003
Loading