Skip to content
  1. Jul 15, 2011
  2. Jul 14, 2011
  3. Jul 09, 2011
  4. Jul 08, 2011
  5. Jul 07, 2011
  6. Jun 24, 2011
  7. Jun 22, 2011
  8. Jun 19, 2011
  9. Jun 15, 2011
  10. Jun 14, 2011
  11. Jun 12, 2011
  12. Jun 10, 2011
  13. Jun 05, 2011
  14. Jun 02, 2011
  15. Jun 01, 2011
  16. May 30, 2011
  17. May 29, 2011
    • Charles Davis's avatar
      When generating against the Win64 EH scheme, set the handler to the GCC-specific · b025724b
      Charles Davis authored
      handler.
      
      At this moment, only GCC-style exceptions are supported. Other kinds
      of exceptions, including "traditional" SEH and Microsoft Visual C++ exceptions,
      need more work--and an compiler exception model that isn't specific to
      GCC-style exceptions!
      
      In particular, I imagine that it would be possible to mix "traditional" SEH
      with GCC-style EH or Microsoft C++ EH. Currently LLVM has no way (beyond some
      target-specific defaults and whole-module compiler switches) of knowing which
      scheme to use when.
      
      llvm-svn: 132283
      b025724b
  18. May 28, 2011
Loading