Factor code out of APInt to form a isUIntN helper function.
[oota-llvm.git] / include / llvm / System / Mutex.h
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
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 a major typo.
2009-06-19 Owen AndersonFix weird class-size-being-different problems. At...
2009-06-18 Owen AndersonAdd a SmartScopedLock, and use it to simplify code.
2009-06-18 Owen AndersonSimplify the SmartMutex implementation a bit.
2009-06-18 Owen AndersonInsert a SmartMutex templated class into the class...
2009-02-06 Dan GohmanMake Mutex's constructor explicit, and tidy up whitespace.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2006-07-26 Reid SpencerFor PR780:
2005-08-24 Reid SpencerFor PR616:
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-13 Jeff CohenEliminate tabs
2005-07-13 Jeff CohenWin32 support for Mutex class.
2005-07-12 Reid SpencerFor PR540: