aboutsummaryrefslogtreecommitdiff
path: root/include/Support/MathExtras.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Add an overloadChris Lattner
2004-07-21Add prototypes for platform-independent wrappers for isinf().Brian Gaeke
2004-06-23Provide prototypes for IsNAN() wrapper.Brian Gaeke
2004-02-25Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,Brian Gaeke
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris Lattner
2002-09-17Fix ambiguity problem due to builtin log2(double) functionChris Lattner
2002-05-19Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner
2002-05-19Added log2 for log-base-2 and also modified IsPower2 to use it.Vikram S. Adve
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner