80-col violations/trailing whitespace.
[oota-llvm.git] / lib / System / Mutex.cpp
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
2009-06-18 Owen AndersonInsert a SmartMutex templated class into the class...
2008-11-06 Nuno Lopesplug leakage of mutex data. pthread_mutex_destroy(...
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-21 Dan GohmanUse static_cast instead of reinterpret_cast for casting...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-01-20 Reid SpencerFor PR808:
2006-11-02 Reid SpencerGet rid of unused variable.
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-07-26 Reid SpencerFor PR780:
2006-04-17 Jeff CohenAdd checks for __OpenBSD__.
2005-08-24 Reid SpencerFor PR616:
2005-08-02 Misha BrukmanFix grammar: it's == "it is".
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-13 Reid SpencerDon't call pthread_mutexattr_setpshared on FreeBSD...
2005-07-13 Jeff CohenWin32 support for Mutex class.
2005-07-12 Reid SpencerFor PR540: