aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Mutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed...Nuno Lopes2008-11-061-1/+1
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-1/+1
* Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman2008-06-211-4/+4
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-1/+0
* For PR808:Reid Spencer2007-01-201-1/+1
* Get rid of unused variable.Reid Spencer2006-11-021-1/+1
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-281-1/+1
* For PR780:Reid Spencer2006-07-261-0/+3
* Add checks for __OpenBSD__.Jeff Cohen2006-04-171-1/+1
* For PR616:Reid Spencer2005-08-241-3/+17
* Fix grammar: it's == "it is".Misha Brukman2005-08-021-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-7/+7
* Don't call pthread_mutexattr_setpshared on FreeBSD because its implementationReid Spencer2005-07-131-0/+2
* Win32 support for Mutex class.Jeff Cohen2005-07-131-3/+5
* For PR540:Reid Spencer2005-07-121-0/+141