aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Mutex.cpp
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2009-09-06Tweak code into an equivalent form for which iccDuncan Sands
2009-06-18Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson
2008-11-06plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed...Nuno Lopes
2008-06-26Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman
2008-06-21Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-18remove obviously dead uses of IncludeFile.Chris Lattner
2007-01-20For PR808:Reid Spencer
2006-11-02Get rid of unused variable.Reid Spencer
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-07-26For PR780:Reid Spencer
2006-04-17Add checks for __OpenBSD__.Jeff Cohen
2005-08-24For PR616:Reid Spencer
2005-08-02Fix grammar: it's == "it is".Misha Brukman
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-13Don't call pthread_mutexattr_setpshared on FreeBSD because its implementationReid Spencer
2005-07-13Win32 support for Mutex class.Jeff Cohen
2005-07-12For PR540:Reid Spencer