Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three | Chandler Carruth | 2010-10-20 | 1 | -2/+2 |
* | Add ATTRIBUTE_UNUSED for -Asserts. | NAKAMURA Takumi | 2010-10-20 | 1 | -2/+2 |
* | Mark this variable as used. | Chandler Carruth | 2010-08-10 | 1 | -0/+1 |
* | remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which | Chris Lattner | 2010-08-10 | 1 | -16/+1 |
* | Tweak code into an equivalent form for which icc | Duncan Sands | 2009-09-06 | 1 | -8/+4 |
* | Workaround for an... interesting bug in Darwin's pthread_rwlock_init. | Owen Anderson | 2009-06-20 | 1 | -0/+7 |
* | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson | 2009-06-18 | 1 | -12/+12 |
* | Fix build when disable thread support. | Owen Anderson | 2009-06-18 | 1 | -1/+1 |
* | Fix/cleanup trailing newlines. | Owen Anderson | 2009-06-16 | 1 | -1/+0 |
* | Add a portable wrapper for reader-writer locks. | Owen Anderson | 2009-06-16 | 1 | -0/+169 |