Skip to content
  1. Jun 22, 2007
  2. Jun 20, 2007
  3. Jun 19, 2007
  4. Jun 18, 2007
  5. Jun 17, 2007
    • Bill Wendling's avatar
      Revert patch. It regresses: · 094a4e81
      Bill Wendling authored
      define double @test2(i64 %A) {
         %B = bitcast i64 %A to double
         ret double %B
      }
      
      $ llvm-as < t.ll | llc -march=x86-64
      
      before:
      
               .align  4
               .globl  _test2
      _test2:
               movd %rdi, %xmm0
               ret
      
      after:
      
      _test2:
               subq $8, %rsp
               movq %rdi, (%rsp)
               movsd (%rsp), %xmm0
               addq $8, %rsp
               ret
      
      llvm-svn: 37617
      094a4e81
  6. Jun 16, 2007
  7. Jun 15, 2007
  8. Jun 14, 2007
  9. Jun 13, 2007
  10. Jun 09, 2007
  11. Jun 08, 2007
  12. Jun 07, 2007
  13. Jun 06, 2007
  14. Jun 05, 2007
  15. Jun 04, 2007
  16. Jun 02, 2007
  17. Jun 01, 2007
  18. May 31, 2007
  19. May 30, 2007
  20. May 29, 2007
Loading