summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/RWMutex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code.David Blaikie2012-01-151-67/+35
| | | | llvm-svn: 148206
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-1/+1
| | | | | | | | | | | Now that it needs to be exported in a public header (Valgrind.h) it should be prefixed to avoid collision with other projects. Add it to llvm-config.h as well. This'll require regenerating the configure script after this commit, but I don't have the required autoconf version. llvm-svn: 145214
* Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar2011-10-111-1/+1
| | | | | | lying around... llvm-svn: 141703
* Merge System into Support.Michael J. Spencer2010-11-291-0/+157
llvm-svn: 120298
OpenPOWER on IntegriCloud