Skip to content
  1. Jul 09, 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 28, 2008
  5. Jun 03, 2008
  6. May 07, 2008
    • Duncan Sands's avatar
      Output correct exception handling and frame info · e2b0bf43
      Duncan Sands authored
      on x86-64 linux.  This causes no regressions on
      32 bit linux and 32 bit ppc.  More tests pass
      on 64 bit ppc with no regressions.  I didn't
      turn on eh on 64 bit linux because the intrinsics
      needed to compile the eh runtime aren't done
      yet.  But if you turn it on and link with the
      mainline runtime then eh seems to work fine
      on x86-64 linux with this patch.  Thanks to
      Dale for testing.  The main point of the patch
      is that if you output that some object is
      encoded using 4 bytes you had better not output
      8 bytes for it: the patch makes everything
      consistent.
      
      llvm-svn: 50825
      e2b0bf43
  7. May 05, 2008
  8. Feb 29, 2008
  9. Feb 28, 2008
  10. Jan 16, 2008
  11. Jan 10, 2008
  12. Dec 29, 2007
  13. Dec 23, 2007
  14. Nov 21, 2007
  15. Sep 28, 2007
  16. Sep 24, 2007
  17. Sep 11, 2007
  18. Jun 14, 2007
  19. May 05, 2007
  20. May 03, 2007
  21. May 02, 2007
  22. Apr 29, 2007
  23. Apr 23, 2007
  24. Apr 20, 2007
  25. Mar 08, 2007
  26. Mar 07, 2007
  27. Feb 21, 2007
  28. Feb 01, 2007
  29. Jan 29, 2007
  30. Jan 18, 2007
Loading