aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/MathExtras.h
Commit message (Expand)AuthorAgeFilesLines
* remove IncludeFile turds in MathExtras.h, which bloats every .o file thatChris Lattner2006-08-111-3/+0
* For PR780:Reid Spencer2006-07-261-0/+4
* Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))Chris Lattner2006-07-181-1/+14
* Whoops, missed a couple more C-style casts.Reid Spencer2006-06-211-2/+2
* Use C++ style casts instead of C-style casts to shut up compiler warningsReid Spencer2006-06-211-6/+18
* For PR786:Reid Spencer2006-05-241-1/+1
* Fix generous source of VC++ truncation warnings.Jeff Cohen2006-01-141-2/+2
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-0/+26
* Remove prolific source of VC++ truncation warnings.Jeff Cohen2005-10-071-1/+2
* Add support for count trailing zeroes, and population count. These areNate Begeman2005-08-311-5/+37
* include/llvm/Support/MathExtras.hJim Laskey2005-08-171-4/+4
* Added support for converting raw bits to FP, and FP to raw bits. The intentJim Laskey2005-08-171-0/+44
* Fix an obvious bug in the Log2 stuff that broke SingleSource/UnitTests/2005-0...Chris Lattner2005-08-031-1/+1
* Wrap comments to 80 cols, fix code sequence for CountLeadingZeros_64 onChris Lattner2005-08-031-19/+20
* Fix another bug in the clz patch that caused miscompilations when !gcc4Chris Lattner2005-08-031-2/+2
* Fix the non-gcc 4.0 paths for countleadingzerosChris Lattner2005-08-021-29/+35
* Fix inverted conditionalsChris Lattner2005-08-021-2/+2
* Fix the non-gcc 4.0 path to compileChris Lattner2005-08-021-5/+7
* Consolidate all of the various log2 computing functions into MathExtras.h.Chris Lattner2005-08-021-18/+131
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Add an overloadChris Lattner2004-08-171-0/+7
* Add prototypes for platform-independent wrappers for isinf().Brian Gaeke2004-07-211-0/+4
* Provide prototypes for IsNAN() wrapper.Brian Gaeke2004-06-231-0/+4
* Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,Brian Gaeke2004-02-251-0/+4
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
* Fix ambiguity problem due to builtin log2(double) functionChris Lattner2002-09-171-1/+1
* Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner2002-05-191-27/+18
* Added log2 for log-base-2 and also modified IsPower2 to use it.Vikram S. Adve2002-05-191-9/+15
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+32