aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Mutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed...Nuno Lopes2008-11-061-1/+1
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-1/+1
* Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman2008-06-211-4/+4
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-1/+0
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+162