Skip to content
  1. Feb 16, 2007
  2. Feb 01, 2007
  3. Jan 23, 2007
  4. Jan 20, 2007
    • Reid Spencer's avatar
      For PR808: · 181fe4ad
      Reid Spencer authored
      NetBSD also doesn't have pthread_mutexattr_setpshared
      
      llvm-svn: 33406
      181fe4ad
  5. Jan 19, 2007
  6. Jan 11, 2007
  7. Jan 10, 2007
  8. Dec 19, 2006
  9. Dec 05, 2006
  10. Nov 05, 2006
  11. Nov 02, 2006
  12. Sep 14, 2006
  13. Sep 01, 2006
  14. Aug 30, 2006
  15. Aug 28, 2006
  16. Aug 25, 2006
    • Reid Spencer's avatar
      For PR797: · 50eac3b8
      Reid Spencer authored
      Make the Win32 code exception free (untested/uncompiled) which forced some
      interface changes which had ripple effect. This should be the last of 797.
      
      llvm-svn: 29884
      50eac3b8
    • Reid Spencer's avatar
      For PR797: · 51e6f68b
      Reid Spencer authored
      Final commit for this bug. This removes the last EH holdouts in LLVM
      and turns off exception support by using the -fno-exceptions option. This
      leads to the following reduction in library and executable sizes:
                      DEBUG BUILD                RELEASE BUILD
               before     after   delta     before   after    delta
      lib    162,328K  157,616K   4,712    17,864K  16,416K  1,448K
      bin    571,444K  557,156K  14,288    63,296K   56,996K 6,300K
      
      Debug   Improvement: 19,000K (2.59%)
      Release Improvement:  7,748K (9.55%)
      
      llvm-svn: 29882
      51e6f68b
  17. Aug 24, 2006
    • Reid Spencer's avatar
      For PR797: · b5d6b8f2
      Reid Spencer authored
      Adjust implementation to match the new interface after exception handling
      was removed in the Unix verison. NOTE: this hasn't been compiled yet!
      
      llvm-svn: 29858
      b5d6b8f2
  18. Aug 23, 2006
  19. Aug 22, 2006
  20. Aug 21, 2006
    • Reid Spencer's avatar
      For PR797: · 42bcf6ea
      Reid Spencer authored
      Remove all exception code from Program.inc and implement its new interface
      with an ErrMsg string argument.
      
      llvm-svn: 29790
      42bcf6ea
    • Reid Spencer's avatar
      For PR797: · c295914b
      Reid Spencer authored
      Make sys::Program::ExecuteAndWait not throw exceptions and update any
      affected code. It now return -9999 to signal that the program couldn't be
      executed. Only one case (in bugpoint) actually examines the result code.
      
      llvm-svn: 29785
      c295914b
  21. Aug 07, 2006
  22. Aug 04, 2006
Loading