Skip to content
  1. Aug 06, 2012
  2. Feb 05, 2012
  3. Jan 15, 2012
  4. Nov 28, 2011
    • Dylan Noblesmith's avatar
      rename ENABLE_THREADS to LLVM_ENABLE_THREADS · efddf201
      Dylan Noblesmith authored
      Now that it needs to be exported in a public header (Valgrind.h)
      it should be prefixed to avoid collision with other projects.
      Add it to llvm-config.h as well.
      
      This'll require regenerating the configure script after this
      commit, but I don't have the required autoconf version.
      
      llvm-svn: 145214
      efddf201
  5. Oct 11, 2011
  6. Feb 18, 2011
  7. Nov 29, 2010
  8. Sep 06, 2009
  9. Jun 18, 2009
  10. Nov 06, 2008
  11. Jun 26, 2008
  12. Jun 21, 2008
  13. May 06, 2008
  14. Dec 29, 2007
  15. Dec 18, 2007
  16. 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
  17. Nov 02, 2006
  18. Aug 28, 2006
  19. Jul 26, 2006
    • Reid Spencer's avatar
      For PR780: · 421475cd
      Reid Spencer authored
      1. Move IncludeFile.h to System library
      2. Move IncludeFile.cpp to System library
      3. #1 and #2 required to prevent cyclic library dependencies for libSystem
      4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h
      5. Add IncludeFile support to various lib/System classes.
      6. Add new lib/System classes to LinkAllVMCore.h
      All this in an attempt to pull in lib/System to what's required for VMCore
      
      llvm-svn: 29287
      421475cd
  20. Apr 17, 2006
  21. Aug 24, 2005
    • Reid Spencer's avatar
      For PR616: · f85fabeb
      Reid Spencer authored
      These patches make threading optional in LLVM. The configuration scripts are now
      modified to accept a --disable-threads switch. If this is used, the Mutex class
      will be implemented with all functions as no-op. Furthermore, linking against
      libpthread will not be done. Finally, the ParallelJIT example needs libpthread
      so its makefile was changed to always add -lpthread to the link line.
      
      llvm-svn: 23003
      f85fabeb
  22. Aug 02, 2005
  23. Jul 27, 2005
  24. Jul 13, 2005
  25. Jul 12, 2005
    • Reid Spencer's avatar
      For PR540: · f404981b
      Reid Spencer authored
      Add a Mutex class for thread synchronization in a platform-independent way.
      The current implementation only supports pthreads. Win32 use of Critical
      Sections will be added later. The design permits other threading models to
      be used if (and only if) pthreads is not available.
      
      llvm-svn: 22403
      f404981b
Loading