Skip to content
  1. Feb 10, 2008
  2. Jan 16, 2008
    • Dale Johannesen's avatar
      Fix and enable EH for x86-64 Darwin. Adds · 59a2250b
      Dale Johannesen authored
      ShortenEHDataFor64Bits as a not-very-accurate
      abstraction to cover all the changes in DwarfWriter.
      Some cosmetic changes to Darwin assembly code for
      gcc testsuite compatibility.
      
      llvm-svn: 46029
      59a2250b
  3. Jan 11, 2008
  4. Jan 10, 2008
  5. Dec 29, 2007
  6. Dec 21, 2007
  7. Dec 19, 2007
    • Dale Johannesen's avatar
      Enable EH on PPC Darwin. This basically works; there · eadbf4b9
      Dale Johannesen authored
      are a couple of issues that show up with the optimizer,
      but I don't think they're really EH problems.
      (llvm-gcc testsuite users note:  By default the testsuite
      uses the unwinding code that's built as part of your local
      llvm-gcc, which does not work.  You need to trick it into
      using the installed system unwinding code to get useful
      results.)
      
      llvm-svn: 45221
      eadbf4b9
  8. Nov 21, 2007
  9. Nov 13, 2007
  10. Nov 04, 2007
  11. Sep 28, 2007
  12. Sep 12, 2007
  13. Aug 24, 2007
  14. Jul 25, 2007
  15. Mar 08, 2007
  16. Feb 21, 2007
  17. Feb 01, 2007
  18. Jan 30, 2007
  19. Jan 29, 2007
  20. Jan 18, 2007
  21. Jan 16, 2007
  22. Jan 14, 2007
  23. Dec 21, 2006
  24. Dec 01, 2006
  25. Oct 26, 2006
  26. Oct 17, 2006
  27. Oct 05, 2006
  28. Sep 26, 2006
    • Chris Lattner's avatar
      Compile: · ad4e7eb5
      Chris Lattner authored
      int x __attribute__((used));
      
      to:
      
              .data
      .comm _x,4              ; 'x'
              .no_dead_strip  _x
      
      on both x86 and ppc darwin targets.
      
      llvm-svn: 30605
      ad4e7eb5
  29. Sep 08, 2006
Loading