index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Mutex.cpp
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-09-06
Tweak code into an equivalent form for which icc
Duncan Sands
2009-06-18
Insert a SmartMutex templated class into the class hierarchy, which takes a t...
Owen Anderson
2008-11-06
plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed...
Nuno Lopes
2008-06-26
Make LLVM compile on DragonFly BSD (PR2499).
Matthijs Kooijman
2008-06-21
Use static_cast instead of reinterpret_cast for casting void*.
Dan Gohman
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-18
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-01-20
For PR808:
Reid Spencer
2006-11-02
Get rid of unused variable.
Reid Spencer
2006-08-28
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-07-26
For PR780:
Reid Spencer
2006-04-17
Add checks for __OpenBSD__.
Jeff Cohen
2005-08-24
For PR616:
Reid Spencer
2005-08-02
Fix grammar: it's == "it is".
Misha Brukman
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-13
Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation
Reid Spencer
2005-07-13
Win32 support for Mutex class.
Jeff Cohen
2005-07-12
For PR540:
Reid Spencer