summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/MathExtras.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-59/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Add an overloadChris Lattner2004-08-171-0/+7
| | | | llvm-svn: 15889
* Add prototypes for platform-independent wrappers for isinf().Brian Gaeke2004-07-211-0/+4
| | | | | | Patch contributed by Bill Wendling. llvm-svn: 15055
* Provide prototypes for IsNAN() wrapper.Brian Gaeke2004-06-231-0/+4
| | | | llvm-svn: 14339
* Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,Brian Gaeke2004-02-251-0/+4
| | | | | | | so that we always get the inline function instead. Remember, kids, like it says in the GCC manual, "An Inline Function is As Fast As a Macro." llvm-svn: 11815
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-1/+1
| | | | llvm-svn: 10029
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Standardize header file commentsChris Lattner2003-09-301-1/+1
| | | | llvm-svn: 8782
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
| | | | llvm-svn: 6732
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
| | | | llvm-svn: 4325
* Fix ambiguity problem due to builtin log2(double) functionChris Lattner2002-09-171-1/+1
| | | | llvm-svn: 3800
* Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner2002-05-191-27/+18
| | | | llvm-svn: 2662
* Added log2 for log-base-2 and also modified IsPower2 to use it.Vikram S. Adve2002-05-191-9/+15
| | | | llvm-svn: 2653
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+32
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
OpenPOWER on IntegriCloud