Skip to content
  1. Mar 04, 2008
    • Bill Wendling's avatar
      Miscellaneous clean-ups based on Evan's feedback: · 0e541ea7
      Bill Wendling authored
      - Cleaned up how the prologue-epilogue inserter loops over the instructions.
      - Instead of restarting the processing of an instruction if we remove an
        implicit kill, just update the end iterator and make sure that the iterator
        isn't incremented.
      
      llvm-svn: 47870
      0e541ea7
  2. Mar 03, 2008
  3. Feb 26, 2008
  4. Feb 24, 2008
  5. Feb 14, 2008
  6. Feb 10, 2008
  7. Feb 08, 2008
  8. Feb 07, 2008
  9. Feb 06, 2008
  10. Jan 31, 2008
  11. Jan 24, 2008
  12. Jan 07, 2008
  13. Jan 01, 2008
  14. Dec 31, 2007
  15. Dec 30, 2007
  16. Dec 29, 2007
  17. Nov 14, 2007
    • Evan Cheng's avatar
      Clean up sub-register implementation by moving subReg information back to · 7f02cfa5
      Evan Cheng authored
      MachineOperand auxInfo. Previous clunky implementation uses an external map
      to track sub-register uses. That works because register allocator uses
      a new virtual register for each spilled use. With interval splitting (coming
      soon), we may have multiple uses of the same register some of which are
      of using different sub-registers from others. It's too fragile to constantly
      update the information.
      
      llvm-svn: 44104
      7f02cfa5
  18. Oct 13, 2007
  19. Oct 12, 2007
  20. Sep 14, 2007
Loading