summaryrefslogtreecommitdiff
path: root/include/llvm/System/Mutex.h
Commit message (Expand)AuthorAge
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-06
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Add debugging code to test for various locking faux-pas's, when running in si...Owen Anderson2009-06-20
* Fix a major typo.Owen Anderson2009-06-19
* Fix weird class-size-being-different problems. At some level this is being c...Owen Anderson2009-06-19
* Add a SmartScopedLock, and use it to simplify code.Owen Anderson2009-06-18
* Simplify the SmartMutex implementation a bit.Owen Anderson2009-06-18
* Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson2009-06-18
* Make Mutex's constructor explicit, and tidy up whitespace.Dan Gohman2009-02-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* For PR780:Reid Spencer2006-07-26
* For PR616:Reid Spencer2005-08-24
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Eliminate tabsJeff Cohen2005-07-13
* Win32 support for Mutex class.Jeff Cohen2005-07-13
* For PR540:Reid Spencer2005-07-12