Skip to content
  1. Jul 30, 2003
  2. Jul 29, 2003
  3. Jul 28, 2003
  4. Jul 27, 2003
  5. Jul 25, 2003
    • Vikram S. Adve's avatar
      (1) Major fix to the way unused regs. are marked and found for the FP · 536b1922
      Vikram S. Adve authored
          Single and FP double reg types (which share the same reg class).
          Now all methods marking/finding unused regs consider the regType
          within the reg class, and SparcFloatRegClass specializes this code.
      (2) Remove machine-specific regalloc. methods that are no longer needed.
          In particular, arguments and return value from a call do not need
          machine-specific code for allocation.
      (3) Rename TargetRegInfo::getRegType variants to avoid unintentional
          overloading when an include file is omitted.
      
      llvm-svn: 7334
      536b1922
    • Vikram S. Adve's avatar
      1. Fix a case that was marking the invalid reg. num. (-1) as used, · 9b17ad16
      Vikram S. Adve authored
         causing a nasty array bound error later.
      2. Fix silly typo causing logical shift of unsigned long to use
         SRL instead of SRLX.
      
      llvm-svn: 7330
      9b17ad16
Loading