Factor code out of APInt to form a isUIntN helper function.
[oota-llvm.git] / include / llvm / System / RWMutex.h
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-20 Owen AndersonAdd debugging code to test for various locking faux...
2009-06-19 Owen AndersonFix weird class-size-being-different problems. At...
2009-06-18 Owen AndersonGive RWMutex the SmartRWMutex treatment too.
2009-06-17 Owen AndersonReapply r73647 in a non-broken form.
2009-06-17 Owen AndersonProtect the GC table in Function.cpp
2009-06-17 Owen AndersonAdd an RAII ScopedWriter, which allows one to acquire...
2009-06-16 Owen AndersonFix #include guards.
2009-06-16 Owen AndersonAdd a portable wrapper for reader-writer locks.