Skip to content
  1. Aug 07, 2008
  2. Jul 22, 2008
  3. Jul 15, 2008
  4. Jul 09, 2008
  5. 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
  6. Jul 02, 2008
  7. Jun 28, 2008
  8. Jun 03, 2008
  9. 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
  10. May 05, 2008
  11. Feb 29, 2008
  12. Feb 28, 2008
  13. Jan 16, 2008
  14. Jan 10, 2008
  15. Dec 29, 2007
  16. Dec 23, 2007
  17. Nov 21, 2007
  18. Sep 28, 2007
  19. Sep 24, 2007
  20. Sep 11, 2007
  21. Jun 14, 2007
  22. May 05, 2007
Loading