[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for returning...
[oota-llvm.git] / include / llvm / Support / MathExtras.h
2006-07-18 Chris LattnerAdd functions to compute ceil(log2(N)) to match functio...
2006-06-21 Reid SpencerWhoops, missed a couple more C-style casts.
2006-06-21 Reid SpencerUse C++ style casts instead of C-style casts to shut...
2006-05-24 Reid SpencerFor PR786:
2006-01-14 Jeff CohenFix generous source of VC++ truncation warnings.
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2005-10-07 Jeff CohenRemove prolific source of VC++ truncation warnings.
2005-08-31 Nate BegemanAdd support for count trailing zeroes, and population...
2005-08-17 Jim Laskeyinclude/llvm/Support/MathExtras.h
2005-08-17 Jim LaskeyAdded support for converting raw bits to FP, and FP...
2005-08-03 Chris LattnerFix an obvious bug in the Log2 stuff that broke SingleS...
2005-08-03 Chris LattnerWrap comments to 80 cols, fix code sequence for CountLe...
2005-08-03 Chris LattnerFix another bug in the clz patch that caused miscompila...
2005-08-02 Chris LattnerFix the non-gcc 4.0 paths for countleadingzeros
2005-08-02 Chris LattnerFix inverted conditionals
2005-08-02 Chris LattnerFix the non-gcc 4.0 path to compile
2005-08-02 Chris LattnerConsolidate all of the various log2 computing functions...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerAdd an overload
2004-07-21 Brian GaekeAdd prototypes for platform-independent wrappers for...
2004-06-23 Brian GaekeProvide prototypes for IsNAN() wrapper.
2004-02-25 Brian GaekeCygwin defines log2 as a macro. Undef it here IFF it...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-09-17 Chris LattnerFix ambiguity problem due to builtin log2(double) function
2002-05-19 Chris LattnerCleanups, rename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveAdded log2 for log-base-2 and also modified IsPower2...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...