Skip to content
  1. Jun 26, 2007
  2. Jun 25, 2007
  3. Jun 22, 2007
  4. Jun 19, 2007
  5. Jun 18, 2007
  6. 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
  7. Jun 16, 2007
  8. Jun 15, 2007
  9. Jun 14, 2007
  10. Jun 13, 2007
  11. Jun 09, 2007
  12. Jun 08, 2007
  13. Jun 04, 2007
  14. May 24, 2007
  15. May 22, 2007
  16. May 21, 2007
  17. May 18, 2007
  18. May 17, 2007
  19. May 16, 2007
  20. May 15, 2007
  21. May 13, 2007
    • Anton Korobeynikov's avatar
      More DWARF-related things cleanup: · 13da1784
      Anton Korobeynikov authored
      1. Fix PR1380
      2. Apply Duncan's patch from PR1410
      3. Insert workaround for "one personality function per module" as noted in PR1414
      4. Emit correct debug frames for x86/linux. This partly fixes DebugInfo/2006-11-06-StackTrace.cpp: stack trace is
      shown correctly, but arguments for function on top of stack are displayed incorrectly.
      
      llvm-svn: 37015
      13da1784
  22. May 10, 2007
  23. May 06, 2007
Loading