Skip to content
  1. Jul 16, 2010
  2. Jul 15, 2010
  3. Jul 14, 2010
  4. Jul 13, 2010
  5. Jul 12, 2010
  6. Jul 11, 2010
    • Jakob Stoklund Olesen's avatar
      Remove TargetInstrInfo::copyRegToReg entirely. · c4227f13
      Jakob Stoklund Olesen authored
      Targets must now implement TargetInstrInfo::copyPhysReg instead. There is no
      longer a default implementation forwarding to copyRegToReg.
      
      llvm-svn: 108095
      c4227f13
    • Rafael Espindola's avatar
      Convert uses of getPhysicalRegisterRegClass in VirtRegRewriter.cpp. · d7c4963f
      Rafael Espindola authored
      The first one was used just to call isSafeToMoveRegClassDefs. In
      general, using a more specific reg class is better, in practice only
      x86 implements that method and the results are always the same.
      
      The second one is in FindFreeRegister and is used to check if a register
      is in a register class, a much more direct call to contains is better as
      it should cover more cases and is faster.
      
      llvm-svn: 108093
      d7c4963f
Loading