Skip to content
  1. Jul 19, 2008
  2. Jul 04, 2008
    • Duncan Sands's avatar
      Linux also does not require exception handling · 04fb6bf4
      Duncan Sands authored
      moves in order to get correct debug info.  Since
      I can't imagine how any target could possibly
      be any different, I've just stripped out the
      option: now all the world's like Darwin!
      
      llvm-svn: 53134
      04fb6bf4
  3. Jul 02, 2008
  4. Jun 03, 2008
  5. Feb 29, 2008
  6. Feb 28, 2008
  7. Feb 12, 2008
  8. Feb 10, 2008
  9. 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
  10. Jan 11, 2008
  11. Jan 10, 2008
  12. Dec 29, 2007
  13. Dec 21, 2007
  14. 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
  15. Nov 21, 2007
  16. Nov 13, 2007
  17. Nov 04, 2007
  18. Sep 28, 2007
  19. Sep 12, 2007
  20. Aug 24, 2007
  21. Jul 25, 2007
  22. Mar 08, 2007
  23. Feb 21, 2007
  24. Feb 01, 2007
  25. Jan 30, 2007
  26. Jan 29, 2007
  27. Jan 18, 2007
  28. Jan 16, 2007
  29. Jan 14, 2007
  30. Dec 21, 2006
  31. Dec 01, 2006
  32. Oct 26, 2006
  33. Oct 17, 2006
  34. Oct 05, 2006
  35. 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
  36. Sep 08, 2006
Loading