- Sep 03, 2009
-
-
Daniel Dunbar authored
reliable. llvm-svn: 80863
-
- Mar 31, 2009
-
-
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
-
- Feb 08, 2009
-
-
Mikhail Glushenkov authored
Also removes some trailing whitespace and fixes one 80-column violation. llvm-svn: 64094
-
- Jan 22, 2009
-
-
Chris Lattner authored
llvm-svn: 62776
-
- Oct 02, 2008
-
-
Daniel Dunbar authored
& version as strings. - Win32 code is untested. llvm-svn: 56942
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Dec 05, 2006
-
-
Reid Spencer authored
llvm-svn: 32225
-
- Jul 12, 2005
-
-
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
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21422
-
- Sep 11, 2004
-
-
Reid Spencer authored
llvm-svn: 16288
-
- Aug 29, 2004
-
-
Reid Spencer authored
"Program" operating system concept (find and execute programs). llvm-svn: 16084
-
Reid Spencer authored
note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078
-
- Aug 25, 2004
-
-
Reid Spencer authored
llvm-svn: 16048
-