Skip to content
  1. May 23, 2009
    • Eli Friedman's avatar
      Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit · dfe4f253
      Eli Friedman authored
      systems instead of attempting to promote them to a 64-bit SINT_TO_FP or 
      FP_TO_SINT.  This is in preparation for removing the type legalization 
      code from LegalizeDAG: once type legalization is gone from LegalizeDAG, 
      it won't be able to handle the i64 operand/result correctly.
      
      This isn't quite ideal, but I don't think any other operation for any 
      target ends up in this situation, so treating this case specially seems 
      reasonable.
      
      llvm-svn: 72324
      dfe4f253
  2. May 22, 2009
  3. May 20, 2009
  4. May 19, 2009
  5. May 18, 2009
  6. May 17, 2009
  7. May 16, 2009
  8. May 15, 2009
  9. May 14, 2009
  10. May 13, 2009
  11. May 12, 2009
  12. May 11, 2009
Loading