Skip to content
  1. Jul 22, 2008
  2. Jul 21, 2008
  3. Jul 20, 2008
  4. Jul 19, 2008
  5. Jul 18, 2008
    • Duncan Sands's avatar
      Softfloat support for FDIV. Patch by · 6b418e75
      Duncan Sands authored
      Richard Pennington.
      
      llvm-svn: 53773
      6b418e75
    • Duncan Sands's avatar
      Eliminate unused variable. · 694228b4
      Duncan Sands authored
      llvm-svn: 53772
      694228b4
    • Duncan Sands's avatar
      Supress a gcc-4.3 warning. · 2c741145
      Duncan Sands authored
      llvm-svn: 53771
      2c741145
    • Duncan Sands's avatar
      Revert 53729, after waking up in the middle of · 32e387c4
      Duncan Sands authored
      the night realising that it was wrong :)  I
      think the reason the same type was being used
      for the shufflevec of indices as for the actual
      indices is so that if one of them needs splitting
      then so does the other.  After my patch it might
      be that the indices need splitting but not the
      rest, yet there is no good way of handling that.
      I think the right solution is to not have the
      shufflevec be an operand at all: just have it
      be the list of numbers it actually is, stored
      as extra info in the node.
      
      llvm-svn: 53768
      32e387c4
Loading