Skip to content
  1. Jul 28, 2008
  2. Jul 27, 2008
  3. Jul 26, 2008
  4. Jul 25, 2008
  5. Jul 24, 2008
  6. Jul 23, 2008
  7. Jul 22, 2008
  8. Jul 21, 2008
  9. Jul 20, 2008
    • Bill Wendling's avatar
      Pull r53795 from Gaz into mainline: · 1071bfb1
      Bill Wendling authored
      If .loc and .file aren't used, always emit the "debug_line" section. This
      requires at least one entry in the line matrix. So if there's nothing to emit
      into the matrix, emit an end of matrix value anyway.
      
      llvm-svn: 53803
      1071bfb1
  10. Jul 19, 2008
  11. 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
      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