Skip to content
  1. Jun 12, 2009
  2. Jun 11, 2009
  3. Jun 10, 2009
  4. Jun 09, 2009
  5. Jun 08, 2009
  6. Jun 07, 2009
  7. Jun 06, 2009
  8. Jun 05, 2009
  9. Jun 04, 2009
    • Dale Johannesen's avatar
      Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was · 37bc85f8
      Dale Johannesen authored
      using Promote which won't work because i64 isn't
      a legal type.  It's easy enough to use Custom, but
      then we have the problem that when the type
      legalizer is promoting FP_TO_UINT->i16, it has no
      way of telling it should prefer FP_TO_SINT->i32
      to FP_TO_UINT->i32.  I have uncomfortably hacked
      this by making the type legalizer choose FP_TO_SINT
      when both are Custom.
      This fixes several regressions in the testsuite.
      
      llvm-svn: 72891
      37bc85f8
    • Sanjiv Gupta's avatar
      Remove unused code. · cc68f805
      Sanjiv Gupta authored
      llvm-svn: 72866
      cc68f805
Loading