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