Skip to content
  1. Jun 03, 2008
  2. Feb 29, 2008
  3. Feb 28, 2008
  4. Feb 12, 2008
  5. Feb 10, 2008
  6. 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
  7. Jan 11, 2008
  8. Jan 10, 2008
  9. Dec 29, 2007
  10. Dec 21, 2007
  11. 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
  12. Nov 21, 2007
  13. Nov 13, 2007
  14. Nov 04, 2007
  15. Sep 28, 2007
  16. Sep 12, 2007
  17. Aug 24, 2007
  18. Jul 25, 2007
  19. Mar 08, 2007
  20. Feb 21, 2007
  21. Feb 01, 2007
  22. Jan 30, 2007
  23. Jan 29, 2007
  24. Jan 18, 2007
  25. Jan 16, 2007
  26. Jan 14, 2007
  27. Dec 21, 2006
  28. Dec 01, 2006
  29. Oct 26, 2006
  30. Oct 17, 2006
  31. Oct 05, 2006
  32. 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
  33. Sep 08, 2006
Loading