Skip to content
  1. 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
  2. Nov 13, 2007
  3. Nov 12, 2007
  4. Nov 09, 2007
  5. Nov 08, 2007
  6. Nov 07, 2007
  7. Nov 06, 2007
  8. Nov 05, 2007
Loading