Age | Commit message (Expand) | Author |
---|---|---|
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-08-20 | Fix --disable-threads build, PR7949. | Daniel Dunbar |
2010-07-28 | Add an erase() method to llvm::ThreadLocal. | Owen Anderson |
2009-07-01 | Try again at making this work on OpenBSD. | Owen Anderson |
2009-07-01 | Fix the build on OpenBSD. | Owen Anderson |
2009-06-26 | Fix unused variable warnings. | Daniel Dunbar |
2009-06-25 | Add support for const thread locals. | Owen Anderson |
2009-06-25 | Fix typo in assertion. | Owen Anderson |
2009-06-25 | Add a configure test for pthread_getspecific, and use it when building Thread... | Owen Anderson |
2009-06-25 | Add a class for supporting platform independent thread-local storage. | Owen Anderson |