Skip to content
  1. Apr 29, 2009
  2. Apr 28, 2009
  3. Apr 27, 2009
  4. Apr 26, 2009
  5. Apr 25, 2009
  6. 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
    • David Greene's avatar
      · 7049e79e
      David Greene authored
      Fix multiclass inheritance to limit value resolution to new defs added
      by base multiclasses.  Do not attempt to alter defs from previous base
      multiclasses.  This fixes multiple multiclass inheritance.
      
      llvm-svn: 69974
      7049e79e
    • Rafael Espindola's avatar
      Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not · c1396a23
      Rafael Espindola authored
      very elegant, but neither is the tls specification :-(
      
      llvm-svn: 69968
      c1396a23
    • 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
  7. Apr 23, 2009
Loading