summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/IsInf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman2004-10-291-5/+7
| | | | | | * Move file comment to the top of the header where it belongs llvm-svn: 17349
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
| | | | llvm-svn: 17220
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | 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
* Solaris hack for isinf()Brian Gaeke2004-07-211-0/+5
| | | | llvm-svn: 15058
* Add platform-independent wrapper function for isinf().Brian Gaeke2004-07-211-0/+31
Patch contributed by Bill Wendling. llvm-svn: 15050
OpenPOWER on IntegriCloud