Skip to content
  1. Sep 03, 2009
  2. Mar 31, 2009
    • Daniel Dunbar's avatar
      Add llvm::sys::getHostTriple and remove · fb1a6eb6
      Daniel Dunbar authored
      llvm::sys::getOS{Name,Version}.
      
      Right now the implementation just derives from LLVM_HOSTTRIPLE (which
      is wrong, but it doesn't look like we have a define for the target
      triple). Ideally this routine would actually be able to compute the
      triple for targets we care about.
      
      llvm-svn: 68118
      fb1a6eb6
  3. Feb 08, 2009
  4. Jan 22, 2009
  5. Oct 02, 2008
  6. Dec 29, 2007
  7. Dec 05, 2006
  8. 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
  9. May 06, 2005
  10. Apr 22, 2005
  11. Sep 11, 2004
  12. Aug 29, 2004
  13. Aug 25, 2004
Loading