Skip to content
  1. May 01, 2009
  2. Apr 30, 2009
  3. Apr 29, 2009
  4. Apr 28, 2009
  5. Apr 27, 2009
  6. Apr 25, 2009
  7. Apr 24, 2009
    • Dale Johannesen's avatar
      Fix PR 4057, a crash doing float->char const folding. · 56cb14c8
      Dale Johannesen authored
      This particular one is undefined behavior (although this
      isn't related to the crash), so it will no longer do it
      at compile time, which seems better.
      
      llvm-svn: 69990
      56cb14c8
    • Rafael Espindola's avatar
      Revert 69952. Causes testsuite failures on linux x86-64. · b93db668
      Rafael Espindola authored
      llvm-svn: 69967
      b93db668
    • Nate Begeman's avatar
      PR2957 · bb881d66
      Nate Begeman authored
      ISD::VECTOR_SHUFFLE now stores an array of integers representing the shuffle
      mask internal to the node, rather than taking a BUILD_VECTOR of ConstantSDNodes
      as the shuffle mask.  A value of -1 represents UNDEF.
      
      In addition to eliminating the creation of illegal BUILD_VECTORS just to 
      represent shuffle masks, we are better about canonicalizing the shuffle mask,
      resulting in substantially better code for some classes of shuffles.
      
      A clean up of x86 shuffle code, and some canonicalizing in DAGCombiner is next.
      
      llvm-svn: 69952
      bb881d66
    • Dan Gohman's avatar
      Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR, · 640a161c
      Dan Gohman authored
      use ISD::EXTRACT_ELEMENT. SelectionDAG has a special fast-path for
      the cast of an EXTRACT_ELEMENT with a BUILD_PAIR operand, for the
      common case.
      
      llvm-svn: 69948
      640a161c
Loading