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