index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Mutex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak code into an equivalent form for which icc
Duncan Sands
2009-09-06
1
-6
/
+3
*
Insert a SmartMutex templated class into the class hierarchy, which takes a t...
Owen Anderson
2009-06-18
1
-10
/
+10
*
plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed...
Nuno Lopes
2008-11-06
1
-1
/
+1
*
Make LLVM compile on DragonFly BSD (PR2499).
Matthijs Kooijman
2008-06-26
1
-1
/
+1
*
Use static_cast instead of reinterpret_cast for casting void*.
Dan Gohman
2008-06-21
1
-4
/
+4
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-1
/
+0
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-12-18
1
-1
/
+0
*
For PR808:
Reid Spencer
2007-01-20
1
-1
/
+1
*
Get rid of unused variable.
Reid Spencer
2006-11-02
1
-1
/
+1
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
1
-1
/
+1
*
For PR780:
Reid Spencer
2006-07-26
1
-0
/
+3
*
Add checks for __OpenBSD__.
Jeff Cohen
2006-04-17
1
-1
/
+1
*
For PR616:
Reid Spencer
2005-08-24
1
-3
/
+17
*
Fix grammar: it's == "it is".
Misha Brukman
2005-08-02
1
-1
/
+1
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-7
/
+7
*
Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation
Reid Spencer
2005-07-13
1
-0
/
+2
*
Win32 support for Mutex class.
Jeff Cohen
2005-07-13
1
-3
/
+5
*
For PR540:
Reid Spencer
2005-07-12
1
-0
/
+141