Skip to content
  1. Aug 08, 2011
    • Jakob Stoklund Olesen's avatar
      Don't clobber pending ST regs when FP regs are killed. · 4f0ace56
      Jakob Stoklund Olesen authored
      X86FloatingPoint keeps track of pending ST registers for an upcoming
      inline asm instruction with fixed stack register constraints.  It does
      this by remembering which FP register holds the value that should appear
      at a fixed stack position for the inline asm.
      
      When that FP register is killed before the inline asm, make sure to
      duplicate it to a scratch register, so the ST register still has a live
      FP reference.
      
      This could happen when the same FP register was copied to two ST
      registers, or when a spill instruction is inserted between the ST copy
      and the inline asm.
      
      This fixes PR10602.
      
      llvm-svn: 137050
      4f0ace56
    • Bill Wendling's avatar
      Remove unnecessary space. · e632cb36
      Bill Wendling authored
      llvm-svn: 137041
      e632cb36
  2. Aug 07, 2011
  3. Aug 06, 2011
  4. Aug 05, 2011
  5. Aug 04, 2011
Loading