aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/IsInf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* remove IncludeFile turds in MathExtras.h, which bloats every .o file thatChris Lattner2006-08-111-6/+7
* For PR780:Reid Spencer2006-07-261-0/+3
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina2005-05-161-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman2004-10-291-5/+7
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Solaris hack for isinf()Brian Gaeke2004-07-211-0/+5
* Add platform-independent wrapper function for isinf().Brian Gaeke2004-07-211-0/+31