summaryrefslogtreecommitdiff
path: root/lib/System/Mutex.cpp
Commit message (Expand)AuthorAge
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-26
* Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman2008-06-21
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* For PR808:Reid Spencer2007-01-20
* Get rid of unused variable.Reid Spencer2006-11-02
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* For PR780:Reid Spencer2006-07-26
* Add checks for __OpenBSD__.Jeff Cohen2006-04-17
* For PR616:Reid Spencer2005-08-24
* Fix grammar: it's == "it is".Misha Brukman2005-08-02
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Don't call pthread_mutexattr_setpshared on FreeBSD because its implementationReid Spencer2005-07-13
* Win32 support for Mutex class.Jeff Cohen2005-07-13
* For PR540:Reid Spencer2005-07-12